Skip to content
Snippets Groups Projects
feature.xml 1.58 KiB
Newer Older
dsecilir's avatar
dsecilir committed
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.wst.sdk"
      version="3.0.0.qualifier"
      provider-name="%providerName"
      plugin="org.eclipse.wst"
      image="eclipse_update_120.jpg">
dsecilir's avatar
dsecilir committed

   <description>
      %description
   </description>
   <copyright>
      %copyright
   </copyright>

   <license url="%licenseURL">
      <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>

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"/>

david_williams's avatar
david_williams committed
   <includes
         id="org.eclipse.wst.jsdt_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
	<!-- technically, this last org.eclipse.wst feature include is not needed for the build or packaging, 
		but, it helps update manager behave more as expected (that is, it can filter out org.eclipse.wst 
		if user selects to -->
   <includes
         id="org.eclipse.wst"
         version="0.0.0"/>


david_williams's avatar
david_williams committed
   <plugin
         id="org.eclipse.wst"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

dsecilir's avatar
dsecilir committed
</feature>