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

michi at wyona.com michi at wyona.com
Tue Jul 24 23:53:33 CEST 2007


Author: michi
Date: 2007-07-24 23:53:33 +0200 (Tue, 24 Jul 2007)
New Revision: 26257

Modified:
   public/yanel/contributions/projects/update-manager/build.xml
Log:
clean fixed

Modified: public/yanel/contributions/projects/update-manager/build.xml
===================================================================
--- public/yanel/contributions/projects/update-manager/build.xml	2007-07-24 21:46:03 UTC (rev 26256)
+++ public/yanel/contributions/projects/update-manager/build.xml	2007-07-24 21:53:33 UTC (rev 26257)
@@ -88,14 +88,18 @@
   </target>
   
   <target name="war" description="Build war file" depends="build-webapp">
-    <jar jarfile="${project.id}-v-${yanel.version}-r-${yanel.revision}.war" basedir="webapps/${project.id}"/>
+    <jar jarfile="${project.id}-v-${project.version}-r-${project.revision}.war" basedir="webapps/${project.id}"/>
   </target>  
 
   <target name="clean" description="clean" depends="init">
     <ant target="clean" antfile="${build.dir}/resource-types/file/build.xml" inheritAll="false">
       <property value="${yanel.version}-r${yanel.revision}" name="yanel.source.version"/>
     </ant>
+    <ant target="clean" antfile="${build.dir}/resource-types/yanel-update-manager/build.xml" inheritAll="false">
+      <property value="${yanel.version}-r${yanel.revision}" name="yanel.source.version"/>
+    </ant>
     <delete dir="webapps"/>
+    <delete file="${project.id}-v-${project.version}-r-${project.revision}.war"/>
   </target>  
   
-</project>  
\ No newline at end of file
+</project>  



More information about the Yanel-commits mailing list