You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by do...@apache.org on 2002/05/05 14:08:23 UTC

cvs commit: jakarta-ant-myrmidon/container/src/java/org/apache/myrmidon/interfaces/oldmodel Project.java

donaldp     02/05/05 05:08:23

  Modified:    container/src/java/org/apache/myrmidon/interfaces/oldmodel
                        Project.java
  Log:
  Remove some commented out cruft.
  
  Revision  Changes    Path
  1.2       +1 -7      jakarta-ant-myrmidon/container/src/java/org/apache/myrmidon/interfaces/oldmodel/Project.java
  
  Index: Project.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant-myrmidon/container/src/java/org/apache/myrmidon/interfaces/oldmodel/Project.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Project.java	28 Apr 2002 05:04:49 -0000	1.1
  +++ Project.java	5 May 2002 12:08:23 -0000	1.2
  @@ -14,7 +14,7 @@
    * Implementations may choose to structure it anyway they choose.
    *
    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
  - * @version $Revision: 1.1 $ $Date: 2002/04/28 05:04:49 $
  + * @version $Revision: 1.2 $ $Date: 2002/05/05 12:08:23 $
    */
   public interface Project
   {
  @@ -23,12 +23,6 @@
   
       /** Property which holds the name of currently executing project */
       String PROJECT = "myrmidon.project.name";
  -
  -    // the name of currently executing project
  -    //String PROJECT_FILE     = "myrmidon.project.file";
  -
  -    // the name of currently executing target
  -    //String TARGET           = "myrmidon.target.name";
   
       /**
        * @return the project name.
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>