Author: tchemit Date: 2009-02-18 10:57:03 +0000 (Wed, 18 Feb 2009) New Revision: 1221 Modified: jaxx/trunk/jaxx-example/pom.xml jaxx/trunk/jaxx-example/src/main/resources/i18n/jaxx-example-en_GB.properties jaxx/trunk/jaxx-example/src/main/resources/i18n/jaxx-example-fr_FR.properties jaxx/trunk/jaxx-swing-action/pom.xml jaxx/trunk/maven-jaxx-plugin/pom.xml jaxx/trunk/pom.xml Log: zeroConf in plugin i18n (since 0.9) Modified: jaxx/trunk/jaxx-example/pom.xml =================================================================== --- jaxx/trunk/jaxx-example/pom.xml 2009-02-17 19:11:03 UTC (rev 1220) +++ jaxx/trunk/jaxx-example/pom.xml 2009-02-18 10:57:03 UTC (rev 1221) @@ -1,3 +1,4 @@ + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> @@ -123,6 +124,14 @@ </entry> </entries> </configuration> + <executions> + <execution> + <goals> + <goal>parserJava</goal> + <goal>gen</goal> + </goals> + </execution> + </executions> </plugin> <plugin> Modified: jaxx/trunk/jaxx-example/src/main/resources/i18n/jaxx-example-en_GB.properties =================================================================== --- jaxx/trunk/jaxx-example/src/main/resources/i18n/jaxx-example-en_GB.properties 2009-02-17 19:11:03 UTC (rev 1220) +++ jaxx/trunk/jaxx-example/src/main/resources/i18n/jaxx-example-en_GB.properties 2009-02-18 10:57:03 UTC (rev 1221) @@ -25,7 +25,6 @@ CE= Cancel= Comments\:= -Component\ Demo= Config\ file\ \:= Config\ file\:= Cyan= @@ -92,7 +91,6 @@ edit= edit2= edit3= -ttt= valid= validator.field=Champ validator.field.tip= Modified: jaxx/trunk/jaxx-example/src/main/resources/i18n/jaxx-example-fr_FR.properties =================================================================== --- jaxx/trunk/jaxx-example/src/main/resources/i18n/jaxx-example-fr_FR.properties 2009-02-17 19:11:03 UTC (rev 1220) +++ jaxx/trunk/jaxx-example/src/main/resources/i18n/jaxx-example-fr_FR.properties 2009-02-18 10:57:03 UTC (rev 1221) @@ -25,7 +25,6 @@ CE= Cancel= Comments\:= -Component\ Demo= Config\ file\ \:= Config\ file\:= Cyan= @@ -92,7 +91,6 @@ edit= edit2= edit3= -ttt= valid= validator.field=Champ validator.field.tip= Modified: jaxx/trunk/jaxx-swing-action/pom.xml =================================================================== --- jaxx/trunk/jaxx-swing-action/pom.xml 2009-02-17 19:11:03 UTC (rev 1220) +++ jaxx/trunk/jaxx-swing-action/pom.xml 2009-02-18 10:57:03 UTC (rev 1221) @@ -71,6 +71,14 @@ <plugin> <groupId>org.codelutin</groupId> <artifactId>maven-i18n-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>parserJava</goal> + <goal>gen</goal> + </goals> + </execution> + </executions> </plugin> </plugins> Modified: jaxx/trunk/maven-jaxx-plugin/pom.xml =================================================================== --- jaxx/trunk/maven-jaxx-plugin/pom.xml 2009-02-17 19:11:03 UTC (rev 1220) +++ jaxx/trunk/maven-jaxx-plugin/pom.xml 2009-02-18 10:57:03 UTC (rev 1221) @@ -67,7 +67,7 @@ <dependency> <groupId>com.sun</groupId> <artifactId>dt</artifactId> - <version>${java.version}</version> + <!--version>${java.version}</version--> <scope>system</scope> <systemPath>/${java.home}/../lib/dt.jar</systemPath> </dependency> Modified: jaxx/trunk/pom.xml =================================================================== --- jaxx/trunk/pom.xml 2009-02-17 19:11:03 UTC (rev 1220) +++ jaxx/trunk/pom.xml 2009-02-18 10:57:03 UTC (rev 1221) @@ -55,7 +55,7 @@ <dependency> <groupId>org.codelutin</groupId> <artifactId>lutinpluginutil</artifactId> - <version>0.2</version> + <version>${lutinpluginutil.version}</version> <scope>compile</scope> </dependency> @@ -151,6 +151,7 @@ <lutinutil.version>1.0.3-SNAPSHOT</lutinutil.version> <jaxx.version>${project.version}</jaxx.version> <i18n.version>0.9-SNAPSHOT</i18n.version> + <lutinpluginutil.version>0.3-SNAPSHOT</lutinpluginutil.version> </properties> <build> @@ -163,25 +164,6 @@ <groupId>org.codelutin</groupId> <artifactId>maven-i18n-plugin</artifactId> <version>${i18n.version}</version> - <!--configuration> - <bundles> - <param>fr_FR</param> - <param>en_GB</param> - </bundles> - <encoding>${project.build.sourceEncoding}</encoding> - <src>${maven.src.dir}/main/resources/i18n</src> - <defaultBasedir>${maven.src.dir}/main/java</defaultBasedir> - <keysModifier>false</keysModifier> - <keepBackup>false</keepBackup> - </configuration--> - <executions> - <execution> - <goals> - <goal>parserJava</goal> - <goal>gen</goal> - </goals> - </execution> - </executions> </plugin> <plugin>