Browse Source

Update to new descriptor name.

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

+ 1
- 1
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
{
public final static String DESCRIPTOR_NAME = "META-INF/ant-types.xml";
public final static String DESCRIPTOR_NAME = "META-INF/ant-descriptor.xml";

private File m_file;



Loading…
Cancel
Save