costin      02/05/17 16:09:54

  Modified:    src/main/org/apache/tools/ant Tag: ANT_15_BRANCH
                        ProjectHelper.java
  Log:
  Remove the extra '/' - otherwise the resource can't be loaded.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.86.2.1  +1 -1      
jakarta-ant/src/main/org/apache/tools/ant/ProjectHelper.java
  
  Index: ProjectHelper.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/ProjectHelper.java,v
  retrieving revision 1.86
  retrieving revision 1.86.2.1
  diff -u -r1.86 -r1.86.2.1
  --- ProjectHelper.java        21 Apr 2002 13:42:03 -0000      1.86
  +++ ProjectHelper.java        17 May 2002 23:09:54 -0000      1.86.2.1
  @@ -99,7 +99,7 @@
        * implementations.
        */
       public static final String SERVICE_ID =
  -        "/META-INF/services/org.apache.tools.ant.ProjectHelper";
  +        "META-INF/services/org.apache.tools.ant.ProjectHelper";
   
       /**
        * Configures the project with the contents of the specified XML file.
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to