Skip to content
Snippets Groups Projects
feature.xml 1.54 KiB
Newer Older
dsecilir's avatar
dsecilir committed
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.wst.sdk"
      label="Web Standard Tools (WST) SDK"
      version="1.5.0.qualifier"
      provider-name="%providerName"
      plugin="org.eclipse.wst"
      image="eclipse_update_120.jpg">
dsecilir's avatar
dsecilir committed

   <description>
      %description
   </description>
   <license url="license.html">
      %license
   <url>
      <update label="Web Tools Platform (WTP) Updates" url="http://download.eclipse.org/webtools/updates"/>
      <discovery label="Web Tools Platform (WTP) Updates" url="http://download.eclipse.org/webtools/updates"/>
      <discovery label="Business Intelligence and Reporting Tools (BIRT) Updates" url="http://download.eclipse.org/birt/update-site/"/>
      <discovery label="Test and Performance Tools Platform (TPTP) Updates" url="http://download.eclipse.org/tptp/updates/"/>
   </url>

   <includes
david_williams's avatar
david_williams committed
   <includes
         id="org.eclipse.wst.common_sdk.feature"
         version="0.0.0"/>

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

   <includes
         id="org.eclipse.wst.xml_sdk.feature"
david_williams's avatar
david_williams committed
         version="0.0.0"/>

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

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

david_williams's avatar
david_williams committed
   <includes
         id="org.eclipse.wst.rdb_sdk.feature"
         version="0.0.0"/>
         id="org.eclipse.wst.doc.isv.feature"
         version="0.0.0"/>
dsecilir's avatar
dsecilir committed
</feature>