Browse Source

245566: final config interface change

tags/V1_6_2
aclement 15 years ago
parent
commit
e5899f8150

+ 4
- 0
ajde/testsrc/org/aspectj/ajde/ui/utils/TestCompilerConfiguration.java View File

@@ -161,4 +161,8 @@ public class TestCompilerConfiguration implements ICompilerConfiguration {
return ICompilerConfiguration.EVERYTHING;
}

public List getClasspathElementsWithModifiedContents() {
return null;
}

}

Loading…
Cancel
Save