소스 검색

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…
취소
저장