Browse Source

Removed stale ajworkingdir option from project properties interface.

tags/v_preCompileLoopAlteration
mkersten 20 years ago
parent
commit
d147bca723
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      ajde/src/org/aspectj/ajde/ProjectPropertiesAdapter.java

+ 1
- 1
ajde/src/org/aspectj/ajde/ProjectPropertiesAdapter.java View File

@@ -45,7 +45,7 @@ public interface ProjectPropertiesAdapter {

public String getOutputPath();

public String getAjcWorkingDir();
// public String getAjcWorkingDir();

// @todo: move to build options
public String getBootClasspath();

Loading…
Cancel
Save