From: Bill B. <pat...@us...> - 2005-01-06 22:54:07
|
User: patriot1burke Date: 05/01/06 14:54:00 Modified: . build.xml Log: finish recovery prototype Revision Changes Path 1.435 +2 -1 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.434 retrieving revision 1.435 diff -u -r1.434 -r1.435 --- build.xml 5 Jan 2005 01:03:17 -0000 1.434 +++ build.xml 6 Jan 2005 22:53:59 -0000 1.435 @@ -6,7 +6,7 @@ <!-- See terms of license at http://www.gnu.org. --> <!-- ============================================================ --> -<!-- $Id: build.xml,v 1.434 2005/01/05 01:03:17 osdchicago Exp $ --> +<!-- $Id: build.xml,v 1.435 2005/01/06 22:53:59 patriot1burke Exp $ --> <project default="main" name="JBoss/Testsuite"> <import file="../tools/etc/buildmagic/build-common.xml"/> @@ -288,6 +288,7 @@ failonerror="${javac.fail.onerror}"> <src path="${source.java}"/> <src path="${build.gen-src}"/> + <exclude name="org/jboss/test/recover/oracle/**"/> <classpath refid="tests.classpath"/> </javac> </target> |