瀏覽代碼

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

tags/pre268419
aclement 15 年之前
父節點
當前提交
c693350b28
共有 1 個檔案被更改,包括 5 行新增0 行删除
  1. 5
    0
      testing/src/org/aspectj/testing/ajde/CompileCommand.java

+ 5
- 0
testing/src/org/aspectj/testing/ajde/CompileCommand.java 查看文件

@@ -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…
取消
儲存