Skip to content
Snippets Groups Projects
feature.xml 845 B
Newer Older
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.wst.doc.user.feature"
      version="2.1.0.qualifier"
      provider-name="%providerName">

   <description>
      %description
   </description>

   <license url="license.html">
      %license
   </license>
   <url>
      <update label="%updateSiteName" url="http://download.eclipse.org/webtools/updates/"/>
   </url>
david_williams's avatar
david_williams committed
   <includes
         id="org.eclipse.wst.server_userdoc.feature"
syeshin's avatar
syeshin committed
         version="0.0.0"/>
david_williams's avatar
david_williams committed
   <includes
         id="org.eclipse.wst.web_userdoc.feature"
syeshin's avatar
syeshin committed
         version="0.0.0"/>
david_williams's avatar
david_williams committed
   <includes
         id="org.eclipse.wst.ws_userdoc.feature"
syeshin's avatar
syeshin committed
         version="0.0.0"/>
david_williams's avatar
david_williams committed
   <includes
         id="org.eclipse.wst.xml_userdoc.feature"
syeshin's avatar
syeshin committed
         version="0.0.0"/>