From: Kabir K. <ka...@us...> - 2004-09-09 11:09:36
|
User: kabkhan Date: 04/09/09 04:09:14 Modified: . build.xml Log: Got rid of 'The <fileset> type doesn't support nested text data' error Revision Changes Path 1.400 +2 -2 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.399 retrieving revision 1.400 diff -u -r1.399 -r1.400 --- build.xml 9 Sep 2004 05:24:41 -0000 1.399 +++ build.xml 9 Sep 2004 11:09:13 -0000 1.400 @@ -15,7 +15,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.399 2004/09/09 05:24:41 steveebersole Exp $ --> +<!-- $Id: build.xml,v 1.400 2004/09/09 11:09:13 kabkhan Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -5867,7 +5867,7 @@ <!-- Exclude iiop they run in their own target --> <exclude name="**/test/*iiop/test/*"/> - <exclude name="org/jboss/test/media/**" />> + <exclude name="org/jboss/test/media/**" /> </fileset> </batchtest> </junit> |