|
From: Scott M S. <st...@us...> - 2003-10-05 14:31:11
|
User: starksm Date: 03/10/05 07:31:09 Modified: . Tag: Branch_3_2 build.xml Log: - Remove the .ant.properties usage as this is handled by the local.properties file used everywhere else - Remove the unused xdoclet.task.classpath property as its usage would cause the clean task to fail if there was no jboss.net/output/lib dir Revision Changes Path No revision No revision 1.165.2.111 +3 -6 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.165.2.110 retrieving revision 1.165.2.111 diff -u -r1.165.2.110 -r1.165.2.111 --- build.xml 1 Oct 2003 22:27:34 -0000 1.165.2.110 +++ build.xml 5 Oct 2003 14:31:08 -0000 1.165.2.111 @@ -15,7 +15,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.165.2.110 2003/10/01 22:27:34 ejort Exp $ --> +<!-- $Id: build.xml,v 1.165.2.111 2003/10/05 14:31:08 starksm Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -65,9 +65,8 @@ --> <target name="configure" unless="configure.disable"> - <!-- Give user a chance to override without editing this file - (and without typing -D each time they run it) --> - <property file=".ant.properties" /> + <!-- Override properties using the standard local.properties file + --> <!-- =================== --> <!-- Basic Configuration --> @@ -237,8 +236,6 @@ <include name="xdoclet-*.jar" /> </fileset> </path> - <property name="xdoclet.task.classpath" - refid="xdoclet.task.classpath"/> <property name="xdoclet.mergedir" value="${project.tools}/etc/xdoclet/templates}"/> |