--- a/org.symbian.tools.wrttools.product/META-INF/MANIFEST.MF Thu Feb 18 15:02:14 2010 -0800
+++ b/org.symbian.tools.wrttools.product/META-INF/MANIFEST.MF Thu Feb 18 15:37:00 2010 -0800
@@ -5,6 +5,7 @@
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.symbian.tools.wrttools.product.Activator
Bundle-Vendor: Symbian Foundation
+Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.wst.jsdt.ui;bundle-version="1.0.200",
--- a/org.symbian.tools.wrttools.product/about.ini Thu Feb 18 15:02:14 2010 -0800
+++ b/org.symbian.tools.wrttools.product/about.ini Thu Feb 18 15:37:00 2010 -0800
@@ -5,7 +5,7 @@
# This file does not need to be translated.
#Property "aboutText" contains blurb for About dialog. (Translated)
-aboutText=%blurb
+aboutText=Is this one right?
#Property "featureImage" contains path to feature iamge. (32x32)
featureImage=feature.gif
\ No newline at end of file
--- a/org.symbian.tools.wrttools.product/build.properties Thu Feb 18 15:02:14 2010 -0800
+++ b/org.symbian.tools.wrttools.product/build.properties Thu Feb 18 15:37:00 2010 -0800
@@ -6,7 +6,10 @@
icons/,\
about.ini,\
about.properties,\
- about.html
+ about.html,\
+ OSGI-INF/l10n/bundle.properties,\
+ plugin.properties,\
+ config_inis/
source.. = src/
# javac
javacSource=1.5
javacTarget=1.5
--- a/org.symbian.tools.wrttools.product/plugin.xml Thu Feb 18 15:02:14 2010 -0800
+++ b/org.symbian.tools.wrttools.product/plugin.xml Thu Feb 18 15:37:00 2010 -0800
@@ -19,7 +19,7 @@
class="org.symbian.tools.wrttools.product.actions.NewCSSFileAction"
icon="icons/newcss_wiz.gif"
id="org.symbian.tools.wrttools.product.newCssFileAction"
- label="New CSS File..."
+ label="%action.newcss.label"
style="push"
toolbarPath="wrtwizards">
</action>
--- a/org.symbian.tools.wrttools.product/wrt-ide.product Thu Feb 18 15:02:14 2010 -0800
+++ b/org.symbian.tools.wrttools.product/wrt-ide.product Thu Feb 18 15:37:00 2010 -0800
@@ -6,7 +6,7 @@
<aboutInfo>
<image path="icons/WRT_Wizard_banner.png"/>
<text>
- %productBlurb
+ Is it really taken from here?
</text>
</aboutInfo>
@@ -37,6 +37,7 @@
</win>
</launcher>
+
<vm>
<macos>org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5</macos>
<windows>org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6</windows>