[Suiviobsmer-commits] r1218 - trunk/wao-ui
Author: bleny Date: 2011-04-19 15:34:23 +0000 (Tue, 19 Apr 2011) New Revision: 1218 Log: fix i18n bundle generation in build, due to use of i18n 2.3.2 Modified: trunk/wao-ui/pom.xml Modified: trunk/wao-ui/pom.xml =================================================================== --- trunk/wao-ui/pom.xml 2011-04-19 15:32:17 UTC (rev 1217) +++ trunk/wao-ui/pom.xml 2011-04-19 15:34:23 UTC (rev 1218) @@ -194,8 +194,8 @@ <goal>tapestry-bundle</goal> </goals> <configuration> - <bundleOutputDir>${basedir}/src/main/webapp/WEB-INF - </bundleOutputDir> + <bundleOutputDir>${basedir}/src/main/webapp/WEB-INF</bundleOutputDir> + <bundleOutputPackage>/</bundleOutputPackage> <bundleOutputName>app</bundleOutputName> </configuration> </execution>
participants (1)
-
bleny@users.labs.libre-entreprise.org