Explorar el Código

268827: tell ajdt about class file removal

tags/V1_6_4
aclement hace 15 años
padre
commit
93214ae61c
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      testing/src/org/aspectj/testing/ajde/CompileCommand.java

+ 3
- 0
testing/src/org/aspectj/testing/ajde/CompileCommand.java Ver fichero

@@ -397,4 +397,7 @@ class MyOutputLocationManager implements IOutputLocationManager {
public void reportClassFileWrite(String outputfile) {
}

public void reportClassFileRemove(String outputfile) {
}

}

Cargando…
Cancelar
Guardar