From: Andy Clement Date: Wed, 14 Feb 2018 22:05:57 +0000 (-0800) Subject: Remove modules from 'full classpath' for now X-Git-Tag: V1_9_0_RC4~4 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=77390782355564e492fc0e33ef24d58dde14ab78;p=aspectj.git Remove modules from 'full classpath' for now --- diff --git a/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjBuildConfig.java b/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjBuildConfig.java index be8f54adb..11a0b3eab 100644 --- a/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjBuildConfig.java +++ b/org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjBuildConfig.java @@ -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) {