summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Moger <james.moger@gmail.com>2015-06-30 08:49:31 -0400
committerJames Moger <james.moger@gmail.com>2015-06-30 08:49:31 -0400
commitbebc2e8c8eb66cbb49998fceef01cdde8e0dc934 (patch)
treeeca502b12b96b41439d3186b97d535b461f425ec
parentb5c7332f5976cc19ab681ed4b82501a62c6a2f61 (diff)
parent9a2a7c13b3392bd6b399fc0e0adb41a94beba087 (diff)
downloadgitblit-bebc2e8c8eb66cbb49998fceef01cdde8e0dc934.tar.gz
gitblit-bebc2e8c8eb66cbb49998fceef01cdde8e0dc934.zip
Merge pull request #278 from mrjoel/mrjoel-addversiontojarfilename
Add version number to WAR jar filename
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index ef76b20f..8544573b 100644
--- a/build.xml
+++ b/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" >