Explorar el Código

implement new ICompilerConfiguration method

tags/V162DEV_M1
aclement hace 16 años
padre
commit
0044cad684

+ 4
- 0
ajde/testsrc/org/aspectj/ajde/ui/utils/TestCompilerConfiguration.java Ver fichero

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

Cargando…
Cancelar
Guardar