Browse Source

Remove modules from 'full classpath' for now

tags/V1_9_0_RC4
Andy Clement 6 years ago
parent
commit
7739078235

+ 2
- 2
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/core/builder/AjBuildConfig.java View 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) {

Loading…
Cancel
Save