浏览代码

implement new ICompilerConfiguration method

tags/V162DEV_M1
aclement 16 年前
父节点
当前提交
0044cad684
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      ajde/testsrc/org/aspectj/ajde/ui/utils/TestCompilerConfiguration.java

+ 4
- 0
ajde/testsrc/org/aspectj/ajde/ui/utils/TestCompilerConfiguration.java 查看文件

@@ -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();

正在加载...
取消
保存