Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Oberlies2012-01-11 14:38:58 +0000
committerThomas Watson2012-01-23 17:04:57 +0000
commit7f8b4e60490b6fce74759b903ada90f70556726c (patch)
treeaa990577c346e7a0dd2f8d13fbd5b91000d7993f
parentced11a9283958f26a87d033c4c15cc5ac780311b (diff)
downloadrt.equinox.framework-7f8b4e60490b6fce74759b903ada90f70556726c.tar.gz
rt.equinox.framework-7f8b4e60490b6fce74759b903ada90f70556726c.tar.xz
rt.equinox.framework-7f8b4e60490b6fce74759b903ada90f70556726c.zip
Bug 362482 - Cannot find org.eclipse.equinox.executable feature by its name "Eclipse Platform Launchers"v20120123-1704
Add "Executables" in name of org.eclipse.equinox.executable
-rw-r--r--bundles/org.eclipse.equinox.executable/feature.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.executable/feature.properties b/bundles/org.eclipse.equinox.executable/feature.properties
index eabbc97cb..1ea4e2555 100644
--- a/bundles/org.eclipse.equinox.executable/feature.properties
+++ b/bundles/org.eclipse.equinox.executable/feature.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2011 IBM Corporation and others.
+# Copyright (c) 2000, 2012 IBM Corporation 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
@@ -15,7 +15,7 @@
# This file should be translated.
# "featureName" property - name of the feature
-featureName=Eclipse Platform Launchers
+featureName=Eclipse Platform Launcher Executables
# "providerName" property - name of the company that provides the feature
providerName=Eclipse.org

Back to the top