Skip to content

Commit

Permalink
Fix ClientDependency.Core being included in package
Browse files Browse the repository at this point in the history
  • Loading branch information
bdukes committed Feb 15, 2016
1 parent 1c9666d commit 0e0fd85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion EngageJackrabbit.Build
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
<fileset>
<patternset refid="projectAssemblies"/>
<include name="${referencesDirectory}/**/*.dll"/>
<exclude name="${referencesDirectory}/ClientDependency.Core.dll"/>
<exclude name="${referencesDirectory}/DotNetNuke.dll"/>
<exclude name="${referencesDirectory}/DotNetNuke.*.dll"/>
<exclude name="${referencesDirectory}/Microsoft.ApplicationBlocks.Data.dll"/>
Expand Down Expand Up @@ -232,7 +233,7 @@
<![CDATA[
[Function("version-info")]
public static string FormatVersionInfo(FileVersionInfo fileVersionInfo) {
return string.Format(CultureInfo.InvariantCulture, "{0:00}.{1:00}.{2:00}", fileVersionInfo.FileMajorPart, fileVersionInfo.FileMinorPart, fileVersionInfo.FileBuildPart);
}
]]>
Expand Down

0 comments on commit 0e0fd85

Please sign in to comment.