From: Andreas Müller Date: Wed, 22 Apr 2015 16:28:54 +0000 (+0000) Subject: fixing i18n problem in build.properties X-Git-Tag: 3.6.0~96 X-Git-Url: https://dev.e-taxonomy.eu/gitweb/taxeditor.git/commitdiff_plain/0c8754c0c3c176eef7d8985c7ae41ba740079ff7 fixing i18n problem in build.properties --- diff --git a/eu.etaxonomy.taxeditor.application/build.properties b/eu.etaxonomy.taxeditor.application/build.properties index defad674d..a83b19295 100644 --- a/eu.etaxonomy.taxeditor.application/build.properties +++ b/eu.etaxonomy.taxeditor.application/build.properties @@ -8,5 +8,4 @@ bin.includes = META-INF/,\ icons/,\ OSGI-INF/l10n/plugin.properties,\ OSGI-INF/l10n/plugin_de.properties,\ - OSGI-INF/l10n/plugin_en.properties,\ splash.bmp,\ diff --git a/eu.etaxonomy.taxeditor.bulkeditor/build.properties b/eu.etaxonomy.taxeditor.bulkeditor/build.properties index 31e123d6b..03f8b95ae 100644 --- a/eu.etaxonomy.taxeditor.bulkeditor/build.properties +++ b/eu.etaxonomy.taxeditor.bulkeditor/build.properties @@ -5,4 +5,8 @@ bin.includes = META-INF/,\ icons/,\ plugin.xml,\ p2.inf,\ - OSGI-INF/l10n/bundle.properties + OSGI-INF/l10n/bundle.properties,\ + OSGI-INF/l10n/bundle_de.properties,\ + OSGI-INF/l10n/messages.properties,\ + OSGI-INF/l10n/messages_de.properties + \ No newline at end of file diff --git a/eu.etaxonomy.taxeditor.editor/build.properties b/eu.etaxonomy.taxeditor.editor/build.properties index df9378660..51792637f 100644 --- a/eu.etaxonomy.taxeditor.editor/build.properties +++ b/eu.etaxonomy.taxeditor.editor/build.properties @@ -6,5 +6,4 @@ bin.includes = META-INF/,\ icons/,\ p2.inf,\ OSGI-INF/l10n/plugin.properties,\ - OSGI-INF/l10n/plugin_de.properties,\ - OSGI-INF/l10n/plugin_en.properties + OSGI-INF/l10n/plugin_de.properties diff --git a/eu.etaxonomy.taxeditor.navigation/build.properties b/eu.etaxonomy.taxeditor.navigation/build.properties index 7e3bae6fa..5a3a94bb3 100644 --- a/eu.etaxonomy.taxeditor.navigation/build.properties +++ b/eu.etaxonomy.taxeditor.navigation/build.properties @@ -8,10 +8,8 @@ bin.includes = META-INF/,\ icons/,\ p2.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.printpublisher/build.properties b/eu.etaxonomy.taxeditor.printpublisher/build.properties index 4b96d0673..e686a8a01 100644 --- a/eu.etaxonomy.taxeditor.printpublisher/build.properties +++ b/eu.etaxonomy.taxeditor.printpublisher/build.properties @@ -5,4 +5,3 @@ bin.includes = META-INF/,\ p2.inf,\ OSGI-INF/l10n/bundle.properties,\ OSGI-INF/l10n/bundle_de.properties,\ - OSGI-INF/l10n/bundle_en.properties diff --git a/eu.etaxonomy.taxeditor.store/build.properties b/eu.etaxonomy.taxeditor.store/build.properties index 4a870cf80..d805fefc5 100644 --- a/eu.etaxonomy.taxeditor.store/build.properties +++ b/eu.etaxonomy.taxeditor.store/build.properties @@ -10,8 +10,6 @@ bin.includes = META-INF/,\ OSGI-INF/,\ 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