Browse Source

Removed reference to ProjectDocument.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268401 13f79535-47bb-0310-9956-ffa450edef68
master
metasim 24 years ago
parent
commit
1c4e85e077
1 changed files with 0 additions and 13 deletions
  1. +0
    -13
      src/antidote/org/apache/tools/ant/gui/core/ProjectProxy.java

+ 0
- 13
src/antidote/org/apache/tools/ant/gui/core/ProjectProxy.java View File

@@ -191,19 +191,6 @@ public class ProjectProxy {
return _selections;
}

/**
* Get the Document perspective on the data.
*
* @return Document view on project.
*/
public Document getDocument() {
// This is what the call should look like
//return new ProjectDocument(_project);
if(_file != null) {
return new ProjectDocument(_file);
}
return null;
}

/** Class for executing the build in a separate thread. */
private class BuildRunner implements Runnable {


Loading…
Cancel
Save