Joel Johnson
2015-06-19 9a2a7c13b3392bd6b399fc0e0adb41a94beba087
add version number to built jar files
1 files modified
2 ■■■ changed files
build.xml 2 ●●● patch | view | raw | blame | history
build.xml
@@ -261,7 +261,7 @@
        </mx:webxml>
        <!-- Gitblit jar -->
        <mx:jar destfile="${webinf}/lib/gitblit.jar" includeresources="false" />
        <mx:jar destfile="${webinf}/lib/gitblit-${project.version}.jar" includeresources="false" />
        <!-- Build the WAR file -->
        <mx:zip basedir="${war.dir}" destfile="${project.targetDirectory}/${distribution.warfile}" compress="true" >