Skip to main content
summaryrefslogtreecommitdiffstats
blob: e584d02abf07c6410a1b1c250a69e4a4a51ee045 (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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.ecf.remoteservice.sdk.feature"
      label="ECF Remote Services Target Components"
      version="3.4.0.qualifier"
      provider-name="%providerName">

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

   <copyright>
      #################################################
# Copyright (c) 2010 Composent, Inc. and others. All rights reserved.
# This program and the accompanying materials are made available under the 
# terms of the Eclipse Public License v1.0 which accompanies this 
# distribution, and is available at 
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors: Composent, Inc. - initial API and implementation
#################################################
   </copyright>

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

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

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

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

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

</feature>

Back to the top