From 919bf08493f73a820fcc44d9e3bfd535d1246de3 Mon Sep 17 00:00:00 2001 From: Alexander Oppermann Date: Tue, 25 Nov 2014 10:57:07 +0000 Subject: [PATCH] language display bug should be fixed --- eu.etaxonomy.taxeditor.application/build.properties | 4 ++-- eu.etaxonomy.taxeditor.editor/build.properties | 2 +- eu.etaxonomy.taxeditor.navigation/build.properties | 9 ++++++++- eu.etaxonomy.taxeditor.store/build.properties | 7 ++++++- 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/eu.etaxonomy.taxeditor.application/build.properties b/eu.etaxonomy.taxeditor.application/build.properties index cccbe07e1..defad674d 100644 --- a/eu.etaxonomy.taxeditor.application/build.properties +++ b/eu.etaxonomy.taxeditor.application/build.properties @@ -7,6 +7,6 @@ bin.includes = META-INF/,\ plugin_customization.ini,\ icons/,\ OSGI-INF/l10n/plugin.properties,\ - splash.bmp,\ OSGI-INF/l10n/plugin_de.properties,\ - OSGI-INF/l10n/plugin_en.properties + OSGI-INF/l10n/plugin_en.properties,\ + splash.bmp,\ diff --git a/eu.etaxonomy.taxeditor.editor/build.properties b/eu.etaxonomy.taxeditor.editor/build.properties index 356db7a1c..df9378660 100644 --- a/eu.etaxonomy.taxeditor.editor/build.properties +++ b/eu.etaxonomy.taxeditor.editor/build.properties @@ -3,8 +3,8 @@ source.. = src/main/java/,\ bin.includes = META-INF/,\ .,\ plugin.xml,\ - OSGI-INF/l10n/plugin.properties,\ icons/,\ p2.inf,\ + OSGI-INF/l10n/plugin.properties,\ OSGI-INF/l10n/plugin_de.properties,\ OSGI-INF/l10n/plugin_en.properties diff --git a/eu.etaxonomy.taxeditor.navigation/build.properties b/eu.etaxonomy.taxeditor.navigation/build.properties index 25703253e..7e3bae6fa 100644 --- a/eu.etaxonomy.taxeditor.navigation/build.properties +++ b/eu.etaxonomy.taxeditor.navigation/build.properties @@ -7,5 +7,12 @@ bin.includes = META-INF/,\ plugin.xml,\ icons/,\ p2.inf,\ - OSGI-INF/ + OSGI-INF/l10n/bundle.properties,\ + OSGI-INF/l10n/bundle_en.properties,\ + OSGI-INF/l10n/bundle_de.properties,\ + OSGI-INF/l10n/messages.properties,\ + OSGI-INF/l10n/messages_en.properties,\ + OSGI-INF/l10n/messages_de.properties + + diff --git a/eu.etaxonomy.taxeditor.store/build.properties b/eu.etaxonomy.taxeditor.store/build.properties index b7014aed1..4a870cf80 100644 --- a/eu.etaxonomy.taxeditor.store/build.properties +++ b/eu.etaxonomy.taxeditor.store/build.properties @@ -8,5 +8,10 @@ bin.includes = META-INF/,\ icons/,\ p2.inf,\ OSGI-INF/,\ - OSGI-INF/l10n/bundle.properties + OSGI-INF/l10n/bundle.properties,\ + OSGI-INF/l10n/bundle_de.properties,\ + OSGI-INF/l10n/bundle_en.properties,\ + OSGI-INF/l10n/messages.properties,\ + OSGI-INF/l10n/messages_de.properties,\ + OSGI-INF/l10n/messages_en.properties -- 2.34.1