Browse Source

Updated to current descriptor name.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269125 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 24 years ago
parent
commit
654f16a698
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      proposal/myrmidon/src/java/org/apache/myrmidon/components/deployer/Deployment.java

+ 2
- 2
proposal/myrmidon/src/java/org/apache/myrmidon/components/deployer/Deployment.java View File

@@ -27,7 +27,7 @@ import org.xml.sax.XMLReader;
*/
public class Deployment
{
private final static String TSKDEF_FILE = "TASK-LIB/taskdefs.xml";
public final static String DESCRIPTOR_NAME = "META-INF/ant-types.xml";

private File m_file;

@@ -62,7 +62,7 @@ public class Deployment
private Configuration buildDescriptor()
throws DeploymentException
{
final String systemID = "jar:" + getURL() + "!/" + TSKDEF_FILE;
final String systemID = "jar:" + getURL() + "!/" + DESCRIPTOR_NAME;

try
{


Loading…
Cancel
Save