]> source.dussan.org Git - aspectj.git/commitdiff
268827: ask for the JDT project state
authoraclement <aclement>
Tue, 24 Mar 2009 00:59:51 +0000 (00:59 +0000)
committeraclement <aclement>
Tue, 24 Mar 2009 00:59:51 +0000 (00:59 +0000)
ajde.core/testsrc/org/aspectj/ajde/core/TestOutputLocationManager.java

index 941a212127012d23a4315862c4387db78b02a45f..495dd182f32133cbffe065f14635e7439a2d3cc1 100644 (file)
@@ -85,4 +85,9 @@ public class TestOutputLocationManager implements IOutputLocationManager {
        public void reportFileRemove(String outputfile, int filetype) {
        }
 
+       public int discoverChangesSince(File dir, long buildtime) {
+               // TODO Auto-generated method stub
+               return 0;
+       }
+
 }