Skip to main content
summaryrefslogtreecommitdiffstats
blob: 7317c5489e618ba7cd833f56312c14eeb01d6f08 (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
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.jst.ws.jaxws.assembly_tests.feature"
      label="Assembly Feature"
      version="1.0.0.qualifier"
      provider-name="Webtools Platform Project">

   <description>
      This feature is for building only, to assemble the releated features, without forceing them to encoding dependencies on each other. 
This feature should never appear in build distributions or update sites.
   </description>

   <copyright>
      %copyright
   </copyright>

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

   <includes 
         id="org.eclipse.jst.ws.jaxws_tests.feature"
         version="0.0.0"/>
         
   <includes 
         id="org.eclipse.jst.ws.cxf_tests.feature"
         version="0.0.0"/>
         
   <includes
         id="org.eclipse.jst.ws.jaxws.dom_tests.feature"
         version="0.0.0"/>

</feature>

Back to the top