Date: 02/04/05 07:52:29 Modified: tree-edit/src/org/netbeans/modules/xml/tree/resources mf-layer.xml Log: Fixed bug #21951 - Do not load classes on startup. Revision Changes Path 1.8 +20 -4 xml/catalog/src/org/netbeans/modules/xml/catalog/resources/mf-layer.xml http://xml.netbeans.org/source/browse/xml/catalog/src/org/netbeans/modules/xml/catalog/resources/mf-layer.xml.diff?r1=1.7&r2=1.8 (In the diff below, changes in quantity of whitespace are not shown.) Index: mf-layer.xml =================================================================== RCS file: /cvs/xml/catalog/src/org/netbeans/modules/xml/catalog/resources/mf-layer.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -b -r1.7 -r1.8 --- mf-layer.xml 2002/03/12 14:38:48 1.7 +++ mf-layer.xml 2002/04/05 15:52:03 1.8 @@ -33,10 +33,26 @@ - - - - + + + + + + + + + + + + + + + + + + + + 1.8 +5 -9 xml/text-edit/src/org/netbeans/modules/xml/text/syntax/XMLSettingsInitializer.java http://xml.netbeans.org/source/browse/xml/text-edit/src/org/netbeans/modules/xml/text/syntax/XMLSettingsInitializer.java.diff?r1=1.7&r2=1.8 (In the diff below, changes in quantity of whitespace are not shown.) Index: XMLSettingsInitializer.java =================================================================== RCS file: /cvs/xml/text-edit/src/org/netbeans/modules/xml/text/syntax/XMLSettingsInitializer.java,v retrieving revision 1.7 retrieving revision 1.8 diff -u -b -r1.7 -r1.8 --- XMLSettingsInitializer.java 2002/03/12 14:39:12 1.7 +++ XMLSettingsInitializer.java 2002/04/05 15:52:20 1.8 @@ -43,10 +43,9 @@ import org.netbeans.editor.MultiKeyBinding; import org.netbeans.editor.ext.ExtSettingsNames; -import org.netbeans.modules.xml.core.actions.CollectXMLAction; -import org.netbeans.modules.xml.core.actions.CollectDTDAction; - - +/** + * + */ public class XMLSettingsInitializer extends Settings.AbstractInitializer { /** Name assigned to initializer */ @@ -108,8 +107,7 @@ (Arrays.asList (new String[] { OpenAction.class.getName(), null, - CollectDTDAction.class.getName(), -// "org.netbeans.modules.xml.tools.actions.CheckDTDAction", // NOI18N + "org.netbeans.modules.xml.core.actions.CollectDTDAction", // NOI18N null, })); dtdActionNames.addAll (commonActionNames); @@ -131,9 +129,7 @@ OpenAction.class.getName(), ViewAction.class.getName(), null, - CollectXMLAction.class.getName(), -// "org.netbeans.modules.xml.tools.actions.CheckAction", // NOI18N -// "org.netbeans.modules.xml.tools.actions.ValidateAction", // NOI18N + "org.netbeans.modules.xml.core.actions.CollectXMLAction", // NOI18N null, })); xmlActionNames.addAll (commonActionNames); 1.8 +60 -15 xml/tools/src/org/netbeans/modules/xml/tools/resources/mf-layer.xml http://xml.netbeans.org/source/browse/xml/tools/src/org/netbeans/modules/xml/tools/resources/mf-layer.xml.diff?r1=1.7&r2=1.8 (In the diff below, changes in quantity of whitespace are not shown.) Index: mf-layer.xml =================================================================== RCS file: /cvs/xml/tools/src/org/netbeans/modules/xml/tools/resources/mf-layer.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -b -r1.7 -r1.8 --- mf-layer.xml 2002/03/12 14:39:17 1.7 +++ mf-layer.xml 2002/04/05 15:52:22 1.8 @@ -19,21 +19,65 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -49,6 +93,7 @@ + 1.11 +15 -3 xml/tree-edit/src/org/netbeans/modules/xml/tree/resources/mf-layer.xml http://xml.netbeans.org/source/browse/xml/tree-edit/src/org/netbeans/modules/xml/tree/resources/mf-layer.xml.diff?r1=1.10&r2=1.11 (In the diff below, changes in quantity of whitespace are not shown.) Index: mf-layer.xml =================================================================== RCS file: /cvs/xml/tree-edit/src/org/netbeans/modules/xml/tree/resources/mf-layer.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -b -r1.10 -r1.11 --- mf-layer.xml 2002/03/21 17:01:48 1.10 +++ mf-layer.xml 2002/04/05 15:52:25 1.11 @@ -19,10 +19,22 @@ - - + + + + + + + + + + - + + + + +