r3249 - in trunk: . lima-swing/src/main/java/org/chorem/lima
Author: tchemit Date: 2011-08-04 13:45:18 +0200 (Thu, 04 Aug 2011) New Revision: 3249 Url: http://chorem.org/repositories/revision/lima/3249 Log: Evolution #422: Updates to i18n 2.4.1 Evolution #421: Add i18n file in directory in zip release file and add this directory un classpath Modified: trunk/lima-swing/src/main/java/org/chorem/lima/LimaContext.java trunk/pom.xml Modified: trunk/lima-swing/src/main/java/org/chorem/lima/LimaContext.java =================================================================== --- trunk/lima-swing/src/main/java/org/chorem/lima/LimaContext.java 2011-08-04 11:09:14 UTC (rev 3248) +++ trunk/lima-swing/src/main/java/org/chorem/lima/LimaContext.java 2011-08-04 11:45:18 UTC (rev 3249) @@ -116,7 +116,7 @@ } try { //create directory to store i18n files - FileUtil.createDirectoryIfNecessary(i18nDirectory.getParentFile()); + FileUtil.createDirectoryIfNecessary(i18nDirectory); } catch (IOException eee) { throw new RuntimeException( "Could not create directory " + Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-08-04 11:09:14 UTC (rev 3248) +++ trunk/pom.xml 2011-08-04 11:45:18 UTC (rev 3249) @@ -315,7 +315,7 @@ <eugenePluginVersion>2.3.5</eugenePluginVersion> <topiaVersion>2.5.4</topiaVersion> <jaxxVersion>2.4.2</jaxxVersion> - <nuitonI18nVersion>2.4</nuitonI18nVersion> + <nuitonI18nVersion>2.4.1-SNAPSHOT</nuitonI18nVersion> <openEjbVersion>3.1.4</openEjbVersion> <slf4jVersion>1.6.1</slf4jVersion> <!--axis.version>1.4.1</axis.version-->
participants (1)
-
tchemit@users.chorem.org