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.natives
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.natives')
-rw-r--r--bundles/org.eclipse.equinox.p2.touchpoint.natives/META-INF/MANIFEST.MF4
-rw-r--r--bundles/org.eclipse.equinox.p2.touchpoint.natives/plugin.properties12
2 files changed, 15 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.touchpoint.natives/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.touchpoint.natives/META-INF/MANIFEST.MF
index b50954f76..23d417061 100644
--- a/bundles/org.eclipse.equinox.p2.touchpoint.natives/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.p2.touchpoint.natives/META-INF/MANIFEST.MF
@@ -1,7 +1,9 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Native Adatpor Plug-in (Incubation)
Bundle-SymbolicName: org.eclipse.equinox.p2.touchpoint.natives;singleton:=true
+Bundle-Name: %pluginName
+Bundle-Vendor: %providerName
+Bundle-Localization: plugin
Bundle-Version: 0.1.0.qualifier
Bundle-Activator: org.eclipse.equinox.internal.p2.touchpoint.natives.Activator
Import-Package: org.eclipse.equinox.p2.artifact.repository,
diff --git a/bundles/org.eclipse.equinox.p2.touchpoint.natives/plugin.properties b/bundles/org.eclipse.equinox.p2.touchpoint.natives/plugin.properties
new file mode 100644
index 000000000..ffa439648
--- /dev/null
+++ b/bundles/org.eclipse.equinox.p2.touchpoint.natives/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 Native Touchpoint (Incubation)
+providerName = Eclipse.org

Back to the top