[Yanel-commits] rev 25724 - public/yanel/contributions/projects/update-manager

simon at wyona.com simon at wyona.com
Tue Jul 3 13:37:27 CEST 2007


Author: simon
Date: 2007-07-03 13:37:27 +0200 (Tue, 03 Jul 2007)
New Revision: 25724

Modified:
   public/yanel/contributions/projects/update-manager/build.xml
Log:
naming of war changed.

Modified: public/yanel/contributions/projects/update-manager/build.xml
===================================================================
--- public/yanel/contributions/projects/update-manager/build.xml	2007-07-03 11:32:28 UTC (rev 25723)
+++ public/yanel/contributions/projects/update-manager/build.xml	2007-07-03 11:37:27 UTC (rev 25724)
@@ -65,10 +65,24 @@
     <copy todir="${build.dir}/webapps/${project.name}/WEB-INF/lib">
       <fileset dir="${build.dir}/resource-types/file/build/lib"/>
     </copy>
+
+    <ant target="compile" antfile="${build.dir}/resource-types/yanel-update-manager/build.xml" inheritAll="false">
+      <property value="${yanel.version}-r${yanel.revision}" name="yanel.source.version"/>
+    </ant>
+    
+    <ant target="copy-dependencies" antfile="${build.dir}/resource-types/yanel-update-manager/build.xml" inheritAll="false">
+      <property value="${build.dir}" name="build.dir"/>
+      <property value="yanel" name="servlet.context.prefix"/>
+      <property value="${yanel.version}-r${yanel.revision}" name="yanel.source.version"/>
+    </ant>
+
+    <copy todir="${build.dir}/webapps/${project.name}/WEB-INF/lib">
+      <fileset dir="${build.dir}/resource-types/yanel-update-manager/build/lib"/>
+    </copy>
   </target>
   
   <target name="war" description="Build war file" depends="build-webapp">
-    <jar jarfile="${project.name}.war" basedir="webapps/${project.name}"/>
+    <jar jarfile="${project.name}-v-${yanel.version}-r-${yanel.revision}.war" basedir="webapps/${project.name}"/>
   </target>  
 
   <target name="clean" description="clean" depends="init">




More information about the Yanel-commits mailing list