User: starksm
Date: 01/06/24 13:09:59
Modified: src/build Tag: Branch_2_2 build.xml
Log:
Change deltree to delete
Revision Changes Path
No revision
No revision
1.25.2.1 +2 -2 jbosstest/src/build/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/src/build/build.xml,v
retrieving revision 1.25
retrieving revision 1.25.2.1
diff -u -r1.25 -r1.25.2.1
--- build.xml 2001/04/30 14:17:14 1.25
+++ build.xml 2001/06/24 20:09:59 1.25.2.1
@@ -467,8 +467,8 @@
<!-- Cleans up generated stuff -->
<!-- =================================================================== -->
<target name="clean" depends="init">
- <deltree dir="${build.dir}"/>
- <deltree dir="${dist.dir}"/>
+ <delete dir="${build.dir}"/>
+ <delete dir="${dist.dir}"/>
</target>
<!-- =================================================================== -->
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development
- [JBoss-dev] CVS update: jbosstest/src/build build.xml starksm
- [JBoss-dev] CVS update: jbosstest/src/build build.xml kimptoc
- [JBoss-dev] CVS update: jbosstest/src/build build.xml starksm
- [JBoss-dev] CVS update: jbosstest/src/build build.xml pra
- [JBoss-dev] CVS update: jbosstest/src/build build.xml jwalters
- [JBoss-dev] CVS update: jbosstest/src/build build.xml starksm
- [JBoss-dev] CVS update: jbosstest/src/build build.xml starksm
- [JBoss-dev] CVS update: jbosstest/src/build build.xml kimptoc
- [JBoss-dev] CVS update: jbosstest/src/build build.xml starksm
- [JBoss-dev] CVS update: jbosstest/src/build build.xml starksm
- [JBoss-dev] CVS update: jbosstest/src/build build.xml starksm
- [JBoss-dev] CVS update: jbosstest/src/build build.xml mnf999
- [JBoss-dev] CVS update: jbosstest/src/build build.xml danch
- [JBoss-dev] CVS update: jbosstest/src/build build.xml Scott M Stark
- [JBoss-dev] CVS update: jbosstest/src/build build.xml David Jencks
- [JBoss-dev] CVS update: jbosstest/src/build build.xml Scott M Stark
- [JBoss-dev] CVS update: jbosstest/src/build build.xml Scott M Stark
- [JBoss-dev] CVS update: jbosstest/src/build build.xml Scott M Stark
- [JBoss-dev] CVS update: jbosstest/src/build build.xml Scott M Stark
- [JBoss-dev] CVS update: jbosstest/src/build build.xml Scott M Stark
