]> source.dussan.org Git - aspectj.git/commitdiff
124460: aop.xml used for compilation: AJDT interface support
authoraclement <aclement>
Thu, 12 Feb 2009 16:40:40 +0000 (16:40 +0000)
committeraclement <aclement>
Thu, 12 Feb 2009 16:40:40 +0000 (16:40 +0000)
testing/src/org/aspectj/testing/ajde/CompileCommand.java

index 06c5ae25baa9d54a743d01d039e38632f45f6c0b..70d774f48747af5d23548f5cf46212668c6e8b61 100644 (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;
        }