Browse Source

implement new ICompilerConfiguration method

tags/V162DEV_M1
aclement 15 years ago
parent
commit
0044cad684

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

@@ -98,6 +98,10 @@ public class TestCompilerConfiguration implements ICompilerConfiguration {
return projectSourceFiles;
}

public List getProjectSourceFilesChanged() {
return null;
}

public Map getSourcePathResources() {
if (sourcePathResources == null) {
sourcePathResources = new HashMap();

Loading…
Cancel
Save