Browse Source

Fix getResource() for the project helper, there's no / at the beginning.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272728 13f79535-47bb-0310-9956-ffa450edef68
master
Costin Manolache 23 years ago
parent
commit
dabc2a2e75
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/ProjectHelper.java

+ 1
- 1
src/main/org/apache/tools/ant/ProjectHelper.java View File

@@ -99,7 +99,7 @@ public class ProjectHelper {
* 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.


Loading…
Cancel
Save