Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Thienel2012-03-09 22:06:45 +0000
committerFlorian Thienel2012-03-09 22:06:45 +0000
commit79cebd17bf795f552b6f7b827e567bb846ba2062 (patch)
tree3fafec3a5bca6fa1f5af6c7248b69ff877e70334
parent7bf5b6725695872c19f95b01221fd2eb241ed9fa (diff)
downloadorg.eclipse.mylyn.docs.vex-79cebd17bf795f552b6f7b827e567bb846ba2062.tar.gz
org.eclipse.mylyn.docs.vex-79cebd17bf795f552b6f7b827e567bb846ba2062.tar.xz
org.eclipse.mylyn.docs.vex-79cebd17bf795f552b6f7b827e567bb846ba2062.zip
fix missing localization entry
Signed-off-by: Florian Thienel <florian@thienel.org>
-rw-r--r--org.eclipse.vex.xhtml/META-INF/MANIFEST.MF1
-rw-r--r--org.eclipse.vex.xhtml/plugin.properties2
2 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.vex.xhtml/META-INF/MANIFEST.MF b/org.eclipse.vex.xhtml/META-INF/MANIFEST.MF
index 1950bec8..f007aebb 100644
--- a/org.eclipse.vex.xhtml/META-INF/MANIFEST.MF
+++ b/org.eclipse.vex.xhtml/META-INF/MANIFEST.MF
@@ -12,3 +12,4 @@ Require-Bundle: org.eclipse.vex.ui;bundle-version="[1.0.0,2.0.0)",
org.eclipse.wst.standard.schemas;bundle-version="[1.0.0,2.0.0)"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ClassPath: .
+Bundle-Localization: plugin
diff --git a/org.eclipse.vex.xhtml/plugin.properties b/org.eclipse.vex.xhtml/plugin.properties
index 56cf9601..2a7dc78a 100644
--- a/org.eclipse.vex.xhtml/plugin.properties
+++ b/org.eclipse.vex.xhtml/plugin.properties
@@ -8,7 +8,7 @@
# Contributors:
# John Krasnay - initial API and implementation
###############################################################################
-pluginName= Vex XHTML Integration
+pluginName= Vex XHTML
providerName= Eclipse.org
doctype.strict1=XHTML 1.0 Strict

Back to the top