Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2c84818fdd9cf29d0c56be0c7db8b85cc6deac0d (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.ecf.remoteservice.soa.feature"
      label="ECF Service-Oriented Architecture"
      version="2.0.100.qualifier">

   <description url="http://www.eclipse.org/ecf">
      This feature provides the ECF SOA Target Components.
   </description>

   <copyright url="http://www.example.com/copyright">
      [Enter Copyright Description here.]
   </copyright>

   <license url="http://www.example.com/license">
      [Enter License Description here.]
   </license>

   <includes
         id="org.eclipse.ecf.eventadmin.examples.feature"
         version="0.0.0"/>

   <includes
         id="org.eclipse.ecf.eventadmin.feature"
         version="0.0.0"/>

   <includes
         id="org.eclipse.ecf.remoteservice.examples.feature"
         version="0.0.0"/>

   <includes
         id="org.eclipse.ecf.remoteservice.feature"
         version="0.0.0"/>

   <includes
         id="org.eclipse.ecf.remoteservice.rest.feature"
         version="0.0.0"/>

   <includes
         id="org.eclipse.ecf.remoteservice.rosgi.feature"
         version="0.0.0"/>

   <includes
         id="org.eclipse.ecf.remoteservice.soap.feature"
         version="0.0.0"/>

   <includes
         id="org.eclipse.ecf.server.generic.feature"
         version="0.0.0"/>

   <includes
         id="org.eclipse.ecf.osgi.services.feature"
         version="0.0.0"/>

   <includes
         id="org.eclipse.ecf.discovery.jmdns.feature"
         version="0.0.0"/>

</feature>

Back to the top