From a698f42b93f7469cdf2b0f69b92a725e9a70f804 Mon Sep 17 00:00:00 2001 From: Jesse Jaggars Date: Tue, 31 Jan 2012 09:22:56 -0600 Subject: Fixing i18n in jython/java use case. ResourceBundle was unable to find the translation text resources. This change creates a new classloader loaded with the jarfile that contains the translations and passes it in directly to ResourceBundle.getBundle. Additionally the eap6 plugin has been renamed to as7. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a4b8513f..5d6cbf29 100644 --- a/Makefile +++ b/Makefile @@ -84,9 +84,9 @@ po: clean cp $(PO_DIR)/en.properties $(PO_DIR)/en_US.properties -eap6: po +as7: po cp -r sos/* $(SRC_BUILD)/sos/ - find $(SRC_BUILD)/sos/plugins/ -not -name "*eap6.py" -not -name "*__init__.py" -type f -delete + find $(SRC_BUILD)/sos/plugins/ -not -name "*as7.py" -not -name "*__init__.py" -type f -delete zip: po zip -r $(ZIP_DEST) sos -- cgit