]> source.dussan.org Git - aspectj.git/commitdiff
268827: ask for the JDT project state
authoraclement <aclement>
Tue, 24 Mar 2009 01:10:26 +0000 (01:10 +0000)
committeraclement <aclement>
Tue, 24 Mar 2009 01:10:26 +0000 (01:10 +0000)
testing/src/org/aspectj/testing/ajde/CompileCommand.java

index 9460965cbdce40bcb6abc0b7fa331ff266cc1c30..47ad4b076bdb684f54d30915b6f858e6644a5db5 100644 (file)
@@ -400,4 +400,9 @@ class MyOutputLocationManager implements IOutputLocationManager {
        public void reportFileRemove(String outputfile, int filetype) {
        }
 
+       public int discoverChangesSince(File dir, long buildtime) {
+               // TODO Auto-generated method stub
+               return 0;
+       }
+
 }