From: Alexey L. <lou...@us...> - 2004-03-05 17:56:41
|
User: loubyansky Date: 04/03/05 09:34:34 Modified: . Tag: Branch_3_2 build.xml Log: do not require jboss.net to be built to, say, clean the testsuite. Revision Changes Path No revision No revision 1.165.2.140 +3 -3 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.165.2.139 retrieving revision 1.165.2.140 diff -u -r1.165.2.139 -r1.165.2.140 --- build.xml 4 Mar 2004 06:05:10 -0000 1.165.2.139 +++ build.xml 5 Mar 2004 17:34:32 -0000 1.165.2.140 @@ -15,7 +15,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.165.2.139 2004/03/04 06:05:10 starksm Exp $ --> +<!-- $Id: build.xml,v 1.165.2.140 2004/03/05 17:34:32 loubyansky Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -240,8 +240,8 @@ <fileset dir="${project.thirdparty}/xdoclet/xdoclet/lib"> <include name="**/*.jar"/> </fileset> - <fileset dir="${project.root}/jboss.net/output/lib"> - <include name="xdoclet-*.jar" /> + <fileset dir="${project.root}/jboss.net"> + <include name="output/lib/xdoclet-*.jar" /> </fileset> </path> <property name="xdoclet.task.classpath" refid="xdoclet.task.classpath" /> |