[jboss-cvs] jbosside/core/plugins/org.jboss.ide.eclipse.firstrun/schema ...

Robert Stryker rawblem at gmail.com
Tue Sep 12 17:25:22 EDT 2006


  User: rawb    
  Date: 06/09/12 17:25:22

  Added:       core/plugins/org.jboss.ide.eclipse.firstrun/schema 
                        org.jboss.ide.eclipse.firstrun.exsd
  Log:
  Substantial changes, including an extension point, to allow conversion and updates between JBoss IDE versions. Plugins requiring conversions between versions should use this extension point in their own plug-in rather than adding upgrade wizard pages to the firstrun plugin. 
  
  Text for upgrade to 2.0 will need to be decided upon. (Pages created, text is fluff)
  
  Revision  Changes    Path
  1.1      date: 2006/09/12 21:25:22;  author: rawb;  state: Exp;jbosside/core/plugins/org.jboss.ide.eclipse.firstrun/schema/org.jboss.ide.eclipse.firstrun.exsd
  
  Index: org.jboss.ide.eclipse.firstrun.exsd
  ===================================================================
  <?xml version='1.0' encoding='UTF-8'?>
  <!-- Schema file written by PDE -->
  <schema targetNamespace="org.jboss.ide.eclipse.firstrun">
  <annotation>
        <appInfo>
           <meta.schema plugin="org.jboss.ide.eclipse.firstrun" id="org.jboss.ide.eclipse.firstrun" name="FirstRunWizard"/>
        </appInfo>
        <documentation>
           [Enter description of this extension point.]
        </documentation>
     </annotation>
  
     <element name="extension">
        <complexType>
           <sequence>
              <element ref="UpgradeWizard" minOccurs="0" maxOccurs="unbounded"/>
           </sequence>
           <attribute name="point" type="string" use="required">
              <annotation>
                 <documentation>
                    
                 </documentation>
              </annotation>
           </attribute>
           <attribute name="id" type="string">
              <annotation>
                 <documentation>
                    
                 </documentation>
              </annotation>
           </attribute>
           <attribute name="name" type="string">
              <annotation>
                 <documentation>
                    
                 </documentation>
                 <appInfo>
                    <meta.attribute translatable="true"/>
                 </appInfo>
              </annotation>
           </attribute>
        </complexType>
     </element>
  
     <element name="UpgradeWizard">
        <complexType>
           <attribute name="id" type="string" use="required">
              <annotation>
                 <documentation>
                    
                 </documentation>
              </annotation>
           </attribute>
           <attribute name="fromVersion" type="string" use="required">
              <annotation>
                 <documentation>
                    
                 </documentation>
              </annotation>
           </attribute>
           <attribute name="toVersion" type="string" use="required">
              <annotation>
                 <documentation>
                    
                 </documentation>
              </annotation>
           </attribute>
           <attribute name="weight" type="string" use="default" value="50">
              <annotation>
                 <documentation>
                    
                 </documentation>
              </annotation>
           </attribute>
           <attribute name="WizardPage" type="string">
              <annotation>
                 <documentation>
                    
                 </documentation>
                 <appInfo>
                    <meta.attribute kind="java" basedOn="org.jboss.ide.eclipse.firstrun.wizard.pages.AbstractFirstRunPage"/>
                 </appInfo>
              </annotation>
           </attribute>
        </complexType>
     </element>
  
     <annotation>
        <appInfo>
           <meta.section type="since"/>
        </appInfo>
        <documentation>
           [Enter the first release in which this extension point appears.]
        </documentation>
     </annotation>
  
     <annotation>
        <appInfo>
           <meta.section type="examples"/>
        </appInfo>
        <documentation>
           [Enter extension point usage example here.]
        </documentation>
     </annotation>
  
     <annotation>
        <appInfo>
           <meta.section type="apiInfo"/>
        </appInfo>
        <documentation>
           [Enter API information here.]
        </documentation>
     </annotation>
  
     <annotation>
        <appInfo>
           <meta.section type="implementation"/>
        </appInfo>
        <documentation>
           [Enter information about supplied implementation of this extension point.]
        </documentation>
     </annotation>
  
     <annotation>
        <appInfo>
           <meta.section type="copyright"/>
        </appInfo>
        <documentation>
           
        </documentation>
     </annotation>
  
  </schema>
  
  
  



More information about the jboss-cvs-commits mailing list