aboutsummaryrefslogtreecommitdiffstats
path: root/build/build-properties.xml
diff options
context:
space:
mode:
authorwisberg <wisberg>2005-05-21 23:46:06 +0000
committerwisberg <wisberg>2005-05-21 23:46:06 +0000
commit6ac43cae922d5998351287035f6b4d05040a4213 (patch)
tree7c4e5b9eaa1f3f7515d5898d58f20087e70e1449 /build/build-properties.xml
parent35180dd6565635dd3834c815209aeb7b89ccdbf5 (diff)
downloadaspectj-6ac43cae922d5998351287035f6b4d05040a4213.tar.gz
aspectj-6ac43cae922d5998351287035f6b4d05040a4213.zip
junit.excludes - yuck!
Diffstat (limited to 'build/build-properties.xml')
-rw-r--r--build/build-properties.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/build-properties.xml b/build/build-properties.xml
index 2f4922b6d..99fb509fe 100644
--- a/build/build-properties.xml
+++ b/build/build-properties.xml
@@ -100,6 +100,9 @@
location="${aspectj.modules.lib.dir}/junit/junit.jar"/>
<property name="junit.includes"
value="**/*Test.java,**/**TestCase.java"/>
+ <property name="junit.excludes"
+ value="**/DocumentParserTest.java,**/CommandTestCase.java,**/VerifyWeaveTestCase.java,**/KnownfailuresTests.java,**/KnownLimitationsTests.java,**/PureJavaTests.java,**/AbstractWorldTestCase.java,**/WeaveTestCase.java"/>
+ <!-- would like to enable PureJavaTests.java -->
</target>
<target name="init-taskdefs"