[jboss-cvs] JBossCache ...
Manik Surtani
msurtani at jboss.com
Thu Nov 16 08:40:17 EST 2006
User: msurtani
Date: 06/11/16 08:40:17
Modified: JBossCache build.xml
Log:
Proper cleanup for old dist files
Revision Changes Path
1.150 +6 -6 JBossCache/build.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/JBossCache/build.xml,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -b -r1.149 -r1.150
--- build.xml 15 Nov 2006 15:35:09 -0000 1.149
+++ build.xml 16 Nov 2006 13:40:16 -0000 1.150
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Id: build.xml,v 1.149 2006/11/15 15:35:09 msurtani Exp $ -->
+<!-- $Id: build.xml,v 1.150 2006/11/16 13:40:16 msurtani Exp $ -->
<project default="compile" name="JBossCache">
@@ -1123,11 +1123,11 @@
</fileset>
</copy>
- <delete file="${dist.dir}/jboss-cache-core-${module.version}.zip"/>
- <delete file="${dist.dir}/jboss-cache-core-JDK140-${module.version}.zip"/>
- <delete file="${dist.dir}/jboss-cache-pojo-${module.version}.zip"/>
- <delete file="${dist.dir}/jboss-cache-all-${module.version}.zip"/>
- <delete file="${dist.dir}/bdbje-for-jbosscache-${module.version}.zip"/>
+ <delete file="${dist.dir}/${module.name}-core-${module.version}.zip"/>
+ <delete file="${dist.dir}/${module.name}-core-JDK140-${module.version}.zip"/>
+ <delete file="${dist.dir}/${module.name}-pojo-${module.version}.zip"/>
+ <delete file="${dist.dir}/${module.name}-all-${module.version}.zip"/>
+ <delete file="${dist.dir}/bdbje-for-${module.name}-${module.version}.zip"/>
<chmod perm="+x">
<fileset dir="${dist.dir}">
More information about the jboss-cvs-commits
mailing list