Author: dgolovin
Date: 2009-10-15 09:48:55 -0400 (Thu, 15 Oct 2009)
New Revision: 18107
Added:
trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/plugin.properties
Modified:
trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/META-INF/MANIFEST.MF
trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/build.properties
Log:
https://jira.jboss.org/jira/browse/JBIDE-4571
missing provider names were fixed
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 2009-10-15
13:11:18 UTC (rev 18106)
+++ trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/META-INF/MANIFEST.MF 2009-10-15
13:48:55 UTC (rev 18107)
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Cheatsheet
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.jboss.tools.bpel.cheatsheet;singleton:=true
Bundle-Version: 1.0.0
Bundle-Activator: org.jboss.tools.bpel.cheatsheet.Activator
@@ -9,3 +9,4 @@
org.eclipse.ui.cheatsheets
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-Vendor: %providerName
Modified: trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/build.properties
===================================================================
--- trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/build.properties 2009-10-15
13:11:18 UTC (rev 18106)
+++ trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/build.properties 2009-10-15
13:48:55 UTC (rev 18107)
@@ -3,4 +3,5 @@
bin.includes = META-INF/,\
.,\
cheatsheets/,\
- plugin.xml
+ plugin.xml,\
+ plugin.properties
Added: trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/plugin.properties
===================================================================
--- trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/plugin.properties
(rev 0)
+++ trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/plugin.properties 2009-10-15
13:48:55 UTC (rev 18107)
@@ -0,0 +1,2 @@
+pluginName=BPEL Cheatsheet
+providerName=JBoss by Red Hat
\ No newline at end of file
Property changes on: trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/plugin.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain