Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2012-04-25 15:49:20 +0000
committercletavernie2012-04-25 15:49:20 +0000
commitc73f8162335ff98add7737cb2aa57cf2cebe8250 (patch)
treec1d53d8a1fe976901d88a93523895b40a3bfbbd2 /plugins/uml/properties/org.eclipse.papyrus.uml.properties/META-INF
parent2e6920178372b2d4189b8cbe74fe56ab61833367 (diff)
downloadorg.eclipse.papyrus-c73f8162335ff98add7737cb2aa57cf2cebe8250.tar.gz
org.eclipse.papyrus-c73f8162335ff98add7737cb2aa57cf2cebe8250.tar.xz
org.eclipse.papyrus-c73f8162335ff98add7737cb2aa57cf2cebe8250.zip
Fix plug-in names and providers
Diffstat (limited to 'plugins/uml/properties/org.eclipse.papyrus.uml.properties/META-INF')
-rw-r--r--plugins/uml/properties/org.eclipse.papyrus.uml.properties/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties/META-INF/MANIFEST.MF b/plugins/uml/properties/org.eclipse.papyrus.uml.properties/META-INF/MANIFEST.MF
index 19ac22af265..844f3a74675 100644
--- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties/META-INF/MANIFEST.MF
+++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties/META-INF/MANIFEST.MF
@@ -45,11 +45,11 @@ Export-Package: org.eclipse.papyrus.uml.properties.constraints,
org.eclipse.papyrus.uml.properties.providers,
org.eclipse.papyrus.uml.properties.util,
org.eclipse.papyrus.uml.properties.widgets
-Bundle-Vendor: %Bundle-Vendor
+Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-Version: 0.9.0.qualifier
Bundle-Localization: plugin
-Bundle-Name: %Bundle-Name
+Bundle-Name: %pluginName
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.uml.properties.Activator
Bundle-SymbolicName: org.eclipse.papyrus.uml.properties;singleton:=true

Back to the top