]> source.dussan.org Git - gitblit.git/commitdiff
add version number to built jar files 278/head
authorJoel Johnson <joel.johnson@issinc.com>
Fri, 19 Jun 2015 21:05:21 +0000 (15:05 -0600)
committerJoel Johnson <joel.johnson@issinc.com>
Mon, 29 Jun 2015 16:17:28 +0000 (10:17 -0600)
build.xml

index ef76b20f36b04073f5aae778098e7c1bdbeea569..8544573b60a5e6717f6048d627c26ee07036d732 100644 (file)
--- a/build.xml
+++ b/build.xml
                </mx:webxml>\r
 \r
                <!-- Gitblit jar -->\r
-               <mx:jar destfile="${webinf}/lib/gitblit.jar" includeresources="false" />\r
+               <mx:jar destfile="${webinf}/lib/gitblit-${project.version}.jar" includeresources="false" />\r
 \r
                <!-- Build the WAR file -->\r
                <mx:zip basedir="${war.dir}" destfile="${project.targetDirectory}/${distribution.warfile}" compress="true" >\r