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/07/02 08:37:51 UTC

cvs commit: jakarta-ant-myrmidon/api/src/java/org/apache/myrmidon/api/event TaskEvent.java

donaldp     2002/07/01 23:37:51

  Modified:    api/src/java/org/apache/myrmidon/api/event TaskEvent.java
  Log:
  Create public variable for spearator character
  
  Revision  Changes    Path
  1.6       +6 -1      jakarta-ant-myrmidon/api/src/java/org/apache/myrmidon/api/event/TaskEvent.java
  
  Index: TaskEvent.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant-myrmidon/api/src/java/org/apache/myrmidon/api/event/TaskEvent.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- TaskEvent.java	29 May 2002 13:03:32 -0000	1.5
  +++ TaskEvent.java	2 Jul 2002 06:37:51 -0000	1.6
  @@ -19,6 +19,11 @@
   public final class TaskEvent
   {
       /**
  +     * Separator for elements in TaskEvents name/path.
  +     */
  +    public final static char SEPARATOR = '/';
  +
  +    /**
        * The path to task. A path is made of of 0 or more elements.
        * Each element in path is separated by a '/' character. An
        * example path is "/myproject/mytarget".
  
  
  

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