]> source.dussan.org Git - aspectj.git/commitdiff
implement new ICompilerConfiguration method
authoraclement <aclement>
Tue, 26 Aug 2008 21:16:46 +0000 (21:16 +0000)
committeraclement <aclement>
Tue, 26 Aug 2008 21:16:46 +0000 (21:16 +0000)
ajbrowser/src/org/aspectj/tools/ajbrowser/core/BrowserCompilerConfiguration.java

index 5be2276ce695ce46a5fec3e0eab327472465306a..58a68c194ef012992651d3f1cb07d28f583541ee 100644 (file)
@@ -75,6 +75,12 @@ public class BrowserCompilerConfiguration implements ICompilerConfiguration {
                return null;
        }
 
+       public List getProjectSourceFilesChanged() {
+               // unimplemented in AjBrowser (uses BuildConfigManager instead)
+               return null;
+       }
+
+
        public Map getSourcePathResources() {
                // unimplemented in AjBrowser
                return null;