Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorslewis2014-05-13 16:22:18 +0000
committerslewis2014-05-13 16:22:18 +0000
commit31e7ea0aaff6cc9f178ee6bd9f473dac0999a89c (patch)
tree00fd0dba4e80db32fc188057bea587c01717e4b4 /releng
parent4ecfece657179242082eafb91c2b2fa6e4a90f21 (diff)
downloadorg.eclipse.ecf-31e7ea0aaff6cc9f178ee6bd9f473dac0999a89c.tar.gz
org.eclipse.ecf-31e7ea0aaff6cc9f178ee6bd9f473dac0999a89c.tar.xz
org.eclipse.ecf-31e7ea0aaff6cc9f178ee6bd9f473dac0999a89c.zip
Fix for feature names for feature patch and remote service sdk feature
Diffstat (limited to 'releng')
-rw-r--r--releng/features/org.eclipse.ecf.core.featurepatch/feature.properties2
-rw-r--r--releng/features/org.eclipse.ecf.core.featurepatch/feature.xml5
-rw-r--r--releng/features/org.eclipse.ecf.remoteservice.sdk.feature/feature.properties2
-rw-r--r--releng/features/org.eclipse.ecf.remoteservice.sdk.feature/feature.xml2
4 files changed, 6 insertions, 5 deletions
diff --git a/releng/features/org.eclipse.ecf.core.featurepatch/feature.properties b/releng/features/org.eclipse.ecf.core.featurepatch/feature.properties
index bca6ec744..a053d5e09 100644
--- a/releng/features/org.eclipse.ecf.core.featurepatch/feature.properties
+++ b/releng/features/org.eclipse.ecf.core.featurepatch/feature.properties
@@ -6,7 +6,7 @@
# http://www.eclipse.org/legal/epl-v10.html
#
############################################################################
-featureName=ECF Filetransfer Patch for Eclipse
+featureName=ECF Patch for Eclipse Kepler (4.3). Not needed for Eclipse Luna (4.4).
providerName=Eclipse.org - ECF
# "licenseURL" property - URL of the "Feature License"
diff --git a/releng/features/org.eclipse.ecf.core.featurepatch/feature.xml b/releng/features/org.eclipse.ecf.core.featurepatch/feature.xml
index 609a7d25d..1c7379e69 100644
--- a/releng/features/org.eclipse.ecf.core.featurepatch/feature.xml
+++ b/releng/features/org.eclipse.ecf.core.featurepatch/feature.xml
@@ -1,13 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.ecf.core.featurepatch"
- label="ECF Filetransfer Patch for Eclipse 4.3"
+ label="ECF Patch for Eclipse Kepler (4.3). Not needed for Eclipse Luna (4.4)."
version="3.8.1.qualifier"
provider-name="%providerName">
<description url="http://www.eclipse.org/ecf">
This feature provides a patch update of the ECF Core and Filetransfer
-bundles. Use this feature to update ECF core, identity, and filetransfer bundles within Eclipse.
+bundles. Use this feature to update ECF core, identity, and filetransfer bundles within Eclipse Kepler. Not
+needed for Eclipse Luna (4.4) or beyond.
</description>
<copyright>
diff --git a/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/feature.properties b/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/feature.properties
index 9e3bcd4fd..e8071e87f 100644
--- a/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/feature.properties
+++ b/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/feature.properties
@@ -6,7 +6,7 @@
# http://www.eclipse.org/legal/epl-v10.html
#
############################################################################
-featureName=OSGi Remote Services SDK
+featureName=ECF OSGi Remote Services SDK
providerName=Eclipse.org - ECF
# "licenseURL" property - URL of the "Feature License"
diff --git a/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/feature.xml b/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/feature.xml
index 1ca908818..794a6b985 100644
--- a/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/feature.xml
+++ b/releng/features/org.eclipse.ecf.remoteservice.sdk.feature/feature.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.ecf.remoteservice.sdk.feature"
- label="OSGi Remote Services SDK"
+ label="ECF OSGi Remote Services SDK"
version="3.8.1.qualifier"
provider-name="%providerName">

Back to the top