]> source.dussan.org Git - aspectj.git/commitdiff
Remove modules from 'full classpath' for now
authorAndy Clement <aclement@pivotal.io>
Wed, 14 Feb 2018 22:05:57 +0000 (14:05 -0800)
committerAndy Clement <aclement@pivotal.io>
Wed, 14 Feb 2018 22:05:57 +0000 (14:05 -0800)
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjBuildConfig.java

index be8f54adb8f0c808376e31a069dec1d02bbfad08..11a0b3eab06c1ee69cc52509124c2aeb6fa154a0 100644 (file)
@@ -390,8 +390,8 @@ public class AjBuildConfig implements CompilerConfigurationChangeFlags {
                        full.add(file.getAbsolutePath());
                }
                full.addAll(getClasspath());
-               full.addAll(getModulepath());
-               full.addAll(getModulesourcepath());
+//             full.addAll(getModulepath());
+//             full.addAll(getModulesourcepath());
                // if (null != outputDir) {
                // full.add(outputDir.getAbsolutePath());
                // } else if (null != outputJar) {