Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/features/org.eclipse.ecf.remoteservice.sdk.feature/sourceTemplateFeature/feature.xml')
-rw-r--r--releng/features/org.eclipse.ecf.remoteservice.sdk.feature/sourceTemplateFeature/feature.xml92
1 files changed, 92 insertions, 0 deletions
diff --git a/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/sourceTemplateFeature/feature.xml b/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/sourceTemplateFeature/feature.xml
new file mode 100644
index 000000000..41c0becd1
--- /dev/null
+++ b/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/sourceTemplateFeature/feature.xml
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.ecf.remoteservice.sdk.feature"
+ label="ECF Remote Services Target Components"
+ version="3.5.1.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.slp.feature"
+ version="0.0.0"/>
+
+ <includes
+ id="org.eclipse.ecf.discovery.dnssd.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"/>
+
+ <includes
+ id="org.eclipse.ecf.discovery.feature"
+ version="0.0.0"/>
+
+ <includes
+ id="org.eclipse.ecf.xmpp.feature"
+ version="0.0.0"/>
+
+</feature>

Back to the top