diff options
author | Joel Johnson <joel.johnson@issinc.com> | 2015-06-19 15:05:21 -0600 |
---|---|---|
committer | Joel Johnson <joel.johnson@issinc.com> | 2015-06-29 10:17:28 -0600 |
commit | 9a2a7c13b3392bd6b399fc0e0adb41a94beba087 (patch) | |
tree | 2a205767b5cc4b587c044f9885b1310bdeab9c5f /build.xml | |
parent | a909bf1333d9e9bcdc5e87a17642211e6fa8f036 (diff) | |
download | gitblit-9a2a7c13b3392bd6b399fc0e0adb41a94beba087.tar.gz gitblit-9a2a7c13b3392bd6b399fc0e0adb41a94beba087.zip |
add version number to built jar files
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" >
|