Skip to main content
summaryrefslogblamecommitdiffstats
blob: 709668427dc9927b1ea724847f40403ed3805467 (plain) (tree)



































                                                                                                                             
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.osee.core.runtime.feature"
      label="%featureName"
      version="0.9.1.qualifier"
      provider-name="%providerName">

   <description url="http://www.example.com/description">
      [Enter Feature Description here.]
   </description>

   <copyright url="http://www.example.com/copyright">
      [Enter Copyright Description here.]
   </copyright>

   <license url="http://www.example.com/license">
      [Enter License Description here.]
   </license>

   <url>
      <update label="%updateSiteName" url="http://www.eclipse.org/downloads/download.php?file=/technology/osee/updatesite"/>
   </url>

   <includes
         id="org.eclipse.osee.core.feature"
         version="0.0.0"/>

   <includes
         id="org.eclipse.osee.core.ui.feature"
         version="0.0.0"/>

   <includes
         id="org.eclipse.osee.external.feature"
         version="0.0.0"/>

</feature>

Back to the top