Index: ant/src/org/apache/tools/ant/module/resources/AntModuleLayer.xml =================================================================== RCS file: /cvs/ant/src/org/apache/tools/ant/module/resources/AntModuleLayer.xml,v retrieving revision 1.34 diff -u -r1.34 AntModuleLayer.xml --- ant/src/org/apache/tools/ant/module/resources/AntModuleLayer.xml 23 Mar 2005 16:14:59 -0000 1.34 +++ ant/src/org/apache/tools/ant/module/resources/AntModuleLayer.xml 21 Jul 2005 15:52:46 -0000 @@ -26,119 +26,126 @@ - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - - + - + + + + - - - - - - - - - - - - + + + + + + + - - - - + + + + - + - + - + - - - - - - + + + + + + - + - + - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - Index: ant/src/org/apache/tools/ant/module/loader/AntProjectDataLoader.java =================================================================== RCS file: /cvs/ant/src/org/apache/tools/ant/module/loader/AntProjectDataLoader.java,v retrieving revision 1.24 diff -u -r1.24 AntProjectDataLoader.java --- ant/src/org/apache/tools/ant/module/loader/AntProjectDataLoader.java 23 Mar 2005 16:14:59 -0000 1.24 +++ ant/src/org/apache/tools/ant/module/loader/AntProjectDataLoader.java 21 Jul 2005 15:52:46 -0000 @@ -25,7 +25,7 @@ */ public class AntProjectDataLoader extends UniFileLoader { - private static final String REQUIRED_MIME = "text/x-ant+xml"; // NOI18N + public static final String REQUIRED_MIME = "text/x-ant+xml"; // NOI18N private static final String KNOWN_ANT_FILE = "org.apache.tools.ant.module.loader.AntProjectDataLoader.KNOWN_ANT_FILE"; // NOI18N private static final String KNOWN_ANT_FILE_OLD = "org.apache.tools.ant.module.AntProjectDataLoader.KNOWN_ANT_FILE"; // NOI18N private static final String KNOWN_ANT_FILENAME = "build.xml"; // NOI18N Index: ant/src/org/apache/tools/ant/module/loader/AntProjectDataEditor.java =================================================================== RCS file: /cvs/ant/src/org/apache/tools/ant/module/loader/AntProjectDataEditor.java,v retrieving revision 1.5 diff -u -r1.5 AntProjectDataEditor.java --- ant/src/org/apache/tools/ant/module/loader/AntProjectDataEditor.java 15 Jan 2004 21:59:07 -0000 1.5 +++ ant/src/org/apache/tools/ant/module/loader/AntProjectDataEditor.java 21 Jul 2005 15:52:46 -0000 @@ -7,7 +7,7 @@ * http://www.sun.com/ * * The Original Code is NetBeans. The Initial Developer of the Original - * Code is Sun Microsystems, Inc. Portions Copyright 1997-2004 Sun + * Code is Sun Microsystems, Inc. Portions Copyright 1997-2005 Sun * Microsystems, Inc. All Rights Reserved. * * Contributor(s): Jesse Glick. @@ -39,7 +39,7 @@ public AntProjectDataEditor (AntProjectDataObject obj) { super (obj, new AntEnv (obj)); - setMIMEType ("text/xml"); // NOI18N + setMIMEType(AntProjectDataLoader.REQUIRED_MIME); } protected boolean notifyModified () { Index: ant/nbproject/project.xml =================================================================== RCS file: /cvs/ant/nbproject/project.xml,v retrieving revision 1.18 diff -u -r1.18 project.xml --- ant/nbproject/project.xml 11 Jun 2005 07:01:51 -0000 1.18 +++ ant/nbproject/project.xml 21 Jul 2005 15:52:46 -0000 @@ -18,7 +18,14 @@ org.apache.tools.ant.module - org.openide.filesystems + org.netbeans.modules.editor + + 3 + 1.23 + + + + org.openide.actions @@ -26,7 +33,7 @@ - org.openide.util + org.openide.awt @@ -34,7 +41,7 @@ - org.openide.modules + org.openide.dialogs @@ -42,15 +49,15 @@ - org.openide.nodes + org.openide.execution - 6.2 + 1.2 - org.openide.awt + org.openide.filesystems @@ -58,23 +65,23 @@ - org.openide.dialogs + org.openide.io - 6.2 + 1.5 - org.openide.options + org.openide.loaders - 6.2 + 5.0 - org.openide.windows + org.openide.modules @@ -82,7 +89,7 @@ - org.openide.text + org.openide.nodes @@ -90,7 +97,7 @@ - org.openide.actions + org.openide.options @@ -98,27 +105,27 @@ - org.openide.execution + org.openide.text - 1.2 + 6.2 - org.openide.io + org.openide.util - 1.5 + 6.2 - org.openide.loaders + org.openide.windows - 5.0 + 6.2 Index: ant/manifest.mf =================================================================== RCS file: /cvs/ant/manifest.mf,v retrieving revision 1.78 diff -u -r1.78 manifest.mf --- ant/manifest.mf 22 Jun 2005 22:20:10 -0000 1.78 +++ ant/manifest.mf 21 Jul 2005 15:52:46 -0000 @@ -1,7 +1,7 @@ Manifest-Version: 1.0 OpenIDE-Module: org.apache.tools.ant.module/3 OpenIDE-Module-Localizing-Bundle: org/apache/tools/ant/module/Bundle.properties -OpenIDE-Module-Specification-Version: 3.20 +OpenIDE-Module-Specification-Version: 3.21 OpenIDE-Module-Install: org/apache/tools/ant/module/AntModule.class OpenIDE-Module-Layer: org/apache/tools/ant/module/resources/AntModuleLayer.xml OpenIDE-Module-Requires: