Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2007-10-25 20:59:40 +0000
committerJohn Arthorne2007-10-25 20:59:40 +0000
commitd9289f4ba42d1020edc8dd13db32f7dd581bc185 (patch)
tree49fe18f2ed99d76d5ad4c3508ccb50b8299118c6 /bundles/org.eclipse.equinox.p2.touchpoint.eclipse
parent1f0d7d1bc60c8031dbd436089819d01bc3bf725f (diff)
downloadrt.equinox.p2-d9289f4ba42d1020edc8dd13db32f7dd581bc185.tar.gz
rt.equinox.p2-d9289f4ba42d1020edc8dd13db32f7dd581bc185.tar.xz
rt.equinox.p2-d9289f4ba42d1020edc8dd13db32f7dd581bc185.zip
localize bundle name and vendor
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.touchpoint.eclipse')
-rw-r--r--bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF/MANIFEST.MF4
-rw-r--r--bundles/org.eclipse.equinox.p2.touchpoint.eclipse/plugin.properties12
2 files changed, 15 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF/MANIFEST.MF
index d76860e4a..322f57920 100644
--- a/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/META-INF/MANIFEST.MF
@@ -1,7 +1,9 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Eclipse Adaptor Plug-in (Incubation)
Bundle-SymbolicName: org.eclipse.equinox.p2.touchpoint.eclipse;singleton:=true
+Bundle-Name: %pluginName
+Bundle-Vendor: %providerName
+Bundle-Localization: plugin
Bundle-Version: 0.1.0.qualifier
Import-Package: org.eclipse.core.runtime;common=split,
org.eclipse.equinox.frameworkadmin,
diff --git a/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/plugin.properties b/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/plugin.properties
new file mode 100644
index 000000000..15dc9849e
--- /dev/null
+++ b/bundles/org.eclipse.equinox.p2.touchpoint.eclipse/plugin.properties
@@ -0,0 +1,12 @@
+###############################################################################
+# Copyright (c) 2007 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
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
+pluginName = Equinox Provisioning Eclipse Touchpoint (Incubation)
+providerName = Eclipse.org

Back to the top