]> source.dussan.org Git - aspectj.git/commitdiff
no longer expecting sources in jdt module
authorwisberg <wisberg>
Thu, 3 Apr 2003 01:21:48 +0000 (01:21 +0000)
committerwisberg <wisberg>
Thu, 3 Apr 2003 01:21:48 +0000 (01:21 +0000)
build/testsrc/BuildModuleTests.java

index 2d4e3f25d825d4e3e4ab874f5a5b2cad410f7da6..9e7c5e8573c6939fe86b7fd3fd6a4253e8ad841c 100644 (file)
@@ -30,9 +30,10 @@ public class BuildModuleTests extends TestCase {
     private static boolean replaceFailed = false;
     
     private static final String BASE_DIR = "../";
-    private static final String[] JDT_SOURCE_DIRS = new String[]
-        {"antadapter", "batch", "codeassist", "compiler", "dom", "eval", "formatter",
-            "model", "search" };
+    private static final String[] JDT_SOURCE_DIRS = new String[] {};
+    // sources moved to shadow/ directory
+//        {"antadapter", "batch", "codeassist", "compiler", 
+//         "dom", "eval", "formatter", "model", "search" };
 
     public static Test suite() { 
         TestSuite suite = new TestSuite("Build module tests");