Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/features/org.eclipse.ecf.discovery.jmdns.feature/feature.xml')
-rw-r--r--releng/features/org.eclipse.ecf.discovery.jmdns.feature/feature.xml13
1 files changed, 10 insertions, 3 deletions
diff --git a/releng/features/org.eclipse.ecf.discovery.jmdns.feature/feature.xml b/releng/features/org.eclipse.ecf.discovery.jmdns.feature/feature.xml
index e70198ca5..f76f9480c 100644
--- a/releng/features/org.eclipse.ecf.discovery.jmdns.feature/feature.xml
+++ b/releng/features/org.eclipse.ecf.discovery.jmdns.feature/feature.xml
@@ -2,15 +2,15 @@
<feature
id="org.eclipse.ecf.discovery.jmdns.feature"
label="ECF Discovery Zeroconf Provider"
- provider-name="%providerName"
- version="1.0.0.qualifier">
+ version="1.0.0.qualifier"
+ provider-name="%providerName">
<description url="http://www.eclipse.org/ecf">
This feature provides the ECF Discovery Zeroconf Provider
</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
@@ -36,4 +36,11 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="edu.emory.mathcs.backport"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top