]> source.dussan.org Git - aspectj.git/commitdiff
124460: aop.xml used for compilation: AJDT interface support
authoraclement <aclement>
Thu, 12 Feb 2009 16:39:23 +0000 (16:39 +0000)
committeraclement <aclement>
Thu, 12 Feb 2009 16:39:23 +0000 (16:39 +0000)
ajbrowser/src/org/aspectj/tools/ajbrowser/core/BrowserCompilerConfiguration.java

index 85e32894cabffef2ef4086432641034715da9b6c..5d94fbaa261acb0a73e83a3b4930ccee26d36b6e 100644 (file)
@@ -11,6 +11,7 @@
 package org.aspectj.tools.ajbrowser.core;
 
 import java.io.File;
+import java.util.Collections;
 import java.util.Iterator;
 import java.util.List;
 import java.util.Map;
@@ -106,4 +107,8 @@ public class BrowserCompilerConfiguration implements ICompilerConfiguration {
        public List getClasspathElementsWithModifiedContents() {
                return null;
        }
+
+       public List getProjectXmlConfigFiles() {
+               return Collections.EMPTY_LIST;
+       }
 }