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/23 03:12:02 UTC

cvs commit: jakarta-ant-myrmidon/container/src/java/org/apache/myrmidon/interfaces/workspace Workspace.java

donaldp     02/05/22 18:12:02

  Modified:    container/src/java/org/apache/myrmidon/interfaces/workspace
                        Workspace.java
  Log:
  Remove unused import
  
  Revision  Changes    Path
  1.13      +2 -3      jakarta-ant-myrmidon/container/src/java/org/apache/myrmidon/interfaces/workspace/Workspace.java
  
  Index: Workspace.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant-myrmidon/container/src/java/org/apache/myrmidon/interfaces/workspace/Workspace.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- Workspace.java	21 May 2002 05:32:26 -0000	1.12
  +++ Workspace.java	23 May 2002 01:12:02 -0000	1.13
  @@ -8,7 +8,6 @@
   package org.apache.myrmidon.interfaces.workspace;
   
   import org.apache.myrmidon.api.TaskException;
  -import org.apache.myrmidon.api.event.TaskListener;
   import org.apache.myrmidon.interfaces.oldmodel.Project;
   import org.apache.myrmidon.interfaces.executor.ExecutionFrame;
   
  @@ -16,7 +15,7 @@
    * This is the abstraction through which Projects are executed.
    *
    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
  - * @version $Revision: 1.12 $ $Date: 2002/05/21 05:32:26 $
  + * @version $Revision: 1.13 $ $Date: 2002/05/23 01:12:02 $
    */
   public interface Workspace
   {
  @@ -29,7 +28,7 @@
        * @param project the Project
        * @param frame the frame in which target is executed
        * @param target the name of the target
  -     * @exception TaskException if an error occurs
  +     * @throws TaskException if an error occurs
        */
       void executeProject( Project project, ExecutionFrame frame, String target )
           throws TaskException;
  
  
  

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