From: Kabir K. <kk...@jb...> - 2006-07-10 15:27:14
|
User: kkhan Date: 06/07/10 11:27:11 Modified: jboss-aop build.xml Log: Exclude copied jdk15 tests Revision Changes Path 1.152 +2 -2 jboss-aop/build.xml (In the diff below, changes in quantity of whitespace are not shown.) Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jboss-aop/build.xml,v retrieving revision 1.151 retrieving revision 1.152 diff -u -b -r1.151 -r1.152 --- build.xml 5 Jul 2006 12:18:02 -0000 1.151 +++ build.xml 10 Jul 2006 15:27:11 -0000 1.152 @@ -14,7 +14,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.151 2006/07/05 12:18:02 kkhan Exp $ --> +<!-- $Id: build.xml,v 1.152 2006/07/10 15:27:11 kkhan Exp $ --> <project default="main" name="JBoss/AOP"> @@ -612,7 +612,7 @@ <src path="${source.tests.java}"/> <classpath refid="test.classpath"/> <include name="**/*.java"/> - <exclude name="org/jboss/test/aop/jdk15/**/*.java"/> + <exclude name="org/jboss/test/aop/jdk15*/**/*.java"/> <exclude name="org/jboss/test/aop/memoryleaks/**/*.java"/> </javac> </target> |