Do we really want to be duplicating commits on 1.5 branch
and 1.6 alpha?  A merge is just a couple of weeks away.

Cheers,
Magesh

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 17, 2002 7:10 PM
Subject: cvs commit: jakarta-ant/src/main/org/apache/tools/ant
ProjectHelper.java


> 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]>
>
>


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

Reply via email to