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

Robert Stryker rawblem at gmail.com
Thu Sep 14 14:46:50 EDT 2006


  User: rawb    
  Date: 06/09/14 14:46:50

  Modified:    as/plugins/org.jboss.ide.eclipse.as.ui  plugin.xml
  Log:
  Implementation to make use of firstrun's extension point and convert old run configurations. 
  
  Revision  Changes    Path
  1.17      +9 -0      jbosside/as/plugins/org.jboss.ide.eclipse.as.ui/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/plugin.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -b -r1.16 -r1.17
  --- plugin.xml	6 Sep 2006 19:38:00 -0000	1.16
  +++ plugin.xml	14 Sep 2006 18:46:50 -0000	1.17
  @@ -248,5 +248,14 @@
      <extension
            point="org.eclipse.jst.ws.consumption.ui.wsClientImpl">
      </extension>
  +   <extension
  +         point="org.jboss.ide.eclipse.firstrun.FirstRunWizardPage">
  +      <UpgradeWizard
  +            WizardPage="org.jboss.ide.eclipse.as.ui.upgrades.UpdatePage20"
  +            fromVersion="1.6.*"
  +            id="org.jboss.ide.eclipse.as.ui.firstrun.16.20"
  +            toVersion="2.0.0.*"
  +            weight="50"/>
  +   </extension>
      
   </plugin>
  
  
  



More information about the jboss-cvs-commits mailing list