Skip to main content
summaryrefslogtreecommitdiffstats
blob: 7ae31c5e1134bbcde910fd379cf797a36da144c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.jst.ws.jaxws.dom_sdk.feature"
      label="%featureName"
      version="1.0.302.qualifier"
      provider-name="%featureProvider"
      image="eclipse_update_120.jpg"
      license-feature="org.eclipse.license"
      license-feature-version="1.0.1.qualifier">

   <description>
      %description
   </description>

   <copyright>
      %copyright
   </copyright>

   <license url="%licenseURL">
      %license
   </license>

   <requires>
      <import feature="org.eclipse.jst.ws.jaxws.dom.feature"/>
   </requires>

   <plugin
         id="org.eclipse.jst.ws.jaxws.dom.doc.isv"
         download-size="0"
         install-size="0"
         version="0.0.0"
         unpack="false"/>

</feature>

Back to the top