[jboss-cvs] jbosside/as/plugins/org.jboss.ide.eclipse.as.ui.mbeans ...

Robert Stryker rawblem at gmail.com
Mon Dec 4 12:47:39 EST 2006


  User: rawb    
  Date: 06/12/04 12:47:39

  Modified:    as/plugins/org.jboss.ide.eclipse.as.ui.mbeans  plugin.xml
  Log:
  Changes to dialog allow you to turn a selection from an xml file into an xpath to be used in the properties view
  
  Revision  Changes    Path
  1.2       +2 -1      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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- plugin.xml	16 Nov 2006 22:45:30 -0000	1.1
  +++ plugin.xml	4 Dec 2006 17:47:39 -0000	1.2
  @@ -1,6 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <?eclipse version="3.2"?>
   <plugin>
  +   <extension-point id="ServiceXMLQuickFixProvider" name="org.jboss.ide.eclipse.as.ui.mbeans.serviceXMLQuickFixProvider" schema="schema/ServiceXMLQuickFixProvider.exsd"/>
      <extension
            point="org.eclipse.core.runtime.contentTypes">
         <content-type
  @@ -39,7 +40,7 @@
      </extension>
      <extension point="org.eclipse.wst.sse.ui.adapterFactoryDescription">
   		<adapterFactoryDescription
  -				class="org.jboss.ide.eclipse.as.ui.editors.AdaptorFactoryProviderForServiceXML"/>
  +				class="org.jboss.ide.eclipse.as.ui.mbeans.editors.AdaptorFactoryProviderForServiceXML"/>
      </extension>
      <extension
            point="org.eclipse.ui.newWizards">
  
  
  



More information about the jboss-cvs-commits mailing list