[jboss-cvs] jbosside/as/plugins/org.jboss.ide.eclipse.as.ui.mbeans ...
Robert Stryker
rawblem at gmail.com
Wed Dec 13 13:30:50 EST 2006
User: rawb
Date: 06/12/13 13:30:50
Modified: as/plugins/org.jboss.ide.eclipse.as.ui.mbeans plugin.xml
Log:
Added another extension point to allow actions to be added to the outline view for xml elements. This was done so that the mbeans project does not directly depend on as.ui, and as.ui can extend as.ui.mbeans.
Not that this matters much.
Revision Changes Path
1.3 +1 -0 jbosside/as/plugins/org.jboss.ide.eclipse.as.ui.mbeans/plugin.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: plugin.xml
===================================================================
RCS file: /cvsroot/jboss/jbosside/as/plugins/org.jboss.ide.eclipse.as.ui.mbeans/plugin.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- plugin.xml 4 Dec 2006 17:47:39 -0000 1.2
+++ plugin.xml 13 Dec 2006 18:30:50 -0000 1.3
@@ -2,6 +2,7 @@
<?eclipse version="3.2"?>
<plugin>
<extension-point id="ServiceXMLQuickFixProvider" name="org.jboss.ide.eclipse.as.ui.mbeans.serviceXMLQuickFixProvider" schema="schema/ServiceXMLQuickFixProvider.exsd"/>
+ <extension-point id="ServiceXMLOutlineMenuProvider" name="org.jboss.ide.eclipse.as.ui.mbeans.serviceXMLOutlineMenuProvider" schema="schema/ServiceXMLOutlineMenuProvider.exsd"/>
<extension
point="org.eclipse.core.runtime.contentTypes">
<content-type
More information about the jboss-cvs-commits
mailing list