Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: f3fb17f14a080fedba937dbbe5f677e9800b87cd (plain) (tree)
1
2
3
4
5
6



                                               
                               
                                   


























                                                                                                              
          
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.jpt_sdk.assembly.feature"
      label="%featureName"
      version="2.1.0.qualifier"
      provider-name="%providerName"
      image="eclipse_update_120.jpg">

   <description>
      %description
   </description>

   <copyright>
      %copyright
   </copyright>

   <license url="license.html">
      %license
   </license>

   <url>
      <update label="%updateSiteName" url="http://download.eclipse.org/webtools/updates"/>
      <discovery label="Web Tools Platform (WTP) Updates" url="http://download.eclipse.org/webtools/updates"/>
   </url>

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

   <includes
         id="org.eclipse.jpt.eclipselink_sdk.feature"
         version="0.0.0"/>

</feature>

Back to the top