costin 02/05/17 16:10:55
Modified: src/main/org/apache/tools/ant ProjectHelper.java
Log:
Fix getResource() for the project helper, there's no / at the beginning.
Revision Changes Path
1.87 +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.87
diff -u -r1.86 -r1.87
--- ProjectHelper.java 21 Apr 2002 13:42:03 -0000 1.86
+++ ProjectHelper.java 17 May 2002 23:10:55 -0000 1.87
@@ -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]>