Browse Source

124460: aop.xml used for compilation: AJDT interface support

tags/pre268419
aclement 15 years ago
parent
commit
c693350b28
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      testing/src/org/aspectj/testing/ajde/CompileCommand.java

+ 5
- 0
testing/src/org/aspectj/testing/ajde/CompileCommand.java View File

@@ -21,6 +21,7 @@ import java.io.PrintStream;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method;
import java.lang.reflect.Proxy;
import java.util.Collections;
import java.util.List;
import java.util.Map;
import java.util.Set;
@@ -319,6 +320,10 @@ class MyCompilerConfig implements ICompilerConfiguration {
return JavaOptions.getDefaultJavaOptions();
}

public List getProjectXmlConfigFiles() {
return Collections.EMPTY_LIST;
}

public String getOutJar() {
return outJar;
}

Loading…
Cancel
Save