Author: svasilyev
Date: 2008-02-19 12:36:04 -0500 (Tue, 19 Feb 2008)
New Revision: 6439
Added:
trunk/struts/plugins/org.jboss.tools.struts.vpe.struts/plugin.properties
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.adf/META-INF/MANIFEST.MF
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/META-INF/MANIFEST.MF
trunk/jst/plugins/org.jboss.tools.jst.vpe.html/META-INF/MANIFEST.MF
trunk/jst/plugins/org.jboss.tools.jst.vpe.jsp/META-INF/MANIFEST.MF
trunk/jst/plugins/org.jboss.tools.jst.vpe.jsp/plugin.properties
trunk/struts/plugins/org.jboss.tools.struts.vpe.struts/META-INF/MANIFEST.MF
Log:
Externalize string in manifests.
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.adf/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.adf/META-INF/MANIFEST.MF 2008-02-19 17:30:44
UTC (rev 6438)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.adf/META-INF/MANIFEST.MF 2008-02-19 17:36:04
UTC (rev 6439)
@@ -5,3 +5,4 @@
Bundle-Version: 2.1.0
Bundle-Vendor: %providerName
Require-Bundle: org.jboss.tools.vpe
+Bundle-Localization: plugin
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/META-INF/MANIFEST.MF
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/META-INF/MANIFEST.MF 2008-02-19 17:30:44
UTC (rev 6438)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/META-INF/MANIFEST.MF 2008-02-19 17:36:04
UTC (rev 6439)
@@ -14,3 +14,5 @@
org.eclipse.wst.sse.core
Eclipse-LazyStart: true
Export-Package: org.jboss.tools.jsf.vpe.jsf.template
+Bundle-Localization: plugin
+
Modified: trunk/jst/plugins/org.jboss.tools.jst.vpe.html/META-INF/MANIFEST.MF
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.vpe.html/META-INF/MANIFEST.MF 2008-02-19
17:30:44 UTC (rev 6438)
+++ trunk/jst/plugins/org.jboss.tools.jst.vpe.html/META-INF/MANIFEST.MF 2008-02-19
17:36:04 UTC (rev 6439)
@@ -12,3 +12,5 @@
org.jboss.tools.jst.jsp,
org.jboss.tools.common
Eclipse-LazyStart: true
+Bundle-Localization: plugin
+
Modified: trunk/jst/plugins/org.jboss.tools.jst.vpe.jsp/META-INF/MANIFEST.MF
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.vpe.jsp/META-INF/MANIFEST.MF 2008-02-19 17:30:44
UTC (rev 6438)
+++ trunk/jst/plugins/org.jboss.tools.jst.vpe.jsp/META-INF/MANIFEST.MF 2008-02-19 17:36:04
UTC (rev 6439)
@@ -13,3 +13,4 @@
org.jboss.tools.jst.jsp,
org.jboss.tools.common
Eclipse-LazyStart: true
+Bundle-Localization: plugin
Modified: trunk/jst/plugins/org.jboss.tools.jst.vpe.jsp/plugin.properties
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.vpe.jsp/plugin.properties 2008-02-19 17:30:44
UTC (rev 6438)
+++ trunk/jst/plugins/org.jboss.tools.jst.vpe.jsp/plugin.properties 2008-02-19 17:36:04
UTC (rev 6439)
@@ -1,2 +1,2 @@
-providerName=Red Hat, Inc.
-pluginName=JSP support for JBoss Visual Page Editor Plug-in
\ No newline at end of file
+providerName = Red Hat, Inc.
+pluginName = JSP support for JBoss Visual Page Editor Plug-in
\ No newline at end of file
Modified: trunk/struts/plugins/org.jboss.tools.struts.vpe.struts/META-INF/MANIFEST.MF
===================================================================
--- trunk/struts/plugins/org.jboss.tools.struts.vpe.struts/META-INF/MANIFEST.MF 2008-02-19
17:30:44 UTC (rev 6438)
+++ trunk/struts/plugins/org.jboss.tools.struts.vpe.struts/META-INF/MANIFEST.MF 2008-02-19
17:36:04 UTC (rev 6439)
@@ -1,10 +1,11 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Struts support for JBoss Visual Page Editor Plug-in
+Bundle-Name: %bundleName
Bundle-SymbolicName: org.jboss.tools.struts.vpe.struts;singleton:=true
Bundle-Version: 2.1.0
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.jboss.tools.vpe
Eclipse-LazyStart: false
-Bundle-Vendor: Red Hat, Inc.
+Bundle-Vendor: %vendorName
+Bundle-Localization: plugin
Added: trunk/struts/plugins/org.jboss.tools.struts.vpe.struts/plugin.properties
===================================================================
--- trunk/struts/plugins/org.jboss.tools.struts.vpe.struts/plugin.properties
(rev 0)
+++ trunk/struts/plugins/org.jboss.tools.struts.vpe.struts/plugin.properties 2008-02-19
17:36:04 UTC (rev 6439)
@@ -0,0 +1,3 @@
+#Properties file for org.jboss.tools.struts.vpe.struts
+vendorName = Red Hat, Inc.
+bundleName = Struts support for JBoss Visual Page Editor Plug-in
\ No newline at end of file
Show replies by date