Author: Grid.Qian
Date: 2011-08-01 01:32:30 -0400 (Mon, 01 Aug 2011)
New Revision: 33401
Modified:
trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/META-INF/MANIFEST.MF
trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/plugin.properties
Log:
JBIDE-9432:modify the provider and plugin name
Modified: trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/META-INF/MANIFEST.MF
===================================================================
--- trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/META-INF/MANIFEST.MF 2011-08-01
05:18:52 UTC (rev 33400)
+++ trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/META-INF/MANIFEST.MF 2011-08-01
05:32:30 UTC (rev 33401)
@@ -1,12 +1,13 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
+Bundle-Name: %PLUGIN_NAME
Bundle-SymbolicName: org.jboss.tools.bpel.cheatsheet;singleton:=true
Bundle-Version: 1.1.0.qualifier
Bundle-Activator: org.jboss.tools.bpel.cheatsheet.Activator
+Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.ui.cheatsheets
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
-Bundle-Vendor: %providerName
+Bundle-Vendor: %PLUGIN_PROVIDER
Modified: trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/plugin.properties
===================================================================
--- trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/plugin.properties 2011-08-01
05:18:52 UTC (rev 33400)
+++ trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/plugin.properties 2011-08-01
05:32:30 UTC (rev 33401)
@@ -8,5 +8,5 @@
# Contributors:
# JBoss by Red Hat - Initial implementation.
###############################################################################
-pluginName=BPEL Cheatsheet
-providerName=JBoss by Red Hat
\ No newline at end of file
+PLUGIN_NAME=JBoss BPEL Cheatsheet
+PLUGIN_PROVIDER=JBoss by Red Hat
\ No newline at end of file
Show replies by date