I18n-commits
Threads by month
- ----- 2026 -----
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
April 2010
- 3 participants
- 32 discussions
r1753 - in trunk: . ant-i18n-task maven-i18n-plugin nuiton-i18n
by tchemit@users.nuiton.org 21 Apr '10
by tchemit@users.nuiton.org 21 Apr '10
21 Apr '10
Author: tchemit
Date: 2010-04-21 19:25:19 +0200 (Wed, 21 Apr 2010)
New Revision: 1753
Log:
improve dependencies + release profiles
Modified:
trunk/ant-i18n-task/pom.xml
trunk/maven-i18n-plugin/pom.xml
trunk/nuiton-i18n/pom.xml
trunk/pom.xml
Modified: trunk/ant-i18n-task/pom.xml
===================================================================
--- trunk/ant-i18n-task/pom.xml 2010-04-20 13:06:28 UTC (rev 1752)
+++ trunk/ant-i18n-task/pom.xml 2010-04-21 17:25:19 UTC (rev 1753)
@@ -95,8 +95,10 @@
<!-- ************************************************************* -->
<profiles>
+
+ <!-- make assemblies at release time -->
<profile>
- <id>release-profile</id>
+ <id>release-assembly-profile</id>
<activation>
<property>
<name>performRelease</name>
Modified: trunk/maven-i18n-plugin/pom.xml
===================================================================
--- trunk/maven-i18n-plugin/pom.xml 2010-04-20 13:06:28 UTC (rev 1752)
+++ trunk/maven-i18n-plugin/pom.xml 2010-04-21 17:25:19 UTC (rev 1753)
@@ -129,41 +129,24 @@
<packaging>maven-plugin</packaging>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-plugin-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>helpmojo</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
<profiles>
- <!-- perform only on a release stage when using the maven-release-plugin -->
+ <!-- perform only on a release stage when using the maven-release-plugin -->
<profile>
- <id>release-profile</id>
- <activation>
- <property>
- <name>performRelease</name>
- <value>true</value>
- </property>
- </activation>
-
- <build>
-
- <plugins>
-
- <plugin>
- <artifactId>maven-plugin-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>helpmojo</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
- </plugins>
-
- </build>
-
- </profile>
-
- <!-- perform only on a release stage when using the maven-release-plugin -->
- <profile>
<id>reporting</id>
<activation>
<property>
Modified: trunk/nuiton-i18n/pom.xml
===================================================================
--- trunk/nuiton-i18n/pom.xml 2010-04-20 13:06:28 UTC (rev 1752)
+++ trunk/nuiton-i18n/pom.xml 2010-04-21 17:25:19 UTC (rev 1753)
@@ -99,8 +99,10 @@
<!-- ************************************************************* -->
<profiles>
+
+ <!-- make assemblies at release time -->
<profile>
- <id>release-profile</id>
+ <id>release-assembly-profile</id>
<activation>
<property>
<name>performRelease</name>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-04-20 13:06:28 UTC (rev 1752)
+++ trunk/pom.xml 2010-04-21 17:25:19 UTC (rev 1753)
@@ -153,6 +153,11 @@
<artifactId>velocity</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-velocity</artifactId>
+ </exclusion>
+
</exclusions>
</dependency>
1
0
Author: tchemit
Date: 2010-04-20 15:06:28 +0200 (Tue, 20 Apr 2010)
New Revision: 1752
Log:
Utilisation de mavenpom4redmine 2.1.2
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-04-16 18:11:52 UTC (rev 1751)
+++ trunk/pom.xml 2010-04-20 13:06:28 UTC (rev 1752)
@@ -33,7 +33,7 @@
<parent>
<groupId>org.nuiton</groupId>
<artifactId>mavenpom4redmine</artifactId>
- <version>2.1.1</version>
+ <version>2.1.2</version>
</parent>
<artifactId>i18n</artifactId>
1
0
Author: tchemit
Date: 2010-04-16 20:11:52 +0200 (Fri, 16 Apr 2010)
New Revision: 1751
Log:
Utilisation de mavenpom4redmine 2.1.1
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-04-15 16:05:21 UTC (rev 1750)
+++ trunk/pom.xml 2010-04-16 18:11:52 UTC (rev 1751)
@@ -23,9 +23,7 @@
<http://www.gnu.org/licenses/lgpl-3.0.html>.
#L%
-->
-<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/xsd/maven-4.0.0.xsd">
+<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -35,7 +33,7 @@
<parent>
<groupId>org.nuiton</groupId>
<artifactId>mavenpom4redmine</artifactId>
- <version>2.1.1-SNAPSHOT</version>
+ <version>2.1.1</version>
</parent>
<artifactId>i18n</artifactId>
1
0
r1750 - trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle
by tchemit@users.nuiton.org 15 Apr '10
by tchemit@users.nuiton.org 15 Apr '10
15 Apr '10
Author: tchemit
Date: 2010-04-15 18:05:21 +0200 (Thu, 15 Apr 2010)
New Revision: 1750
Log:
fix headers
Modified:
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/AbstractI18nBundleMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/CollectI18nArtifactsMojo.java
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/AbstractI18nBundleMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/AbstractI18nBundleMojo.java 2010-04-15 15:57:42 UTC (rev 1749)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/AbstractI18nBundleMojo.java 2010-04-15 16:05:21 UTC (rev 1750)
@@ -37,10 +37,8 @@
* Created: 26 déc. 2009
*
* @author tchemit <chemit(a)codelutin.com>
- * @version $Revision$
- * <p/>
- * Mise a jour: $Date$
- * par : */
+ * @since 1.0
+ */
public abstract class AbstractI18nBundleMojo extends AbstractI18nMojo {
/**
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/CollectI18nArtifactsMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/CollectI18nArtifactsMojo.java 2010-04-15 15:57:42 UTC (rev 1749)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/CollectI18nArtifactsMojo.java 2010-04-15 16:05:21 UTC (rev 1750)
@@ -49,10 +49,7 @@
* Created: 24 déc. 2009
*
* @author tchemit <chemit(a)codelutin.com>
- * @version $Revision$
- * <p/>
- * Mise a jour: $Date$
- * par : * @goal collect-i18n-artifacts
+ * @goal collect-i18n-artifacts
* @phase generate-resources
* @requiresProject true
* @requiresDependencyResolution runtime
1
0
r1749 - in trunk: ant-i18n-task/src/site maven-i18n-plugin/src/site nuiton-i18n/src/site
by tchemit@users.nuiton.org 15 Apr '10
by tchemit@users.nuiton.org 15 Apr '10
15 Apr '10
Author: tchemit
Date: 2010-04-15 17:57:42 +0200 (Thu, 15 Apr 2010)
New Revision: 1749
Log:
fix multi-language links
Modified:
trunk/ant-i18n-task/src/site/site_en.xml
trunk/maven-i18n-plugin/src/site/site_en.xml
trunk/nuiton-i18n/src/site/site_en.xml
Modified: trunk/ant-i18n-task/src/site/site_en.xml
===================================================================
--- trunk/ant-i18n-task/src/site/site_en.xml 2010-04-15 15:37:16 UTC (rev 1748)
+++ trunk/ant-i18n-task/src/site/site_en.xml 2010-04-15 15:57:42 UTC (rev 1749)
@@ -42,11 +42,11 @@
</breadcrumbs>
<menu name="Project Parent">
- <item name="I18n" href="../en/index.html"/>
+ <item name="I18n" href="../../en/index.html"/>
</menu>
<menu name="User">
- <item href="index.html" name="Accueil"/>
+ <item href="index.html" name="Home"/>
</menu>
<menu name="Downloads">
Modified: trunk/maven-i18n-plugin/src/site/site_en.xml
===================================================================
--- trunk/maven-i18n-plugin/src/site/site_en.xml 2010-04-15 15:37:16 UTC (rev 1748)
+++ trunk/maven-i18n-plugin/src/site/site_en.xml 2010-04-15 15:57:42 UTC (rev 1749)
@@ -43,11 +43,11 @@
</links>
<menu name="Project Parent">
- <item name="I18n" href="../en/index.html"/>
+ <item name="I18n" href="../../en/index.html"/>
</menu>
<menu name="User">
- <item name="Introduction" href="index.html"/>
+ <item name="Home" href="index.html"/>
<item name="Usages" href="usages.html"/>
<item name="Parser Goals" href="plugin-info.html">
<item name="parserJava" href="parserJava-mojo.html"/>
Modified: trunk/nuiton-i18n/src/site/site_en.xml
===================================================================
--- trunk/nuiton-i18n/src/site/site_en.xml 2010-04-15 15:37:16 UTC (rev 1748)
+++ trunk/nuiton-i18n/src/site/site_en.xml 2010-04-15 15:57:42 UTC (rev 1749)
@@ -43,11 +43,11 @@
</links>
<menu name="Project Parent">
- <item name="I18n" href="../en/index.html"/>
+ <item name="I18n" href="../../en/index.html"/>
</menu>
<menu name="User">
- <item name="Accueil" href="index.html"/>
+ <item name="Home" href="index.html"/>
</menu>
<menu name="Downloads">
1
0
Author: tchemit
Date: 2010-04-15 17:37:16 +0200 (Thu, 15 Apr 2010)
New Revision: 1748
Log:
- add english documentation structure for modules
- update headers (remove redundant svn keywords)
Added:
trunk/ant-i18n-task/src/site/en/
trunk/ant-i18n-task/src/site/en/apt/
trunk/ant-i18n-task/src/site/en/apt/index.apt
trunk/ant-i18n-task/src/site/site_en.xml
trunk/maven-i18n-plugin/src/site/en/
trunk/maven-i18n-plugin/src/site/en/apt/
trunk/maven-i18n-plugin/src/site/en/apt/index.apt
trunk/maven-i18n-plugin/src/site/en/apt/usages.apt
trunk/maven-i18n-plugin/src/site/site_en.xml
trunk/nuiton-i18n/src/site/en/
trunk/nuiton-i18n/src/site/en/apt/
trunk/nuiton-i18n/src/site/en/apt/index.apt
trunk/nuiton-i18n/src/site/site_en.xml
Modified:
trunk/ant-i18n-task/pom.xml
trunk/ant-i18n-task/src/main/java/org/nuiton/i18n/ant/I18nExtractorTask.java
trunk/ant-i18n-task/src/site/apt/index.apt
trunk/ant-i18n-task/src/site/site_fr.xml
trunk/maven-i18n-plugin/pom.xml
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/AbstractI18nMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GenerateMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GetterMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/AbstractI18nBundleMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/BundleMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/CollectI18nArtifactsMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/I18nArtifact.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/TapestryBundleMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractFileParser.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractI18nParserMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/FileParser.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nParserConfiguration.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nSourceEntry.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/KeysModifier.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/Parser.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserEvent.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserException.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserThread.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/SourceEntry.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaActionConfigMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaTabConfigMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserValidationMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserXmlMojo.java
trunk/maven-i18n-plugin/src/site/apt/index.apt
trunk/maven-i18n-plugin/src/site/apt/usages.apt
trunk/maven-i18n-plugin/src/site/site_fr.xml
trunk/nuiton-i18n-editor/pom.xml
trunk/nuiton-i18n/pom.xml
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/CountryEnum.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18n.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nBundleBridge.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nDefaultTooltipFilter.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nFilter.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nLanguage.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nStore.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nUtil.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/LanguageEnum.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundle.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleEntry.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleScope.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleUtil.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/ClassPathI18nInitializer.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/DefaultI18nInitializer.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/I18nInitializer.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/UserI18nInitializer.java
trunk/nuiton-i18n/src/main/java/org/nuiton/util/LocaleConverter.java
trunk/nuiton-i18n/src/site/apt/index.apt
trunk/nuiton-i18n/src/site/site_fr.xml
trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/I18nStoreTest.java
trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/bundle/I18nBundleScopeTest.java
trunk/nuiton-i18n/src/test/java/org/nuiton/util/LocaleConverterTest.java
trunk/pom.xml
trunk/src/license/project.xml
trunk/src/site/apt/application.apt
trunk/src/site/apt/bestPractices.apt
trunk/src/site/apt/extendInitializer.apt
trunk/src/site/apt/helloWorld.apt
trunk/src/site/apt/index.apt
trunk/src/site/apt/library.apt
trunk/src/site/apt/presentation.apt
trunk/src/site/en/apt/application.apt
trunk/src/site/en/apt/bestPractices.apt
trunk/src/site/en/apt/extendInitializer.apt
trunk/src/site/en/apt/helloWorld.apt
trunk/src/site/en/apt/index.apt
trunk/src/site/en/apt/library.apt
trunk/src/site/en/apt/presentation.apt
trunk/src/site/site_en.xml
trunk/src/site/site_fr.xml
Modified: trunk/ant-i18n-task/pom.xml
===================================================================
--- trunk/ant-i18n-task/pom.xml 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/ant-i18n-task/pom.xml 2010-04-15 15:37:16 UTC (rev 1748)
@@ -1,59 +1,136 @@
<?xml version="1.0" encoding="UTF-8"?>
-<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/xsd/maven-4.0.0.xsd">
+<!--
+ #%L
+ I18n :: Ant task
- <modelVersion>4.0.0</modelVersion>
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
- <!-- ************************************************************* -->
- <!-- *** POM Relationships *************************************** -->
- <!-- ************************************************************* -->
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Lesser Public License for more details.
- <parent>
- <groupId>org.nuiton</groupId>
- <artifactId>i18n</artifactId>
- <version>1.2.2-SNAPSHOT</version>
- </parent>
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
+<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/xsd/maven-4.0.0.xsd">
- <groupId>org.nuiton.i18n</groupId>
- <artifactId>ant-i18n-task</artifactId>
+ <modelVersion>4.0.0</modelVersion>
- <dependencies>
+ <!-- ************************************************************* -->
+ <!-- *** POM Relationships *************************************** -->
+ <!-- ************************************************************* -->
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>nuiton-i18n</artifactId>
- <version>${project.version}</version>
- <scope>compile</scope>
- </dependency>
+ <parent>
+ <groupId>org.nuiton</groupId>
+ <artifactId>i18n</artifactId>
+ <version>1.2.2-SNAPSHOT</version>
+ </parent>
- <dependency>
- <groupId>org.nuiton.processor</groupId>
- <artifactId>nuiton-processor</artifactId>
- </dependency>
-
- <dependency>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant</artifactId>
- </dependency>
+ <groupId>org.nuiton.i18n</groupId>
+ <artifactId>ant-i18n-task</artifactId>
- <!-- tests dependencies -->
+ <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>nuiton-i18n</artifactId>
+ <version>${project.version}</version>
+ <scope>compile</scope>
+ </dependency>
- </dependencies>
+ <dependency>
+ <groupId>org.nuiton.processor</groupId>
+ <artifactId>nuiton-processor</artifactId>
+ </dependency>
- <!-- ************************************************************* -->
- <!-- *** Project Information ************************************* -->
- <!-- ************************************************************* -->
- <name>I18n :: Ant task</name>
- <inceptionYear>2010</inceptionYear>
-
- <!-- ************************************************************* -->
- <!-- *** Build Settings ****************************************** -->
- <!-- ************************************************************* -->
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant</artifactId>
+ </dependency>
- <packaging>jar</packaging>
+ <!-- tests dependencies -->
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </dependency>
+
+ </dependencies>
+
+ <!-- ************************************************************* -->
+ <!-- *** Project Information ************************************* -->
+ <!-- ************************************************************* -->
+ <name>I18n :: Ant task</name>
+ <inceptionYear>2010</inceptionYear>
+
+ <!-- ************************************************************* -->
+ <!-- *** Build Settings ****************************************** -->
+ <!-- ************************************************************* -->
+
+ <packaging>jar</packaging>
+
+ <properties>
+
+ <!-- extra files to include in release -->
+ <redmine.releaseFiles>${redmine.libReleaseFiles}</redmine.releaseFiles>
+
+ </properties>
+
+
+ <!-- ************************************************************* -->
+ <!-- *** Build Environment ************************************** -->
+ <!-- ************************************************************* -->
+
+ <profiles>
+ <profile>
+ <id>release-profile</id>
+ <activation>
+ <property>
+ <name>performRelease</name>
+ <value>true</value>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+
+ <!-- launch in a release the assembly automaticly -->
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>create-assemblies</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <attach>false</attach>
+ <descriptorRefs>
+ <descriptorRef>deps</descriptorRef>
+ <descriptorRef>full</descriptorRef>
+ </descriptorRefs>
+ </configuration>
+ </plugin>
+
+ </plugins>
+
+ </build>
+ </profile>
+ </profiles>
+
</project>
Modified: trunk/ant-i18n-task/src/main/java/org/nuiton/i18n/ant/I18nExtractorTask.java
===================================================================
--- trunk/ant-i18n-task/src/main/java/org/nuiton/i18n/ant/I18nExtractorTask.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/ant-i18n-task/src/main/java/org/nuiton/i18n/ant/I18nExtractorTask.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Ant task
*
- * $Author$
* $Id$
* $HeadURL$
* %%
@@ -46,8 +45,7 @@
* @version $Revision$
*
* Last update : $Date$
- * by : $Author$
- */
+ * by : */
public class I18nExtractorTask extends MatchingTask {
public static final int MSG_VERBOSE = Project.MSG_VERBOSE;
Modified: trunk/ant-i18n-task/src/site/apt/index.apt
===================================================================
--- trunk/ant-i18n-task/src/site/apt/index.apt 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/ant-i18n-task/src/site/apt/index.apt 2010-04-15 15:37:16 UTC (rev 1748)
@@ -1,24 +1,23 @@
~~~
~~ #%L
~~ I18n :: Ant task
-~~ ~~
-~~ $Author$
+~~
~~ $Id$
~~ $HeadURL$
~~ %%
~~ Copyright (C) 2010 CodeLutin
~~ %%
~~ This program is free software: you can redistribute it and/or modify
-~~ it under the terms of the GNU Lesser General Public License as
-~~ published by the Free Software Foundation, either version 3 of the
+~~ it under the terms of the GNU Lesser General Public License as
+~~ published by the Free Software Foundation, either version 3 of the
~~ License, or (at your option) any later version.
-~~
+~~
~~ This program is distributed in the hope that it will be useful,
~~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~~ GNU General Lesser Public License for more details.
-~~
-~~ You should have received a copy of the GNU General Lesser Public
+~~
+~~ You should have received a copy of the GNU General Lesser Public
~~ License along with this program. If not, see
~~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
~~ #L%
Added: trunk/ant-i18n-task/src/site/en/apt/index.apt
===================================================================
--- trunk/ant-i18n-task/src/site/en/apt/index.apt (rev 0)
+++ trunk/ant-i18n-task/src/site/en/apt/index.apt 2010-04-15 15:37:16 UTC (rev 1748)
@@ -0,0 +1,37 @@
+~~~
+~~ #%L
+~~ I18n :: Ant task
+~~
+~~ $Id$
+~~ $HeadURL$
+~~ %%
+~~ Copyright (C) 2010 CodeLutin
+~~ %%
+~~ This program is free software: you can redistribute it and/or modify
+~~ it under the terms of the GNU Lesser General Public License as
+~~ published by the Free Software Foundation, either version 3 of the
+~~ License, or (at your option) any later version.
+~~
+~~ This program is distributed in the hope that it will be useful,
+~~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+~~ GNU General Lesser Public License for more details.
+~~
+~~ You should have received a copy of the GNU General Lesser Public
+~~ License along with this program. If not, see
+~~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+~~ #L%
+~~~
+
+----
+Ant-i18n-task
+----
+----
+2010-03-09
+----
+
+
+Présentation
+
+ Le module <ant-i18n-task> permet l'utilisation depuis ant de
+ l'extracteur de clef i18n. Pour plus de détails sur Nuiton I18nExtractor.
Property changes on: trunk/ant-i18n-task/src/site/en/apt/index.apt
___________________________________________________________________
Added: svn:keywords
+ "Author Date Id Revision HeadURL
Added: trunk/ant-i18n-task/src/site/site_en.xml
===================================================================
--- trunk/ant-i18n-task/src/site/site_en.xml (rev 0)
+++ trunk/ant-i18n-task/src/site/site_en.xml 2010-04-15 15:37:16 UTC (rev 1748)
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ I18n :: Ant task
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
+
+<project name="${project.name}">
+
+ <bannerLeft>
+ <name>${project.name}</name>
+ <href>index.html</href>
+ </bannerLeft>
+
+ <body>
+ <links>
+ <item name="[fr" href="../index.html"/>
+ <item name="en]" href="index.html"/>
+ </links>
+
+ <breadcrumbs>
+ <item name="${project.name}" href="index.html"/>
+ </breadcrumbs>
+
+ <menu name="Project Parent">
+ <item name="I18n" href="../en/index.html"/>
+ </menu>
+
+ <menu name="User">
+ <item href="index.html" name="Accueil"/>
+ </menu>
+
+ <menu name="Downloads">
+ <item
+ href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}.jar"
+ name="Librairie (jar)"/>
+ <item
+ href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}-javadoc.jar"
+ name="Javadoc (jar)"/>
+ <item
+ href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}-sources.jar"
+ name="Sources (jar)"/>
+ </menu>
+
+ <menu ref="reports"/>
+
+ </body>
+</project>
Property changes on: trunk/ant-i18n-task/src/site/site_en.xml
___________________________________________________________________
Added: svn:keywords
+ "Author Date Id Revision HeadURL
Modified: trunk/ant-i18n-task/src/site/site_fr.xml
===================================================================
--- trunk/ant-i18n-task/src/site/site_fr.xml 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/ant-i18n-task/src/site/site_fr.xml 2010-04-15 15:37:16 UTC (rev 1748)
@@ -3,7 +3,6 @@
#%L
I18n :: Ant task
- $Author$
$Id$
$HeadURL$
%%
@@ -34,7 +33,8 @@
<body>
<links>
- <item name="Nuiton I18n" href="../nuiton-processor"/>
+ <item name="[fr" href="index.html"/>
+ <item name="en]" href="en/index.html"/>
</links>
<breadcrumbs>
Modified: trunk/maven-i18n-plugin/pom.xml
===================================================================
--- trunk/maven-i18n-plugin/pom.xml 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/maven-i18n-plugin/pom.xml 2010-04-15 15:37:16 UTC (rev 1748)
@@ -1,174 +1,229 @@
<?xml version="1.0" encoding="UTF-8"?>
-<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">
+<!--
+ #%L
+ I18n :: Maven Plugin
- <modelVersion>4.0.0</modelVersion>
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2007 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
- <!-- ************************************************************* -->
- <!-- *** POM Relationships *************************************** -->
- <!-- ************************************************************* -->
- <parent>
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
+<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">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <!-- ************************************************************* -->
+ <!-- *** POM Relationships *************************************** -->
+ <!-- ************************************************************* -->
+ <parent>
+ <groupId>org.nuiton</groupId>
+ <artifactId>i18n</artifactId>
+ <version>1.2.2-SNAPSHOT</version>
+ </parent>
+
+ <groupId>org.nuiton.i18n</groupId>
+ <artifactId>maven-i18n-plugin</artifactId>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>nuiton-i18n</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.nuiton.processor</groupId>
+ <artifactId>nuiton-processor</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.nuiton</groupId>
+ <artifactId>maven-helper-plugin</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>xalan</groupId>
+ <artifactId>xalan</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.maven.shared</groupId>
+ <artifactId>maven-dependency-tree</artifactId>
+ </dependency>
+ <!-- tests dependencies -->
+
+ <!--dependency>
<groupId>org.nuiton</groupId>
- <artifactId>i18n</artifactId>
- <version>1.2.2-SNAPSHOT</version>
- </parent>
+ <artifactId>maven-helper-plugin</artifactId>
+ <classifier>tests</classifier>
+ </dependency>
- <groupId>org.nuiton.i18n</groupId>
- <artifactId>maven-i18n-plugin</artifactId>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </dependency-->
- <dependencies>
+ <!-- provided dependencies -->
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>nuiton-i18n</artifactId>
- <version>${project.version}</version>
- </dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-project</artifactId>
+ </dependency>
- <dependency>
- <groupId>org.nuiton.processor</groupId>
- <artifactId>nuiton-processor</artifactId>
- </dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-plugin-api</artifactId>
+ </dependency>
- <dependency>
- <groupId>org.nuiton</groupId>
- <artifactId>maven-helper-plugin</artifactId>
- </dependency>
+ <!-- FIXME si on ne le rajoute pas, on se retrouve avec la version 1.1 qui ne convient pas -->
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ </dependency>
- <dependency>
- <groupId>xalan</groupId>
- <artifactId>xalan</artifactId>
- </dependency>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <scope>runtime</scope>
+ </dependency>
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- </dependency>
+ </dependencies>
- <dependency>
- <groupId>org.apache.maven.shared</groupId>
- <artifactId>maven-dependency-tree</artifactId>
- </dependency>
- <!-- tests dependencies -->
+ <!-- ************************************************************* -->
+ <!-- *** Project Information ************************************* -->
+ <!-- ************************************************************* -->
+ <name>I18n :: Maven Plugin</name>
+ <description>
+ Plugin pour maven 2 de génération des bundles pour
+ l'internationalisation (i18n) des applications java
+ basé sur nuiton-i18n-api.
+ </description>
+ <inceptionYear>2007</inceptionYear>
- <!--dependency>
- <groupId>org.nuiton</groupId>
- <artifactId>maven-helper-plugin</artifactId>
- <classifier>tests</classifier>
- </dependency>
+ <!-- ************************************************************* -->
+ <!-- *** Build Settings ****************************************** -->
+ <!-- ************************************************************* -->
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- </dependency-->
+ <packaging>maven-plugin</packaging>
- <!-- provided dependencies -->
+ <profiles>
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-project</artifactId>
- </dependency>
+ <!-- perform only on a release stage when using the maven-release-plugin -->
+ <profile>
+ <id>release-profile</id>
+ <activation>
+ <property>
+ <name>performRelease</name>
+ <value>true</value>
+ </property>
+ </activation>
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-plugin-api</artifactId>
- </dependency>
+ <build>
- <!-- FIXME si on ne le rajoute pas, on se retrouve avec la version 1.1 qui ne convient pas -->
- <dependency>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-utils</artifactId>
- </dependency>
+ <plugins>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <scope>runtime</scope>
- </dependency>
+ <plugin>
+ <artifactId>maven-plugin-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>helpmojo</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
- </dependencies>
+ </plugins>
- <!-- ************************************************************* -->
- <!-- *** Project Information ************************************* -->
- <!-- ************************************************************* -->
- <name>I18n :: Maven Plugin</name>
- <description>
- Plugin pour maven 2 de génération des bundles pour
- l'internationalisation (i18n) des applications java
- basé sur nuiton-i18n-api.
- </description>
- <inceptionYear>2007</inceptionYear>
+ </build>
- <!-- ************************************************************* -->
- <!-- *** Build Settings ****************************************** -->
- <!-- ************************************************************* -->
+ </profile>
- <packaging>maven-plugin</packaging>
+ <!-- perform only on a release stage when using the maven-release-plugin -->
+ <profile>
+ <id>reporting</id>
+ <activation>
+ <property>
+ <name>performRelease</name>
+ <value>true</value>
+ </property>
+ </activation>
- <build>
+ <reporting>
<plugins>
- <!-- plugin plugin -->
- <plugin>
- <artifactId>maven-plugin-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>helpmojo</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
+ <plugin>
+ <artifactId>maven-plugin-plugin</artifactId>
+ <version>2.5.1</version>
+ </plugin>
</plugins>
+ </reporting>
- </build>
+ </profile>
- <reporting>
+ <profile>
+ <id>run-its</id>
+ <activation>
+ <property>
+ <name>performRelease</name>
+ <value>true</value>
+ </property>
+ </activation>
+ <build>
+ <defaultGoal>verify</defaultGoal>
<plugins>
- <plugin>
- <artifactId>maven-plugin-plugin</artifactId>
- </plugin>
+ <plugin>
+ <artifactId>maven-invoker-plugin</artifactId>
+ <configuration>
+ <pomIncludes>
+ <pomInclude>**/pom.xml</pomInclude>
+ </pomIncludes>
+ <postBuildHookScript>verify</postBuildHookScript>
+ <localRepositoryPath>${basedir}/target/local-repo
+ </localRepositoryPath>
+ <settingsFile>src/it/settings.xml</settingsFile>
+ <cloneProjectsTo>${project.build.directory}/its</cloneProjectsTo>
+ <!--<debug>true</debug>-->
+ </configuration>
+ <executions>
+ <execution>
+ <id>integration-test</id>
+ <goals>
+ <goal>install</goal>
+ <goal>run</goal>
+ </goals>
+ <phase>integration-test</phase>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
- </reporting>
+ </build>
+ </profile>
+ </profiles>
- <profiles>
- <profile>
- <id>run-its</id>
- <activation>
- <property>
- <name>performRelease</name>
- <value>true</value>
- </property>
- </activation>
- <build>
- <defaultGoal>verify</defaultGoal>
- <plugins>
- <plugin>
- <artifactId>maven-invoker-plugin</artifactId>
- <configuration>
- <pomIncludes>
- <pomInclude>**/pom.xml</pomInclude>
- </pomIncludes>
- <postBuildHookScript>verify</postBuildHookScript>
- <localRepositoryPath>${basedir}/target/local-repo</localRepositoryPath>
- <settingsFile>src/it/settings.xml</settingsFile>
- <cloneProjectsTo>${project.build.directory}/its</cloneProjectsTo>
- <!--<debug>true</debug>-->
- </configuration>
- <executions>
- <execution>
- <id>integration-test</id>
- <goals>
- <goal>install</goal>
- <goal>run</goal>
- </goals>
- <phase>integration-test</phase>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-
</project>
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/AbstractI18nMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/AbstractI18nMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/AbstractI18nMojo.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Maven Plugin
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GenerateMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GenerateMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GenerateMojo.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Maven Plugin
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GetterMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GetterMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GetterMojo.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Maven Plugin
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/AbstractI18nBundleMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/AbstractI18nBundleMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/AbstractI18nBundleMojo.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Maven Plugin
*
- * $Author$
* $Id$
* $HeadURL$
* %%
@@ -41,8 +40,7 @@
* @version $Revision$
* <p/>
* Mise a jour: $Date$
- * par : $Author$
- */
+ * par : */
public abstract class AbstractI18nBundleMojo extends AbstractI18nMojo {
/**
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/BundleMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/BundleMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/BundleMojo.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Maven Plugin
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/CollectI18nArtifactsMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/CollectI18nArtifactsMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/CollectI18nArtifactsMojo.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Maven Plugin
*
- * $Author$
* $Id$
* $HeadURL$
* %%
@@ -53,8 +52,7 @@
* @version $Revision$
* <p/>
* Mise a jour: $Date$
- * par : $Author$
- * @goal collect-i18n-artifacts
+ * par : * @goal collect-i18n-artifacts
* @phase generate-resources
* @requiresProject true
* @requiresDependencyResolution runtime
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/I18nArtifact.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/I18nArtifact.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/I18nArtifact.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Maven Plugin
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/TapestryBundleMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/TapestryBundleMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/TapestryBundleMojo.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Maven Plugin
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractFileParser.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractFileParser.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractFileParser.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Maven Plugin
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractI18nParserMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractI18nParserMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractI18nParserMojo.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Maven Plugin
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/FileParser.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/FileParser.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/FileParser.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Maven Plugin
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nParserConfiguration.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nParserConfiguration.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nParserConfiguration.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Maven Plugin
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nSourceEntry.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nSourceEntry.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nSourceEntry.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Maven Plugin
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/KeysModifier.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/KeysModifier.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/KeysModifier.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Maven Plugin
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/Parser.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/Parser.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/Parser.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Maven Plugin
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserEvent.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserEvent.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserEvent.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Maven Plugin
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserException.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserException.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserException.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Maven Plugin
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserThread.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserThread.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserThread.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Maven Plugin
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/SourceEntry.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/SourceEntry.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/SourceEntry.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Maven Plugin
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaActionConfigMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaActionConfigMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaActionConfigMojo.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Maven Plugin
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaMojo.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Maven Plugin
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaTabConfigMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaTabConfigMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaTabConfigMojo.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Maven Plugin
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserValidationMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserValidationMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserValidationMojo.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Maven Plugin
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserXmlMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserXmlMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserXmlMojo.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Maven Plugin
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/maven-i18n-plugin/src/site/apt/index.apt
===================================================================
--- trunk/maven-i18n-plugin/src/site/apt/index.apt 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/maven-i18n-plugin/src/site/apt/index.apt 2010-04-15 15:37:16 UTC (rev 1748)
@@ -1,24 +1,23 @@
~~~
~~ #%L
~~ I18n :: Maven Plugin
-~~ ~~
-~~ $Author$
+~~
~~ $Id$
~~ $HeadURL$
~~ %%
~~ Copyright (C) 2007 - 2010 CodeLutin
~~ %%
~~ This program is free software: you can redistribute it and/or modify
-~~ it under the terms of the GNU Lesser General Public License as
-~~ published by the Free Software Foundation, either version 3 of the
+~~ it under the terms of the GNU Lesser General Public License as
+~~ published by the Free Software Foundation, either version 3 of the
~~ License, or (at your option) any later version.
-~~
+~~
~~ This program is distributed in the hope that it will be useful,
~~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~~ GNU General Lesser Public License for more details.
-~~
-~~ You should have received a copy of the GNU General Lesser Public
+~~
+~~ You should have received a copy of the GNU General Lesser Public
~~ License along with this program. If not, see
~~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
~~ #L%
Modified: trunk/maven-i18n-plugin/src/site/apt/usages.apt
===================================================================
--- trunk/maven-i18n-plugin/src/site/apt/usages.apt 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/maven-i18n-plugin/src/site/apt/usages.apt 2010-04-15 15:37:16 UTC (rev 1748)
@@ -1,24 +1,23 @@
~~~
~~ #%L
~~ I18n :: Maven Plugin
-~~ ~~
-~~ $Author$
+~~
~~ $Id$
~~ $HeadURL$
~~ %%
~~ Copyright (C) 2007 - 2010 CodeLutin
~~ %%
~~ This program is free software: you can redistribute it and/or modify
-~~ it under the terms of the GNU Lesser General Public License as
-~~ published by the Free Software Foundation, either version 3 of the
+~~ it under the terms of the GNU Lesser General Public License as
+~~ published by the Free Software Foundation, either version 3 of the
~~ License, or (at your option) any later version.
-~~
+~~
~~ This program is distributed in the hope that it will be useful,
~~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~~ GNU General Lesser Public License for more details.
-~~
-~~ You should have received a copy of the GNU General Lesser Public
+~~
+~~ You should have received a copy of the GNU General Lesser Public
~~ License along with this program. If not, see
~~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
~~ #L%
Added: trunk/maven-i18n-plugin/src/site/en/apt/index.apt
===================================================================
--- trunk/maven-i18n-plugin/src/site/en/apt/index.apt (rev 0)
+++ trunk/maven-i18n-plugin/src/site/en/apt/index.apt 2010-04-15 15:37:16 UTC (rev 1748)
@@ -0,0 +1,67 @@
+~~~
+~~ #%L
+~~ I18n :: Maven Plugin
+~~
+~~ $Id$
+~~ $HeadURL$
+~~ %%
+~~ Copyright (C) 2007 - 2010 CodeLutin
+~~ %%
+~~ This program is free software: you can redistribute it and/or modify
+~~ it under the terms of the GNU Lesser General Public License as
+~~ published by the Free Software Foundation, either version 3 of the
+~~ License, or (at your option) any later version.
+~~
+~~ This program is distributed in the hope that it will be useful,
+~~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+~~ GNU General Lesser Public License for more details.
+~~
+~~ You should have received a copy of the GNU General Lesser Public
+~~ License along with this program. If not, see
+~~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+~~ #L%
+~~~
+
+----
+Introduction
+----
+----
+2009-08-22
+----
+
+Maven I18n Plugin
+
+ The Maven I18n Plugin is used to compute i18n bundles for a given maven module.
+
+Goals Overview
+
+ The I18n plugin has the following goals:
+
+ * {{{./parserJava-mojo.html} i18n:parserJava}} parse Java sources.
+
+ * {{{./parserValidation-mojo.html} i18n:parserValidation}} parse XWorks validation sources.
+
+ * {{{./parserJavaActionConfig-mojo.html} i18n:parserJavaActionConfig}} parse actions jaxx.
+
+ * {{{./parserJavaTabConfig-mojo.html} i18n:parserJavaTabConfig}} parse tabs jaxx.
+
+ * {{{./get-mojo.html} i18n:get}} assembly getter computed by parser-like goals.
+
+ * {{{./gen-mojo.html} i18n:gen}} generate i18n bundle from getters.
+
+ * {{{./collect-i18n-artifacts-mojo.html} i18n:collect-i18n-artifacts}} collects all i18n resources throught project dependencies and store the location of resources in a file.
+
+ * {{{./bundle-mojo.html} i18n:bundle}} generate unique i18n bundle for final application.
+
+ * {{{./tapestry-bundle-mojo.html} i18n:tapestry-bundle}} generate unique i18n bundle for tapestry application.
+
+ * {{{./help-mojo.html} i18n:help}} display help.
+
+Usage
+
+ Instructions on how to use the Help Plugin can be found in {{{./usages.html} usages}} page.
+
+Examples
+
+ <to be done.>
Property changes on: trunk/maven-i18n-plugin/src/site/en/apt/index.apt
___________________________________________________________________
Added: svn:keywords
+ "Author Date Id Revision HeadURL
Added: trunk/maven-i18n-plugin/src/site/en/apt/usages.apt
===================================================================
--- trunk/maven-i18n-plugin/src/site/en/apt/usages.apt (rev 0)
+++ trunk/maven-i18n-plugin/src/site/en/apt/usages.apt 2010-04-15 15:37:16 UTC (rev 1748)
@@ -0,0 +1,240 @@
+~~~
+~~ #%L
+~~ I18n :: Maven Plugin
+~~
+~~ $Id$
+~~ $HeadURL$
+~~ %%
+~~ Copyright (C) 2007 - 2010 CodeLutin
+~~ %%
+~~ This program is free software: you can redistribute it and/or modify
+~~ it under the terms of the GNU Lesser General Public License as
+~~ published by the Free Software Foundation, either version 3 of the
+~~ License, or (at your option) any later version.
+~~
+~~ This program is distributed in the hope that it will be useful,
+~~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+~~ GNU General Lesser Public License for more details.
+~~
+~~ You should have received a copy of the GNU General Lesser Public
+~~ License along with this program. If not, see
+~~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+~~ #L%
+~~~
+
+----
+Usages
+----
+----
+2009-08-22
+----
+
+How it works
+
+ The i18n plugin works in at least two phases :
+
+ * first, it parses some sources to build for each bundle a called <getter> file
+ which contains all keys found in sources.
+
+ * in a second time, the <getter> files are merged with the existing translations
+ files.
+
+ * at last, we can make a optimized bundle which merge the module i18n with all
+ his dependencies (this is good idea when the module is a final application...
+ see below section)
+
+* directory layout
+
+ Here is the directory layout convention used by the plugin
+
+-----------------------------------------------------------------------------
+mymodule/
+|-- src
+| `-- main
+| `-- resources
+| `-- i18n
+| |-- mymodule-en_GB.properties
+| `-- mymodule-fr_FR.properties
+`-- target
+ |-- classes
+ | `-- META-INF
+ | |-- mymodule-en_GB.properties
+ | |-- mymodule-fr_FR.properties
+ | `-- mymodule-i18n-definition.properties
+ `-- generated-sources
+ `-- i18n
+ |-- mymodule-en_GB.properties
+ `-- mymodule-fr_FR.properties
+
+-----------------------------------------------------------------------------
+
+* Parse files
+
+ The plugin offers some build-in parsers, each parser has his goal prefix by <parser> :
+
+ * parserJava : parse some java source files to detect <I18n._> and <I18n.n_> invocations in code
+
+ * parserValidation : parse some xWorks validation files
+
+ Each parser goal has some default values, if you respect the plugin conventions,
+ you should have nothing to configure.
+
+-----------------------------------------------------------------------------
+<plugin>
+ <groupId>org.nuiton.i18n</groupId>
+ <artifactId>maven-i18n-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>parserJava</goal>
+ </goals>
+ </execution>
+ </executions>
+</plugin>
+-----------------------------------------------------------------------------
+
+ will parse all java files in <src/main/java> and will generate the <getter> files
+ in <target/generated-sources/i18n>.
+
+ Moreover, it is possible to defined more directories to be scanned, like in next
+ example, where we also scan the <src/main/java2> :
+
+-----------------------------------------------------------------------------
+<plugin>
+ <groupId>org.nuiton.i18n</groupId>
+ <artifactId>maven-i18n-plugin</artifactId>
+ <configuration>
+ <entries>
+ <entry>
+ <basedir>src/main/java2/</basedir>
+ </entry>
+ </entries>
+ </configuration>
+ <executions>
+ <execution>
+ <goals>
+ <goal>parserJava</goal>
+ </goals>
+ </execution>
+ </executions>
+</plugin>
+-----------------------------------------------------------------------------
+
+ The entries can be more complex.
+
+ For example, it is possible to filter via some includes/excludes, or
+ attach the entry only for a specific parser via the <specificGoal> property.
+
+ When using an entry, the default entry for the parser is not used, but it can
+ be activated via the <treateDefaultEntry> property.
+
+-----------------------------------------------------------------------------
+<plugin>
+ <groupId>org.nuiton.i18n</groupId>
+ <artifactId>maven-i18n-plugin</artifactId>
+ <configuration>
+ <treateDefaultEntry>true</treateDefaultEntry>
+ <entries>
+ <entry>
+ <basedir>src/main/java2/</basedir>
+ <includes>
+ <include>**/*.guix</include>
+ </includes>
+ <specificGoal>parserJaxx</specificGoal>
+ </entry>
+ </entries>
+ </configuration>
+ <executions>
+ <execution>
+ <goals>
+ <goal>parserJava</goal>
+ <goal>parserJaxx</goal>
+ </goals>
+ </execution>
+ </executions>
+</plugin>
+-----------------------------------------------------------------------------
+
+
+ Consult the javadoc of the <org.nuiton.util.SourceEntry> class in
+ {{{http://maven-site.nuiton.org/maven-helper-plugin/apidocs/index.html}maven-helper-plugin}}
+ library.
+
+* Build bundles
+
+ After the files were parsed, it is time to build the i18n bundles of the module.
+
+ * The default location of those files are in <src/main/resources/i18n>.
+
+ * The default file names of the bundles are <artifactId-bundle.properties>
+
+** The gen goal
+
+ the <gen> goal rebuild those files, using the getter files previously builded.
+
+-----------------------------------------------------------------------------
+<plugin>
+ <groupId>org.nuiton.i18n</groupId>
+ <artifactId>maven-i18n-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>gen</goal>
+ </goals>
+ </execution>
+ </executions>
+</plugin>
+-----------------------------------------------------------------------------
+
+** The bundle goal
+
+ The <bundle> goal build the bundles for a final application which aggregate
+ all i18n bundles of all dependencies of the module.
+
+ This is a good idea to do it, since the loading of the runtime <i18n> system
+ is much more faster with only one file to deal with.
+
+ The final bundles builded will be placed directly in <target/classes/META-INF> since
+ this is an only runtime bundle and it should never to add in module's sources.
+
+-----------------------------------------------------------------------------
+<plugin>
+ <groupId>org.nuiton.i18n</groupId>
+ <artifactId>maven-i18n-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>bundle</goal>
+ </goals>
+ </execution>
+ </executions>
+</plugin>
+-----------------------------------------------------------------------------
+
+* All in one
+
+
+-----------------------------------------------------------------------------
+<plugin>
+ <groupId>org.nuiton.i18n</groupId>
+ <artifactId>maven-i18n-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>parserJava</goal>
+ <goal>gen</goal>
+ <goal>bundle</goal>
+ </goals>
+ </execution>
+ </executions>
+</plugin>
+-----------------------------------------------------------------------------
+
+And there is more for you!
+
+ There is some other interesting properties in the plugin, for example it is
+ possible to translate the new i18n key detected while parsing via a swing ui.
+
+ To see all the features of the plugin, consult the
+ {{{./plugin-info.html}goals details}} page.
Property changes on: trunk/maven-i18n-plugin/src/site/en/apt/usages.apt
___________________________________________________________________
Added: svn:keywords
+ "Author Date Id Revision HeadURL
Added: trunk/maven-i18n-plugin/src/site/site_en.xml
===================================================================
--- trunk/maven-i18n-plugin/src/site/site_en.xml (rev 0)
+++ trunk/maven-i18n-plugin/src/site/site_en.xml 2010-04-15 15:37:16 UTC (rev 1748)
@@ -0,0 +1,89 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ I18n :: Maven Plugin
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2007 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
+
+<project name="${project.name}">
+
+ <bannerLeft>
+ <name>${project.name}</name>
+ <href>index.html</href>
+ </bannerLeft>
+
+ <body>
+
+ <breadcrumbs>
+ <item name="${project.name}" href="index.html"/>
+ </breadcrumbs>
+
+ <links>
+ <item name="[fr" href="../index.html"/>
+ <item name="en]" href="index.html"/>
+ </links>
+
+ <menu name="Project Parent">
+ <item name="I18n" href="../en/index.html"/>
+ </menu>
+
+ <menu name="User">
+ <item name="Introduction" href="index.html"/>
+ <item name="Usages" href="usages.html"/>
+ <item name="Parser Goals" href="plugin-info.html">
+ <item name="parserJava" href="parserJava-mojo.html"/>
+ <item name="parserJaxx" href="parserJaxx-mojo.html"/>
+ <item name="parserSwixat" href="parserSwixat-mojo.html"/>
+ <item name="parserJavaActionConfig"
+ href="parserJavaActionConfig-mojo.html"/>
+ <item name="parserJavaTabConfig" href="parserJavaTabConfig-mojo.html"/>
+ <item name="parserValidation" href="parserValidation-mojo.html"/>
+ <item name="get" href="get-mojo.html"/>
+ <item name="gen" href="gen-mojo.html"/>
+ </item>
+ <item name="Bundle Goals" href="plugin-info.html">
+ <item name="collect-i18n-artifacts"
+ href="collect-i18n-artifacts-mojo.html"/>
+ <item name="bundle" href="bundle-mojo.html"/>
+ <item name="tapestry-bundle" href="tapestry-bundle-mojo.html"/>
+ </item>
+ <item name="Other Goals" href="plugin-info.html">
+ <item name="help" href="help-mojo.html"/>
+ </item>
+ </menu>
+
+ <menu name="Downloads">
+ <item
+ href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}.jar"
+ name="Librairie (jar)"/>
+ <item
+ href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}-javadoc.jar"
+ name="Javadoc (jar)"/>
+ <item
+ href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}-sources.jar"
+ name="Sources (jar)"/>
+ </menu>
+
+ <menu ref="reports"/>
+
+ </body>
+</project>
Property changes on: trunk/maven-i18n-plugin/src/site/site_en.xml
___________________________________________________________________
Added: svn:keywords
+ "Author Date Id Revision HeadURL
Modified: trunk/maven-i18n-plugin/src/site/site_fr.xml
===================================================================
--- trunk/maven-i18n-plugin/src/site/site_fr.xml 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/maven-i18n-plugin/src/site/site_fr.xml 2010-04-15 15:37:16 UTC (rev 1748)
@@ -3,7 +3,6 @@
#%L
I18n :: Maven Plugin
- $Author$
$Id$
$HeadURL$
%%
@@ -38,6 +37,11 @@
<item name="${project.name}" href="index.html"/>
</breadcrumbs>
+ <links>
+ <item name="[fr" href="index.html"/>
+ <item name="en]" href="en/index.html"/>
+ </links>
+
<menu ref="parent"/>
<menu name="Utilisateur">
@@ -47,14 +51,16 @@
<item name="parserJava" href="parserJava-mojo.html"/>
<item name="parserJaxx" href="parserJaxx-mojo.html"/>
<item name="parserSwixat" href="parserSwixat-mojo.html"/>
- <item name="parserJavaActionConfig" href="parserJavaActionConfig-mojo.html"/>
+ <item name="parserJavaActionConfig"
+ href="parserJavaActionConfig-mojo.html"/>
<item name="parserJavaTabConfig" href="parserJavaTabConfig-mojo.html"/>
<item name="parserValidation" href="parserValidation-mojo.html"/>
<item name="get" href="get-mojo.html"/>
<item name="gen" href="gen-mojo.html"/>
</item>
<item name="Bundle Goals" href="plugin-info.html">
- <item name="collect-i18n-artifacts" href="collect-i18n-artifacts-mojo.html"/>
+ <item name="collect-i18n-artifacts"
+ href="collect-i18n-artifacts-mojo.html"/>
<item name="bundle" href="bundle-mojo.html"/>
<item name="tapestry-bundle" href="tapestry-bundle-mojo.html"/>
</item>
Modified: trunk/nuiton-i18n/pom.xml
===================================================================
--- trunk/nuiton-i18n/pom.xml 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/nuiton-i18n/pom.xml 2010-04-15 15:37:16 UTC (rev 1748)
@@ -1,114 +1,140 @@
<?xml version="1.0" encoding="UTF-8"?>
-<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/xsd/maven-4.0.0.xsd">
+<!--
+ #%L
+ I18n :: Api
- <modelVersion>4.0.0</modelVersion>
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2004 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
- <!-- ************************************************************* -->
- <!-- *** POM Relationships *************************************** -->
- <!-- ************************************************************* -->
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Lesser Public License for more details.
- <parent>
- <groupId>org.nuiton</groupId>
- <artifactId>i18n</artifactId>
- <version>1.2.2-SNAPSHOT</version>
- </parent>
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
+<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/xsd/maven-4.0.0.xsd">
- <groupId>org.nuiton.i18n</groupId>
- <artifactId>nuiton-i18n</artifactId>
+ <modelVersion>4.0.0</modelVersion>
- <dependencies>
+ <!-- ************************************************************* -->
+ <!-- *** POM Relationships *************************************** -->
+ <!-- ************************************************************* -->
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- </dependency>
+ <parent>
+ <groupId>org.nuiton</groupId>
+ <artifactId>i18n</artifactId>
+ <version>1.2.2-SNAPSHOT</version>
+ </parent>
- <dependency>
- <groupId>commons-beanutils</groupId>
- <artifactId>commons-beanutils</artifactId>
- </dependency>
+ <groupId>org.nuiton.i18n</groupId>
+ <artifactId>nuiton-i18n</artifactId>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- </dependency>
+ <dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </dependency>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <scope>test</scope>
- </dependency>
+ <dependency>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils</artifactId>
+ </dependency>
- </dependencies>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </dependency>
- <!-- ************************************************************* -->
- <!-- *** Project Information ************************************* -->
- <!-- ************************************************************* -->
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <scope>test</scope>
+ </dependency>
- <name>I18n :: Api</name>
- <description>Api of i18n system</description>
- <inceptionYear>2004</inceptionYear>
-
- <!-- ************************************************************* -->
- <!-- *** Build Settings ****************************************** -->
- <!-- ************************************************************* -->
+ </dependencies>
- <packaging>jar</packaging>
- <properties>
+ <!-- ************************************************************* -->
+ <!-- *** Project Information ************************************* -->
+ <!-- ************************************************************* -->
- <!-- extra files to include in release -->
- <redmine.releaseFiles>${redmine.libReleaseFiles}</redmine.releaseFiles>
+ <name>I18n :: Api</name>
+ <description>Api of i18n system</description>
+ <inceptionYear>2004</inceptionYear>
- </properties>
-
- <!-- ************************************************************* -->
- <!-- *** Build Environment ************************************** -->
- <!-- ************************************************************* -->
+ <!-- ************************************************************* -->
+ <!-- *** Build Settings ****************************************** -->
+ <!-- ************************************************************* -->
- <profiles>
- <profile>
- <id>release-profile</id>
- <activation>
- <property>
- <name>performRelease</name>
- <value>true</value>
- </property>
- </activation>
- <build>
- <plugins>
+ <packaging>jar</packaging>
- <!-- launch in a release the assembly automaticly -->
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <executions>
- <execution>
- <id>create-assemblies</id>
- <phase>verify</phase>
- <goals>
- <goal>single</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <attach>false</attach>
- <descriptorRefs>
- <descriptorRef>deps</descriptorRef>
- <descriptorRef>full</descriptorRef>
- </descriptorRefs>
- </configuration>
- </plugin>
+ <properties>
- </plugins>
+ <!-- extra files to include in release -->
+ <redmine.releaseFiles>${redmine.libReleaseFiles}</redmine.releaseFiles>
- </build>
- </profile>
- </profiles>
+ </properties>
+ <!-- ************************************************************* -->
+ <!-- *** Build Environment ************************************** -->
+ <!-- ************************************************************* -->
+
+ <profiles>
+ <profile>
+ <id>release-profile</id>
+ <activation>
+ <property>
+ <name>performRelease</name>
+ <value>true</value>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+
+ <!-- launch in a release the assembly automaticly -->
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>create-assemblies</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <attach>false</attach>
+ <descriptorRefs>
+ <descriptorRef>deps</descriptorRef>
+ <descriptorRef>full</descriptorRef>
+ </descriptorRefs>
+ </configuration>
+ </plugin>
+
+ </plugins>
+
+ </build>
+ </profile>
+ </profiles>
+
</project>
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/CountryEnum.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/CountryEnum.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/CountryEnum.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Api
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18n.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18n.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18n.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Api
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nBundleBridge.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nBundleBridge.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nBundleBridge.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Api
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nDefaultTooltipFilter.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nDefaultTooltipFilter.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nDefaultTooltipFilter.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Api
*
- * $Author$
* $Id$
* $HeadURL$
* %%
@@ -34,8 +33,7 @@
* @version $Revision$
*
* Mise a jour: $Date$
- * par : $Author$
- */
+ * par : */
package org.nuiton.i18n;
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nFilter.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nFilter.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nFilter.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Api
*
- * $Author$
* $Id$
* $HeadURL$
* %%
@@ -34,8 +33,7 @@
* @version $Revision$
*
* Mise a jour: $Date$
- * par : $Author$
- */
+ * par : */
package org.nuiton.i18n;
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nLanguage.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nLanguage.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nLanguage.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Api
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nStore.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nStore.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nStore.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Api
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nUtil.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nUtil.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nUtil.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Api
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/LanguageEnum.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/LanguageEnum.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/LanguageEnum.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Api
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundle.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundle.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundle.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Api
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleEntry.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleEntry.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleEntry.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Api
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleScope.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleScope.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleScope.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Api
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleUtil.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleUtil.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleUtil.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Api
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/ClassPathI18nInitializer.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/ClassPathI18nInitializer.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/ClassPathI18nInitializer.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Api
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/DefaultI18nInitializer.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/DefaultI18nInitializer.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/DefaultI18nInitializer.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Api
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/I18nInitializer.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/I18nInitializer.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/I18nInitializer.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Api
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/UserI18nInitializer.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/UserI18nInitializer.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/UserI18nInitializer.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Api
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/util/LocaleConverter.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/util/LocaleConverter.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/util/LocaleConverter.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Api
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/nuiton-i18n/src/site/apt/index.apt
===================================================================
(Binary files differ)
Added: trunk/nuiton-i18n/src/site/en/apt/index.apt
===================================================================
--- trunk/nuiton-i18n/src/site/en/apt/index.apt (rev 0)
+++ trunk/nuiton-i18n/src/site/en/apt/index.apt 2010-04-15 15:37:16 UTC (rev 1748)
@@ -0,0 +1,45 @@
+~~~
+~~ #%L
+~~ I18n :: Api
+~~
+~~ $Id$
+~~ $HeadURL$
+~~ %%
+~~ Copyright (C) 2004 - 2010 CodeLutin
+~~ %%
+~~ This program is free software: you can redistribute it and/or modify
+~~ it under the terms of the GNU Lesser General Public License as
+~~ published by the Free Software Foundation, either version 3 of the
+~~ License, or (at your option) any later version.
+~~
+~~ This program is distributed in the hope that it will be useful,
+~~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+~~ GNU General Lesser Public License for more details.
+~~
+~~ You should have received a copy of the GNU General Lesser Public
+~~ License along with this program. If not, see
+~~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+~~ #L%
+~~~
+
+----
+Nuiton-i18n-api
+----
+----
+2009-08-22
+----
+
+Présentation
+
+ Librairie permettant de rendre les programmes Java multilangue de façon
+ simple. Il utilise la même philosophie que gettext. C'est à dire que chaque
+ chaîne de caractères devant être traduite sont tagge avec I18n._("...").
+
+ Ensuite il suffit d'extraire ces chaînes pour les mettres dans un fichier de
+ propriété, et d'indiquer quel fichier de propriéttés charger au démarrage de
+ l'application selon la langue souhaitée.
+
+
+ <Veuillez consulter la JavaDoc pour de plus ample détails sur les différentes
+ librairies.>
Property changes on: trunk/nuiton-i18n/src/site/en/apt/index.apt
___________________________________________________________________
Added: svn:keywords
+ "Author Date Id Revision HeadURL
Added: trunk/nuiton-i18n/src/site/site_en.xml
===================================================================
--- trunk/nuiton-i18n/src/site/site_en.xml (rev 0)
+++ trunk/nuiton-i18n/src/site/site_en.xml 2010-04-15 15:37:16 UTC (rev 1748)
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ I18n :: Api
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2004 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
+
+<project name="${project.name}">
+
+ <bannerLeft>
+ <name>${project.name}</name>
+ <href>index.html</href>
+ </bannerLeft>
+
+ <body>
+
+ <breadcrumbs>
+ <item name="${project.name}" href="index.html"/>
+ </breadcrumbs>
+
+ <links>
+ <item name="[fr" href="../index.html"/>
+ <item name="en]" href="index.html"/>
+ </links>
+
+ <menu name="Project Parent">
+ <item name="I18n" href="../en/index.html"/>
+ </menu>
+
+ <menu name="User">
+ <item name="Accueil" href="index.html"/>
+ </menu>
+
+ <menu name="Downloads">
+ <item
+ href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}.jar"
+ name="Librairie (jar)"/>
+ <item
+ href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}-javadoc.jar"
+ name="Javadoc (jar)"/>
+ <item
+ href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}-sources.jar"
+ name="Sources (jar)"/>
+ </menu>
+
+ <menu ref="reports"/>
+
+ </body>
+</project>
Property changes on: trunk/nuiton-i18n/src/site/site_en.xml
___________________________________________________________________
Added: svn:keywords
+ "Author Date Id Revision HeadURL
Modified: trunk/nuiton-i18n/src/site/site_fr.xml
===================================================================
--- trunk/nuiton-i18n/src/site/site_fr.xml 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/nuiton-i18n/src/site/site_fr.xml 2010-04-15 15:37:16 UTC (rev 1748)
@@ -3,7 +3,6 @@
#%L
I18n :: Api
- $Author$
$Id$
$HeadURL$
%%
@@ -38,6 +37,11 @@
<item name="${project.name}" href="index.html"/>
</breadcrumbs>
+ <links>
+ <item name="[fr" href="index.html"/>
+ <item name="en]" href="en/index.html"/>
+ </links>
+
<menu ref="parent"/>
<menu name="Utilisateur">
Modified: trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/I18nStoreTest.java
===================================================================
--- trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/I18nStoreTest.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/I18nStoreTest.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Api
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/bundle/I18nBundleScopeTest.java
===================================================================
--- trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/bundle/I18nBundleScopeTest.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/bundle/I18nBundleScopeTest.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Api
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/nuiton-i18n/src/test/java/org/nuiton/util/LocaleConverterTest.java
===================================================================
--- trunk/nuiton-i18n/src/test/java/org/nuiton/util/LocaleConverterTest.java 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/nuiton-i18n/src/test/java/org/nuiton/util/LocaleConverterTest.java 2010-04-15 15:37:16 UTC (rev 1748)
@@ -2,7 +2,6 @@
* #%L
* I18n :: Api
*
- * $Author$
* $Id$
* $HeadURL$
* %%
Modified: trunk/nuiton-i18n-editor/pom.xml
===================================================================
--- trunk/nuiton-i18n-editor/pom.xml 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/nuiton-i18n-editor/pom.xml 2010-04-15 15:37:16 UTC (rev 1748)
@@ -3,345 +3,348 @@
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">
- <modelVersion>4.0.0</modelVersion>
+ <modelVersion>4.0.0</modelVersion>
- <!-- ************************************************************* -->
- <!-- *** POM Relationships *************************************** -->
- <!-- ************************************************************* -->
- <parent>
- <groupId>org.nuiton</groupId>
- <artifactId>i18n</artifactId>
- <version>1.2-SNAPSHOT</version>
- </parent>
+ <!-- ************************************************************* -->
+ <!-- *** POM Relationships *************************************** -->
+ <!-- ************************************************************* -->
+ <parent>
+ <groupId>org.nuiton</groupId>
+ <artifactId>i18n</artifactId>
+ <version>1.2.2-SNAPSHOT</version>
+ </parent>
- <groupId>org.nuiton.i18n</groupId>
- <artifactId>nuiton-i18n-editor</artifactId>
+ <groupId>org.nuiton.i18n</groupId>
+ <artifactId>nuiton-i18n-editor</artifactId>
- <dependencies>
+ <dependencies>
- <dependency>
- <groupId>${project.groupId}</groupId>
- <artifactId>nuiton-i18n</artifactId>
- <version>${project.version}</version>
- </dependency>
-
- <dependency>
- <groupId>org.nuiton</groupId>
- <artifactId>nuiton-utils</artifactId>
- <version>${lutinutil.version}</version>
- </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>nuiton-i18n</artifactId>
+ <version>${project.version}</version>
+ </dependency>
- <!--Jaxx-->
- <dependency>
- <groupId>org.nuiton.jaxx</groupId>
- <artifactId>jaxx-runtime</artifactId>
- <version>${jaxx.version}</version>
- </dependency>
+ <dependency>
+ <groupId>org.nuiton</groupId>
+ <artifactId>nuiton-utils</artifactId>
+ <version>${lutinutil.version}</version>
+ </dependency>
- <dependency>
- <groupId>org.nuiton.jaxx</groupId>
- <artifactId>jaxx-widgets</artifactId>
- <version>${jaxx.version}</version>
- </dependency>
+ <!--Jaxx-->
+ <dependency>
+ <groupId>org.nuiton.jaxx</groupId>
+ <artifactId>jaxx-runtime</artifactId>
+ <version>${jaxx.version}</version>
+ </dependency>
- </dependencies>
+ <dependency>
+ <groupId>org.nuiton.jaxx</groupId>
+ <artifactId>jaxx-widgets</artifactId>
+ <version>${jaxx.version}</version>
+ </dependency>
- <!-- ************************************************************* -->
- <!-- *** Project Information ************************************* -->
- <!-- ************************************************************* -->
+ </dependencies>
- <name>Nuiton I18n Editor</name>
+ <!-- ************************************************************* -->
+ <!-- *** Project Information ************************************* -->
+ <!-- ************************************************************* -->
- <description>Editeur de fichier i18n</description>
- <inceptionYear>2008</inceptionYear>
+ <name>Nuiton I18n Editor</name>
- <licenses>
- <license>
- <name>GPL</name>
- <url>${maven.license.file}</url>
- <distribution>local</distribution>
- </license>
- </licenses>
-
- <!-- ************************************************************* -->
- <!-- *** Build Settings ****************************************** -->
- <!-- ************************************************************* -->
- <packaging>jar</packaging>
+ <description>Editeur de fichier i18n</description>
+ <inceptionYear>2008</inceptionYear>
- <properties>
+ <licenses>
+ <license>
+ <name>GPL</name>
+ <url>${maven.license.file}</url>
+ <distribution>local</distribution>
+ </license>
+ </licenses>
- <!-- main class in jar -->
- <maven.jar.main.class>org.nuiton.i18n.editor.I18nEditor</maven.jar.main.class>
+ <!-- ************************************************************* -->
+ <!-- *** Build Settings ****************************************** -->
+ <!-- ************************************************************* -->
+ <packaging>jar</packaging>
- <jaxx.version>2.0</jaxx.version>
- <lutinutil.version>1.2</lutinutil.version>
-
- <!-- default license to use -->
- <license.licenseName>gpl_v3</license.licenseName>
-
- <!-- jnlp -->
- <!--keystorepath>${codelutin.keystorepath}</keystorepath>
- <keystorealias>CodeLutin</keystorealias>
- <keystorepass>codelutin</keystorepass>
- <jnlp.build.directory>${project.build.directory}/jnlp</jnlp.build.directory>
- <jnlpCodebase>${project.url}</jnlpCodebase-->
- <!-- to test jnlp file locally -->
- <!--jnlpCodebase>file://${jnlp.build.directory}</jnlpCodebase-->
+ <properties>
- <!-- jaxx -->
- <jaxx.useUIManagerForIcon>true</jaxx.useUIManagerForIcon>
- <jaxx.addProjectClassPath>true</jaxx.addProjectClassPath>
- <jaxx.addSourcesToClassPath>true</jaxx.addSourcesToClassPath>
- </properties>
+ <!-- main class in jar -->
+ <maven.jar.main.class>org.nuiton.i18n.editor.I18nEditor
+ </maven.jar.main.class>
- <build>
+ <jaxx.version>2.0</jaxx.version>
+ <lutinutil.version>1.2</lutinutil.version>
- <resources>
- <resource>
- <directory>src/main/filters</directory>
- <filtering>true</filtering>
+ <!-- default license to use -->
+ <license.licenseName>gpl_v3</license.licenseName>
+
+ <!-- jnlp -->
+ <!--keystorepath>${codelutin.keystorepath}</keystorepath>
+ <keystorealias>CodeLutin</keystorealias>
+ <keystorepass>codelutin</keystorepass>
+ <jnlp.build.directory>${project.build.directory}/jnlp</jnlp.build.directory>
+ <jnlpCodebase>${project.url}</jnlpCodebase-->
+ <!-- to test jnlp file locally -->
+ <!--jnlpCodebase>file://${jnlp.build.directory}</jnlpCodebase-->
+
+ <!-- jaxx -->
+ <jaxx.useUIManagerForIcon>true</jaxx.useUIManagerForIcon>
+ <jaxx.addProjectClassPath>true</jaxx.addProjectClassPath>
+ <jaxx.addSourcesToClassPath>true</jaxx.addSourcesToClassPath>
+ </properties>
+
+ <build>
+
+ <resources>
+ <resource>
+ <directory>src/main/filters</directory>
+ <filtering>true</filtering>
+ <includes>
+ <include>nuiton-i18n-editor.properties</include>
+ </includes>
+ </resource>
+ <resource>
+ <directory>src/main/resources</directory>
+ <includes>
+ <include>**/*</include>
+ </includes>
+ </resource>
+ <!--resource>
+ <directory>${jaxx.helpTarget}</directory>
+ <includes>
+ <include>**/*</include>
+ </includes>
+ </resource-->
+ </resources>
+
+ <plugins>
+
+ <plugin>
+ <groupId>org.nuiton.jaxx</groupId>
+ <artifactId>maven-jaxx-plugin</artifactId>
+ <version>${jaxx.version}</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.nuiton</groupId>
+ <artifactId>maven-license-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-licenses</id>
+ <goals>
+ <goal>update-project-license</goal>
+ <goal>add-third-party</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <!-- plugin i18n -->
+ <plugin>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>maven-i18n-plugin</artifactId>
+ <version>${project.version}</version>
+ <configuration>
+ <silent>true</silent>
+ <entries>
+ <entry>
+ <basedir>${maven.gen.dir}/java/</basedir>
+ </entry>
+ </entries>
+ </configuration>
+ <executions>
+ <execution>
+ <goals>
+ <goal>parserJava</goal>
+ <goal>gen</goal>
+ <goal>bundle</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>copy-deps</id>
+ <goals>
+ <goal>copy-dependencies</goal>
+ </goals>
+ <configuration>
+ <silent>true</silent>
+ <overWriteReleases>false</overWriteReleases>
+ <overWriteSnapshots>false</overWriteSnapshots>
+ <overWriteIfNewer>true</overWriteIfNewer>
+ <outputDirectory>${project.build.directory}/lib</outputDirectory>
+ </configuration>
+ </execution>
+ </executions>
+
+ </plugin>
+
+ </plugins>
+
+ <pluginManagement>
+ <plugins>
+
+ <plugin>
+ <groupId>org.nuiton.thirdparty</groupId>
+ <artifactId>webstart-maven-plugin</artifactId>
+ <configuration>
+ <jnlpExtensions>
+ <jnlpExtension>
+ <name>sun</name>
+ <title>Sun MicroSystems</title>
+ <vendor>Sun MicroSystems, Inc.</vendor>
<includes>
- <include>nuiton-i18n-editor.properties</include>
+ <include>javax.help:javahelp</include>
</includes>
- </resource>
- <resource>
- <directory>src/main/resources</directory>
+ </jnlpExtension>
+ <jnlpExtension>
+ <name>jxlayer</name>
+ <title>Swing labs JXLayer</title>
+ <vendor>Swing Labs</vendor>
<includes>
- <include>**/*</include>
+ <include>org.swinglabs:jxlayer</include>
</includes>
- </resource>
- <!--resource>
- <directory>${jaxx.helpTarget}</directory>
- <includes>
- <include>**/*</include>
- </includes>
- </resource-->
- </resources>
+ </jnlpExtension>
+ </jnlpExtensions>
+ </configuration>
+ </plugin>
- <plugins>
+ <plugin>
+ <groupId>org.nuiton</groupId>
+ <artifactId>maven-license-plugin</artifactId>
+ <configuration>
+ <copyToMETA_INF>true</copyToMETA_INF>
+ <generateBundle>true</generateBundle>
+ </configuration>
+ </plugin>
- <plugin>
- <groupId>org.nuiton.jaxx</groupId>
- <artifactId>maven-jaxx-plugin</artifactId>
- <version>${jaxx.version}</version>
- <executions>
- <execution>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifest>
+ <addClasspath>true</addClasspath>
+ <classpathPrefix>./lib/</classpathPrefix>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
- <plugin>
- <groupId>org.nuiton</groupId>
- <artifactId>maven-license-plugin</artifactId>
- <executions>
- <execution>
- <id>attach-licenses</id>
- <goals>
- <goal>add-license</goal>
- <goal>add-third-party</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
+ <!-- plugin site -->
+ <plugin>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>2.0.1</version>
+ <dependencies>
+ <dependency>
+ <groupId>org.nuiton</groupId>
+ <artifactId>doxia-module-jrst</artifactId>
+ <version>${jrst.version}</version>
+ </dependency>
+ </dependencies>
+ </plugin>
- <!-- plugin i18n -->
- <plugin>
- <groupId>${project.groupId}</groupId>
- <artifactId>maven-i18n-plugin</artifactId>
- <version>${project.version}</version>
- <configuration>
- <silent>true</silent>
- <entries>
- <entry>
- <basedir>${maven.gen.dir}/java/</basedir>
- </entry>
- </entries>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>parserJava</goal>
- <goal>bundle</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-dependency-plugin</artifactId>
- <executions>
- <execution>
- <id>copy-deps</id>
- <goals>
- <goal>copy-dependencies</goal>
- </goals>
- <configuration>
- <silent>true</silent>
- <overWriteReleases>false</overWriteReleases>
- <overWriteSnapshots>false</overWriteSnapshots>
- <overWriteIfNewer>true</overWriteIfNewer>
- <outputDirectory>${project.build.directory}/lib</outputDirectory>
- </configuration>
- </execution>
- </executions>
-
- </plugin>
-
- </plugins>
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.nuiton.thirdparty</groupId>
+ <artifactId>webstart-maven-plugin</artifactId>
+ <version>1.0-alpha-2-cl_20091001</version>
+ </plugin>
+ </plugins>
+ </reporting>
- <pluginManagement>
- <plugins>
+ <!-- ************************************************************* -->
+ <!-- *** Build Environment ************************************** -->
+ <!-- ************************************************************* -->
- <plugin>
- <groupId>org.nuiton.thirdparty</groupId>
- <artifactId>webstart-maven-plugin</artifactId>
- <configuration>
- <jnlpExtensions>
- <jnlpExtension>
- <name>sun</name>
- <title>Sun MicroSystems</title>
- <vendor>Sun MicroSystems, Inc.</vendor>
- <includes>
- <include>javax.help:javahelp</include>
- </includes>
- </jnlpExtension>
- <jnlpExtension>
- <name>jxlayer</name>
- <title>Swing labs JXLayer </title>
- <vendor>Swing Labs</vendor>
- <includes>
- <include>org.swinglabs:jxlayer</include>
- </includes>
- </jnlpExtension>
- </jnlpExtensions>
- </configuration>
- </plugin>
+ <profiles>
+ <profile>
+ <id>release-profile</id>
+ <activation>
+ <property>
+ <name>performRelease</name>
+ <value>true</value>
+ </property>
+ </activation>
+ <build>
+ <plugins>
- <plugin>
- <groupId>org.nuiton</groupId>
- <artifactId>maven-license-plugin</artifactId>
- <configuration>
- <copyToMETA_INF>true</copyToMETA_INF>
- </configuration>
- </plugin>
+ <!-- key store secrets availables -->
+ <plugin>
+ <groupId>org.nuiton</groupId>
+ <artifactId>maven-helper-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>get-keystore</id>
+ <goals>
+ <goal>share-server-secret</goal>
+ </goals>
+ <phase>package</phase>
+ <configuration>
+ <serverId>codelutin-keystore</serverId>
+ <privateKeyOut>keystorepath</privateKeyOut>
+ <passwordOut>keystorepass</passwordOut>
+ <usernameOut>keyalias</usernameOut>
+ <passphraseOut>keypass</passphraseOut>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
- <plugin>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <archive>
- <manifest>
- <addClasspath>true</addClasspath>
- <classpathPrefix>./lib/</classpathPrefix>
- </manifest>
- </archive>
- </configuration>
- </plugin>
+ <!-- make webstart -->
+ <plugin>
+ <groupId>org.nuiton.thirdparty</groupId>
+ <artifactId>webstart-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>generate-jnlp</id>
+ <phase>package</phase>
+ <goals>
+ <goal>jnlp-inline</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
- <!-- plugin site -->
- <plugin>
- <artifactId>maven-site-plugin</artifactId>
- <version>2.0.1</version>
- <dependencies>
- <dependency>
- <groupId>org.nuiton</groupId>
- <artifactId>doxia-module-jrst</artifactId>
- <version>${jrst.version}</version>
- </dependency>
- </dependencies>
- </plugin>
-
- </plugins>
- </pluginManagement>
- </build>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <configuration>
+ <descriptors>
+ <descriptor>src/main/assembly/bin.xml</descriptor>
+ </descriptors>
+ </configuration>
+ <executions>
+ <execution>
+ <phase>verify</phase>
+ <goals>
+ <goal>attached</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.nuiton.thirdparty</groupId>
- <artifactId>webstart-maven-plugin</artifactId>
- <version>1.0-alpha-2-cl_20091001</version>
- </plugin>
</plugins>
- </reporting>
-
- <!-- ************************************************************* -->
- <!-- *** Build Environment ************************************** -->
- <!-- ************************************************************* -->
-
- <profiles>
- <profile>
- <id>release-profile</id>
- <activation>
- <property>
- <name>performRelease</name>
- <value>true</value>
- </property>
- </activation>
- <build>
- <plugins>
+ </build>
+ </profile>
+ </profiles>
- <!-- key store secrets availables -->
- <plugin>
- <groupId>org.nuiton</groupId>
- <artifactId>maven-helper-plugin</artifactId>
- <executions>
- <execution>
- <id>get-keystore</id>
- <goals>
- <goal>share-server-secret</goal>
- </goals>
- <phase>package</phase>
- <configuration>
- <serverId>codelutin-keystore</serverId>
- <privateKeyOut>keystorepath</privateKeyOut>
- <passwordOut>keystorepass</passwordOut>
- <usernameOut>keyalias</usernameOut>
- <passphraseOut>keypass</passphraseOut>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
- <!-- make webstart -->
- <plugin>
- <groupId>org.nuiton.thirdparty</groupId>
- <artifactId>webstart-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>generate-jnlp</id>
- <phase>package</phase>
- <goals>
- <goal>jnlp-inline</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-assembly-plugin</artifactId>
- <configuration>
- <descriptors>
- <descriptor>src/main/assembly/bin.xml</descriptor>
- </descriptors>
- </configuration>
- <executions>
- <execution>
- <phase>verify</phase>
- <goals>
- <goal>attached</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
- </plugins>
- </build>
- </profile>
- </profiles>
-
</project>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/pom.xml 2010-04-15 15:37:16 UTC (rev 1748)
@@ -1,246 +1,273 @@
<?xml version="1.0" encoding="UTF-8"?>
-<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/xsd/maven-4.0.0.xsd">
+<!--
+ #%L
+ I18n
- <modelVersion>4.0.0</modelVersion>
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2008 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
- <!-- ************************************************************* -->
- <!-- *** POM Relationships *************************************** -->
- <!-- ************************************************************* -->
- <parent>
- <groupId>org.nuiton</groupId>
- <artifactId>mavenpom4redmine</artifactId>
- <version>2.1.1-SNAPSHOT</version>
- </parent>
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Lesser Public License for more details.
- <artifactId>i18n</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
+<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/xsd/maven-4.0.0.xsd">
- <modules>
- <module>nuiton-i18n</module>
- <module>maven-i18n-plugin</module>
- <module>ant-i18n-task</module>
- <!--module>nuiton-i18n-editor</module-->
- </modules>
+ <modelVersion>4.0.0</modelVersion>
- <dependencyManagement>
- <dependencies>
+ <!-- ************************************************************* -->
+ <!-- *** POM Relationships *************************************** -->
+ <!-- ************************************************************* -->
+ <parent>
+ <groupId>org.nuiton</groupId>
+ <artifactId>mavenpom4redmine</artifactId>
+ <version>2.1.1-SNAPSHOT</version>
+ </parent>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>1.1.1</version>
- </dependency>
+ <artifactId>i18n</artifactId>
+ <version>1.2.2-SNAPSHOT</version>
- <dependency>
- <groupId>commons-beanutils</groupId>
- <artifactId>commons-beanutils</artifactId>
- <version>1.8.0</version>
- </dependency>
+ <modules>
+ <module>nuiton-i18n</module>
+ <module>maven-i18n-plugin</module>
+ <module>ant-i18n-task</module>
+ <!--module>nuiton-i18n-editor</module-->
+ </modules>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>1.4</version>
- <scope>compile</scope>
- </dependency>
+ <dependencyManagement>
+ <dependencies>
- <dependency>
- <groupId>org.nuiton.processor</groupId>
- <artifactId>nuiton-processor</artifactId>
- <version>${processor.version}</version>
- </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.1.1</version>
+ </dependency>
- <dependency>
- <groupId>org.nuiton</groupId>
- <artifactId>maven-helper-plugin</artifactId>
- <version>${helper.version}</version>
- <exclusions>
- <exclusion>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-artifact</artifactId>
- </exclusion>
+ <dependency>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils</artifactId>
+ <version>1.8.0</version>
+ </dependency>
- <exclusion>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-artifact-manager</artifactId>
- </exclusion>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>1.4</version>
+ <scope>compile</scope>
+ </dependency>
- <exclusion>
- <groupId>org.apache.maven.shared</groupId>
- <artifactId>maven-dependency-tree</artifactId>
- </exclusion>
+ <dependency>
+ <groupId>org.nuiton.processor</groupId>
+ <artifactId>nuiton-processor</artifactId>
+ <version>${processor.version}</version>
+ </dependency>
- <exclusion>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-model</artifactId>
- </exclusion>
+ <dependency>
+ <groupId>org.nuiton</groupId>
+ <artifactId>maven-helper-plugin</artifactId>
+ <version>${helper.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-artifact</artifactId>
+ </exclusion>
- <exclusion>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-profile</artifactId>
- </exclusion>
+ <exclusion>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-artifact-manager</artifactId>
+ </exclusion>
- <exclusion>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-settings</artifactId>
- </exclusion>
- <exclusion>
- <groupId>commons-httpclient</groupId>
- <artifactId>commons-httpclient</artifactId>
- </exclusion>
+ <exclusion>
+ <groupId>org.apache.maven.shared</groupId>
+ <artifactId>maven-dependency-tree</artifactId>
+ </exclusion>
- <exclusion>
- <groupId>plexus</groupId>
- <artifactId>plexus-mail-sender-simple</artifactId>
- </exclusion>
+ <exclusion>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-model</artifactId>
+ </exclusion>
- <exclusion>
- <groupId>plexus</groupId>
- <artifactId>plexus-mail-sender-api</artifactId>
- </exclusion>
+ <exclusion>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-profile</artifactId>
+ </exclusion>
- <exclusion>
- <groupId>plexus</groupId>
- <artifactId>plexus-mail-sender-javamail</artifactId>
- </exclusion>
+ <exclusion>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-settings</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ </exclusion>
- <exclusion>
- <groupId>javax.mail</groupId>
- <artifactId>mail</artifactId>
- </exclusion>
+ <exclusion>
+ <groupId>plexus</groupId>
+ <artifactId>plexus-mail-sender-simple</artifactId>
+ </exclusion>
- <exclusion>
- <groupId>org.sonatype.plexus</groupId>
- <artifactId>plexus-cipher</artifactId>
- </exclusion>
+ <exclusion>
+ <groupId>plexus</groupId>
+ <artifactId>plexus-mail-sender-api</artifactId>
+ </exclusion>
- <exclusion>
- <groupId>org.sonatype.plexus</groupId>
- <artifactId>plexus-sec-dispatcher</artifactId>
- </exclusion>
+ <exclusion>
+ <groupId>plexus</groupId>
+ <artifactId>plexus-mail-sender-javamail</artifactId>
+ </exclusion>
- <exclusion>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-container-default</artifactId>
- </exclusion>
+ <exclusion>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ </exclusion>
- <exclusion>
- <groupId>org.apache.velocity</groupId>
- <artifactId>velocity</artifactId>
- </exclusion>
+ <exclusion>
+ <groupId>org.sonatype.plexus</groupId>
+ <artifactId>plexus-cipher</artifactId>
+ </exclusion>
- </exclusions>
- </dependency>
+ <exclusion>
+ <groupId>org.sonatype.plexus</groupId>
+ <artifactId>plexus-sec-dispatcher</artifactId>
+ </exclusion>
- <dependency>
- <groupId>org.apache.maven.shared</groupId>
- <artifactId>maven-dependency-tree</artifactId>
- <version>1.2</version>
- </dependency>
- <dependency>
- <groupId>xalan</groupId>
- <artifactId>xalan</artifactId>
- <version>2.7.1</version>
- </dependency>
+ <exclusion>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-container-default</artifactId>
+ </exclusion>
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>3.1</version>
- </dependency>
+ <exclusion>
+ <groupId>org.apache.velocity</groupId>
+ <artifactId>velocity</artifactId>
+ </exclusion>
- <!-- tests dependencies -->
+ </exclusions>
+ </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.7</version>
- <scope>test</scope>
- </dependency>
+ <dependency>
+ <groupId>org.apache.maven.shared</groupId>
+ <artifactId>maven-dependency-tree</artifactId>
+ <version>1.2</version>
+ </dependency>
+ <dependency>
+ <groupId>xalan</groupId>
+ <artifactId>xalan</artifactId>
+ <version>2.7.1</version>
+ </dependency>
- <!--dependency>
- <groupId>org.nuiton</groupId>
- <artifactId>maven-helper-plugin</artifactId>
- <version>${helper.version}</version>
- <scope>test</scope>
- <classifier>tests</classifier>
- </dependency-->
+ <dependency>
+ <groupId>commons-collections</groupId>
+ <artifactId>commons-collections</artifactId>
+ <version>3.1</version>
+ </dependency>
- <!-- provided dependencies -->
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-project</artifactId>
- <version>${maven.version}</version>
- <scope>provided</scope>
- </dependency>
+ <!-- tests dependencies -->
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-plugin-api</artifactId>
- <version>${maven.version}</version>
- <scope>provided</scope>
- </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.8.1</version>
+ <scope>test</scope>
+ </dependency>
- <!-- FIXME si on ne le rajoute pas, on se retrouve avec la version 1.1 qui ne convient pas -->
- <dependency>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-utils</artifactId>
- <version>1.5.15</version>
- <scope>compile</scope>
- </dependency>
+ <!--dependency>
+ <groupId>org.nuiton</groupId>
+ <artifactId>maven-helper-plugin</artifactId>
+ <version>${helper.version}</version>
+ <scope>test</scope>
+ <classifier>tests</classifier>
+ </dependency-->
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.14</version>
- </dependency>
+ <!-- provided dependencies -->
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-project</artifactId>
+ <version>${maven.version}</version>
+ <scope>provided</scope>
+ </dependency>
- <dependency>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant</artifactId>
- <version>1.7.1</version>
- <scope>compile</scope>
- </dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-plugin-api</artifactId>
+ <version>${maven.version}</version>
+ <scope>provided</scope>
+ </dependency>
- </dependencies>
- </dependencyManagement>
+ <!-- FIXME si on ne le rajoute pas, on se retrouve avec la version 1.1 qui ne convient pas -->
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ <version>1.5.15</version>
+ <scope>compile</scope>
+ </dependency>
- <!-- ************************************************************* -->
- <!-- *** Project Information ************************************* -->
- <!-- ************************************************************* -->
- <name>I18n</name>
- <description>Nuiton i18n tools</description>
- <inceptionYear>2008</inceptionYear>
- <url>http://maven-site.nuiton.org/i18n</url>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.14</version>
+ </dependency>
- <!-- ************************************************************* -->
- <!-- *** Build Settings ****************************************** -->
- <!-- ************************************************************* -->
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant</artifactId>
+ <version>1.7.1</version>
+ <scope>compile</scope>
+ </dependency>
- <packaging>pom</packaging>
+ </dependencies>
+ </dependencyManagement>
- <properties>
-
- <!-- pour un muli module on doit fixer le projectId -->
- <projectId>i18n</projectId>
+ <!-- ************************************************************* -->
+ <!-- *** Project Information ************************************* -->
+ <!-- ************************************************************* -->
+ <name>I18n</name>
+ <description>Nuiton i18n tools</description>
+ <inceptionYear>2008</inceptionYear>
+ <url>http://maven-site.nuiton.org/i18n</url>
- <processor.version>1.0.3</processor.version>
- <helper.version>1.2.3</helper.version>
+ <!-- ************************************************************* -->
+ <!-- *** Build Settings ****************************************** -->
+ <!-- ************************************************************* -->
- <!--Multilanguage maven-site -->
- <siteLocales>fr,en</siteLocales>
-
- </properties>
+ <packaging>pom</packaging>
- <!-- ************************************************************* -->
- <!-- *** Build Environment ************************************** -->
- <!-- ************************************************************* -->
+ <properties>
- <!-- Source control management. -->
- <scm>
- <connection>scm:svn:http://svn.nuiton.org/svn/i18n/trunk</connection>
- <developerConnection>scm:svn:http://svn.nuiton.org/svn/i18n/trunk</developerConnection>
- <url>http://www.nuiton.org/repositories/browse/i18n/trunk</url>
- </scm>
+ <!-- pour un muli module on doit fixer le projectId -->
+ <projectId>i18n</projectId>
+ <processor.version>1.0.3</processor.version>
+ <helper.version>1.2.3</helper.version>
+
+ <!--Multilanguage maven-site -->
+ <siteLocales>fr,en</siteLocales>
+
+ </properties>
+
+ <!-- ************************************************************* -->
+ <!-- *** Build Environment ************************************** -->
+ <!-- ************************************************************* -->
+
+ <!-- Source control management. -->
+ <scm>
+ <connection>scm:svn:http://svn.nuiton.org/svn/i18n/trunk</connection>
+ <developerConnection>scm:svn:http://svn.nuiton.org/svn/i18n/trunk
+ </developerConnection>
+ <url>http://www.nuiton.org/repositories/browse/i18n/trunk</url>
+ </scm>
+
</project>
Modified: trunk/src/license/project.xml
===================================================================
--- trunk/src/license/project.xml 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/src/license/project.xml 2010-04-15 15:37:16 UTC (rev 1748)
@@ -3,7 +3,6 @@
#%L
I18n
- $Author$
$Id$
$HeadURL$
%%
Modified: trunk/src/site/apt/application.apt
===================================================================
--- trunk/src/site/apt/application.apt 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/src/site/apt/application.apt 2010-04-15 15:37:16 UTC (rev 1748)
@@ -1,29 +1,27 @@
~~~
~~ #%L
~~ I18n
-~~ ~~
-~~ $Author$
+~~
~~ $Id$
~~ $HeadURL$
~~ %%
~~ Copyright (C) 2008 - 2010 CodeLutin
~~ %%
~~ This program is free software: you can redistribute it and/or modify
-~~ it under the terms of the GNU Lesser General Public License as
-~~ published by the Free Software Foundation, either version 3 of the
+~~ it under the terms of the GNU Lesser General Public License as
+~~ published by the Free Software Foundation, either version 3 of the
~~ License, or (at your option) any later version.
-~~
+~~
~~ This program is distributed in the hope that it will be useful,
~~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~~ GNU General Lesser Public License for more details.
-~~
-~~ You should have received a copy of the GNU General Lesser Public
+~~
+~~ You should have received a copy of the GNU General Lesser Public
~~ License along with this program. If not, see
~~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
~~ #L%
~~~
-
Tutoriel d'application utilisant Nuiton I18n et une librairie utilisant
Nuiton I18n (utilisation de Maven)
Modified: trunk/src/site/apt/bestPractices.apt
===================================================================
--- trunk/src/site/apt/bestPractices.apt 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/src/site/apt/bestPractices.apt 2010-04-15 15:37:16 UTC (rev 1748)
@@ -1,29 +1,27 @@
~~~
~~ #%L
~~ I18n
-~~ ~~
-~~ $Author$
+~~
~~ $Id$
~~ $HeadURL$
~~ %%
~~ Copyright (C) 2008 - 2010 CodeLutin
~~ %%
~~ This program is free software: you can redistribute it and/or modify
-~~ it under the terms of the GNU Lesser General Public License as
-~~ published by the Free Software Foundation, either version 3 of the
+~~ it under the terms of the GNU Lesser General Public License as
+~~ published by the Free Software Foundation, either version 3 of the
~~ License, or (at your option) any later version.
-~~
+~~
~~ This program is distributed in the hope that it will be useful,
~~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~~ GNU General Lesser Public License for more details.
-~~
-~~ You should have received a copy of the GNU General Lesser Public
+~~
+~~ You should have received a copy of the GNU General Lesser Public
~~ License along with this program. If not, see
~~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
~~ #L%
~~~
-
Bonnes pratiques Nuiton I18n
* Choisissez un pattern et suivez le.
Modified: trunk/src/site/apt/extendInitializer.apt
===================================================================
--- trunk/src/site/apt/extendInitializer.apt 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/src/site/apt/extendInitializer.apt 2010-04-15 15:37:16 UTC (rev 1748)
@@ -1,29 +1,27 @@
~~~
~~ #%L
~~ I18n
-~~ ~~
-~~ $Author$
+~~
~~ $Id$
~~ $HeadURL$
~~ %%
~~ Copyright (C) 2008 - 2010 CodeLutin
~~ %%
~~ This program is free software: you can redistribute it and/or modify
-~~ it under the terms of the GNU Lesser General Public License as
-~~ published by the Free Software Foundation, either version 3 of the
+~~ it under the terms of the GNU Lesser General Public License as
+~~ published by the Free Software Foundation, either version 3 of the
~~ License, or (at your option) any later version.
-~~
+~~
~~ This program is distributed in the hope that it will be useful,
~~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~~ GNU General Lesser Public License for more details.
-~~
-~~ You should have received a copy of the GNU General Lesser Public
+~~
+~~ You should have received a copy of the GNU General Lesser Public
~~ License along with this program. If not, see
~~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
~~ #L%
~~~
-
Etendre Initializer pour répondre exactement à votre besoin
TODO
Modified: trunk/src/site/apt/helloWorld.apt
===================================================================
--- trunk/src/site/apt/helloWorld.apt 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/src/site/apt/helloWorld.apt 2010-04-15 15:37:16 UTC (rev 1748)
@@ -1,8 +1,7 @@
~~~
~~ #%L
~~ I18n
-~~ ~~
-~~ $Author$
+~~
~~ $Id$
~~ $HeadURL$
~~ %%
@@ -23,7 +22,6 @@
~~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
~~ #L%
~~~
-
Nuiton I18n Hello World
Ce premier tutorial a pour objectif de vous montrer comment se servir de la
Modified: trunk/src/site/apt/index.apt
===================================================================
--- trunk/src/site/apt/index.apt 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/src/site/apt/index.apt 2010-04-15 15:37:16 UTC (rev 1748)
@@ -1,8 +1,7 @@
~~~
~~ #%L
~~ I18n
-~~ ~~
-~~ $Author$
+~~
~~ $Id$
~~ $HeadURL$
~~ %%
@@ -23,7 +22,6 @@
~~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
~~ #L%
~~~
-
Nuiton I18n
Le projet Nuiton I18n fournit des classes Java pour l'internationalisation
Modified: trunk/src/site/apt/library.apt
===================================================================
--- trunk/src/site/apt/library.apt 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/src/site/apt/library.apt 2010-04-15 15:37:16 UTC (rev 1748)
@@ -1,29 +1,27 @@
~~~
~~ #%L
~~ I18n
-~~ ~~
-~~ $Author$
+~~
~~ $Id$
~~ $HeadURL$
~~ %%
~~ Copyright (C) 2008 - 2010 CodeLutin
~~ %%
~~ This program is free software: you can redistribute it and/or modify
-~~ it under the terms of the GNU Lesser General Public License as
-~~ published by the Free Software Foundation, either version 3 of the
+~~ it under the terms of the GNU Lesser General Public License as
+~~ published by the Free Software Foundation, either version 3 of the
~~ License, or (at your option) any later version.
-~~
+~~
~~ This program is distributed in the hope that it will be useful,
~~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~~ GNU General Lesser Public License for more details.
-~~
-~~ You should have received a copy of the GNU General Lesser Public
+~~
+~~ You should have received a copy of the GNU General Lesser Public
~~ License along with this program. If not, see
~~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
~~ #L%
~~~
-
Tutoriel de librairie utilisant Nuiton I18n (utilisation de Maven)
* Pourquoi un tutoriel différent pour une librairie et pour une application
Modified: trunk/src/site/apt/presentation.apt
===================================================================
--- trunk/src/site/apt/presentation.apt 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/src/site/apt/presentation.apt 2010-04-15 15:37:16 UTC (rev 1748)
@@ -1,29 +1,27 @@
~~~
~~ #%L
~~ I18n
-~~ ~~
-~~ $Author$
+~~
~~ $Id$
~~ $HeadURL$
~~ %%
~~ Copyright (C) 2008 - 2010 CodeLutin
~~ %%
~~ This program is free software: you can redistribute it and/or modify
-~~ it under the terms of the GNU Lesser General Public License as
-~~ published by the Free Software Foundation, either version 3 of the
+~~ it under the terms of the GNU Lesser General Public License as
+~~ published by the Free Software Foundation, either version 3 of the
~~ License, or (at your option) any later version.
-~~
+~~
~~ This program is distributed in the hope that it will be useful,
~~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~~ GNU General Lesser Public License for more details.
-~~
-~~ You should have received a copy of the GNU General Lesser Public
+~~
+~~ You should have received a copy of the GNU General Lesser Public
~~ License along with this program. If not, see
~~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
~~ #L%
~~~
-
Présentation
La librairie Nuiton I18n a un fonctionnement relativement simple. Les chaînes
Modified: trunk/src/site/en/apt/application.apt
===================================================================
--- trunk/src/site/en/apt/application.apt 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/src/site/en/apt/application.apt 2010-04-15 15:37:16 UTC (rev 1748)
@@ -1,29 +1,27 @@
~~~
~~ #%L
~~ I18n
-~~ ~~
-~~ $Author$
+~~
~~ $Id$
~~ $HeadURL$
~~ %%
~~ Copyright (C) 2008 - 2010 CodeLutin
~~ %%
~~ This program is free software: you can redistribute it and/or modify
-~~ it under the terms of the GNU Lesser General Public License as
-~~ published by the Free Software Foundation, either version 3 of the
+~~ it under the terms of the GNU Lesser General Public License as
+~~ published by the Free Software Foundation, either version 3 of the
~~ License, or (at your option) any later version.
-~~
+~~
~~ This program is distributed in the hope that it will be useful,
~~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~~ GNU General Lesser Public License for more details.
-~~
-~~ You should have received a copy of the GNU General Lesser Public
+~~
+~~ You should have received a copy of the GNU General Lesser Public
~~ License along with this program. If not, see
~~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
~~ #L%
~~~
-
Tutorial of an application using Nuiton I18n and a library using Nuiton I18n
itself (use Maven)
Modified: trunk/src/site/en/apt/bestPractices.apt
===================================================================
--- trunk/src/site/en/apt/bestPractices.apt 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/src/site/en/apt/bestPractices.apt 2010-04-15 15:37:16 UTC (rev 1748)
@@ -1,29 +1,27 @@
~~~
~~ #%L
~~ I18n
-~~ ~~
-~~ $Author$
+~~
~~ $Id$
~~ $HeadURL$
~~ %%
~~ Copyright (C) 2008 - 2010 CodeLutin
~~ %%
~~ This program is free software: you can redistribute it and/or modify
-~~ it under the terms of the GNU Lesser General Public License as
-~~ published by the Free Software Foundation, either version 3 of the
+~~ it under the terms of the GNU Lesser General Public License as
+~~ published by the Free Software Foundation, either version 3 of the
~~ License, or (at your option) any later version.
-~~
+~~
~~ This program is distributed in the hope that it will be useful,
~~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~~ GNU General Lesser Public License for more details.
-~~
-~~ You should have received a copy of the GNU General Lesser Public
+~~
+~~ You should have received a copy of the GNU General Lesser Public
~~ License along with this program. If not, see
~~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
~~ #L%
~~~
-
Nuiton I18n Best Practices
* Choose a pattern and follow it
Modified: trunk/src/site/en/apt/extendInitializer.apt
===================================================================
--- trunk/src/site/en/apt/extendInitializer.apt 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/src/site/en/apt/extendInitializer.apt 2010-04-15 15:37:16 UTC (rev 1748)
@@ -1,29 +1,27 @@
~~~
~~ #%L
~~ I18n
-~~ ~~
-~~ $Author$
+~~
~~ $Id$
~~ $HeadURL$
~~ %%
~~ Copyright (C) 2008 - 2010 CodeLutin
~~ %%
~~ This program is free software: you can redistribute it and/or modify
-~~ it under the terms of the GNU Lesser General Public License as
-~~ published by the Free Software Foundation, either version 3 of the
+~~ it under the terms of the GNU Lesser General Public License as
+~~ published by the Free Software Foundation, either version 3 of the
~~ License, or (at your option) any later version.
-~~
+~~
~~ This program is distributed in the hope that it will be useful,
~~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~~ GNU General Lesser Public License for more details.
-~~
-~~ You should have received a copy of the GNU General Lesser Public
+~~
+~~ You should have received a copy of the GNU General Lesser Public
~~ License along with this program. If not, see
~~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
~~ #L%
~~~
-
Extend Initializer to suit exactly your needs
TODO
Modified: trunk/src/site/en/apt/helloWorld.apt
===================================================================
--- trunk/src/site/en/apt/helloWorld.apt 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/src/site/en/apt/helloWorld.apt 2010-04-15 15:37:16 UTC (rev 1748)
@@ -1,29 +1,27 @@
~~~
~~ #%L
~~ I18n
-~~ ~~
-~~ $Author$
+~~
~~ $Id$
~~ $HeadURL$
~~ %%
~~ Copyright (C) 2008 - 2010 CodeLutin
~~ %%
~~ This program is free software: you can redistribute it and/or modify
-~~ it under the terms of the GNU Lesser General Public License as
-~~ published by the Free Software Foundation, either version 3 of the
+~~ it under the terms of the GNU Lesser General Public License as
+~~ published by the Free Software Foundation, either version 3 of the
~~ License, or (at your option) any later version.
-~~
+~~
~~ This program is distributed in the hope that it will be useful,
~~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~~ GNU General Lesser Public License for more details.
-~~
-~~ You should have received a copy of the GNU General Lesser Public
+~~
+~~ You should have received a copy of the GNU General Lesser Public
~~ License along with this program. If not, see
~~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
~~ #L%
~~~
-
Nuiton I18n Hello World
This first tutorial is aimed to show you how to use Nuiton I18n library the
Modified: trunk/src/site/en/apt/index.apt
===================================================================
--- trunk/src/site/en/apt/index.apt 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/src/site/en/apt/index.apt 2010-04-15 15:37:16 UTC (rev 1748)
@@ -1,30 +1,27 @@
~~~
~~ #%L
~~ I18n
-~~ ~~
-~~ $Author$
+~~
~~ $Id$
~~ $HeadURL$
~~ %%
~~ Copyright (C) 2008 - 2010 CodeLutin
~~ %%
~~ This program is free software: you can redistribute it and/or modify
-~~ it under the terms of the GNU Lesser General Public License as
-~~ published by the Free Software Foundation, either version 3 of the
+~~ it under the terms of the GNU Lesser General Public License as
+~~ published by the Free Software Foundation, either version 3 of the
~~ License, or (at your option) any later version.
-~~
+~~
~~ This program is distributed in the hope that it will be useful,
~~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~~ GNU General Lesser Public License for more details.
-~~
-~~ You should have received a copy of the GNU General Lesser Public
+~~
+~~ You should have received a copy of the GNU General Lesser Public
~~ License along with this program. If not, see
~~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
~~ #L%
~~~
-
-
Nuiton I18n
Nuiton I18n project features Java classes for applications
Modified: trunk/src/site/en/apt/library.apt
===================================================================
--- trunk/src/site/en/apt/library.apt 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/src/site/en/apt/library.apt 2010-04-15 15:37:16 UTC (rev 1748)
@@ -1,29 +1,27 @@
~~~
~~ #%L
~~ I18n
-~~ ~~
-~~ $Author$
+~~
~~ $Id$
~~ $HeadURL$
~~ %%
~~ Copyright (C) 2008 - 2010 CodeLutin
~~ %%
~~ This program is free software: you can redistribute it and/or modify
-~~ it under the terms of the GNU Lesser General Public License as
-~~ published by the Free Software Foundation, either version 3 of the
+~~ it under the terms of the GNU Lesser General Public License as
+~~ published by the Free Software Foundation, either version 3 of the
~~ License, or (at your option) any later version.
-~~
+~~
~~ This program is distributed in the hope that it will be useful,
~~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~~ GNU General Lesser Public License for more details.
-~~
-~~ You should have received a copy of the GNU General Lesser Public
+~~
+~~ You should have received a copy of the GNU General Lesser Public
~~ License along with this program. If not, see
~~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
~~ #L%
~~~
-
Library using Nuiton I18n tutorial (using Maven)
* Why a different tutorial for a library and a final application ?
Modified: trunk/src/site/en/apt/presentation.apt
===================================================================
--- trunk/src/site/en/apt/presentation.apt 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/src/site/en/apt/presentation.apt 2010-04-15 15:37:16 UTC (rev 1748)
@@ -1,29 +1,27 @@
~~~
~~ #%L
~~ I18n
-~~ ~~
-~~ $Author$
+~~
~~ $Id$
~~ $HeadURL$
~~ %%
~~ Copyright (C) 2008 - 2010 CodeLutin
~~ %%
~~ This program is free software: you can redistribute it and/or modify
-~~ it under the terms of the GNU Lesser General Public License as
-~~ published by the Free Software Foundation, either version 3 of the
+~~ it under the terms of the GNU Lesser General Public License as
+~~ published by the Free Software Foundation, either version 3 of the
~~ License, or (at your option) any later version.
-~~
+~~
~~ This program is distributed in the hope that it will be useful,
~~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~~ GNU General Lesser Public License for more details.
-~~
-~~ You should have received a copy of the GNU General Lesser Public
+~~
+~~ You should have received a copy of the GNU General Lesser Public
~~ License along with this program. If not, see
~~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
~~ #L%
~~~
-
Presentation
The Nuiton I18n library works quite simply. The string to translate are only
Modified: trunk/src/site/site_en.xml
===================================================================
--- trunk/src/site/site_en.xml 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/src/site/site_en.xml 2010-04-15 15:37:16 UTC (rev 1748)
@@ -1,45 +1,81 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ I18n
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2008 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
+
<project name="${project.name}">
- <bannerLeft>
- <name>${project.name}</name>
- <href>index.html</href>
- </bannerLeft>
+ <bannerLeft>
+ <name>${project.name}</name>
+ <href>index.html</href>
+ </bannerLeft>
- <poweredBy>
- <logo href="http://maven.apache.org" name="Maven" img="${project.url}/images/logos/maven-feather.png"/>
- </poweredBy>
+ <poweredBy>
+ <logo href="http://maven.apache.org" name="Maven"
+ img="${project.url}/images/logos/maven-feather.png"/>
+ </poweredBy>
- <body>
+ <body>
- <breadcrumbs>
- <item name="${project.name}" href="index.html"/>
- </breadcrumbs>
+ <breadcrumbs>
+ <item name="${project.name}" href="index.html"/>
+ </breadcrumbs>
- <links>
- <item name="Libre-Entreprise" href="http://www.libre-entreprise.org/" />
- <item name="[fr" href="../index.html" />
- <item name="en]" href="index.html" />
- </links>
+ <menu name="Language">
+ <item name="French" href="../index.html"/>
+ <item name="English" href="index.html"/>
+ </menu>
- <menu name="User">
- <item name="Home" href="index.html"/>
- <item name="Presentation" href="presentation.html"/>
- <item name="Best Practices" href="bestPractices.html"/>
- </menu>
+ <links>
+ <item name="Libre-Entreprise" href="http://www.libre-entreprise.org/"/>
+ <!--item name="[fr" href="../index.html" />
+ <item name="en]" href="index.html" /-->
+ </links>
- <menu name="Tutorials">
- <item name="Hello World" href="helloWorld.html"/>
- <item name="Library" href="library.html"/>
- <item name="Final application" href="application.html"/>
- </menu>
+ <menu name="User">
+ <item name="Home" href="index.html"/>
+ <item name="Presentation" href="presentation.html"/>
+ <item name="Best Practices" href="bestPractices.html"/>
+ </menu>
- <menu name="Developer">
- <item name="Extend Initializer" href="extendInitializer.html"/>
- </menu>
+ <menu name="Tutorials">
+ <item name="Hello World" href="helloWorld.html"/>
+ <item name="Library" href="library.html"/>
+ <item name="Final application" href="application.html"/>
+ </menu>
- <menu ref="modules"/>
+ <menu name="Developer">
+ <item name="Extend Initializer" href="extendInitializer.html"/>
+ </menu>
- <menu ref="reports"/>
- </body>
+ <menu name="Modules">
+ <item name="I18n :: Api" href="../nuiton-i18n/en/index.html"/>
+ <item name="I18n :: Maven Plugin"
+ href="../maven-i18n-plugin/en/index.html"/>
+ <item name="I18n :: Ant task" href="../ant-i18n-task/en/index.html"/>
+ </menu>
+
+ <menu ref="reports"/>
+ </body>
</project>
Modified: trunk/src/site/site_fr.xml
===================================================================
--- trunk/src/site/site_fr.xml 2010-04-15 12:03:40 UTC (rev 1747)
+++ trunk/src/site/site_fr.xml 2010-04-15 15:37:16 UTC (rev 1748)
@@ -1,45 +1,76 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ I18n
+
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2008 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
+
<project name="${project.name}">
- <bannerLeft>
- <name>${project.name}</name>
- <href>index.html</href>
- </bannerLeft>
+ <bannerLeft>
+ <name>${project.name}</name>
+ <href>index.html</href>
+ </bannerLeft>
- <poweredBy>
- <logo href="http://maven.apache.org" name="Maven" img="${project.url}/images/logos/maven-feather.png"/>
- </poweredBy>
+ <poweredBy>
+ <logo href="http://maven.apache.org" name="Maven"
+ img="${project.url}/images/logos/maven-feather.png"/>
+ </poweredBy>
- <body>
+ <body>
- <breadcrumbs>
- <item name="${project.name}" href="index.html"/>
- </breadcrumbs>
+ <breadcrumbs>
+ <item name="${project.name}" href="index.html"/>
+ </breadcrumbs>
- <links>
- <item name="Libre-Entreprise" href="http://www.libre-entreprise.org/" />
- <item name="[fr" href="index.html" />
- <item name="en]" href="en/index.html" />
- </links>
+ <links>
+ <item name="Libre-Entreprise" href="http://www.libre-entreprise.org/"/>
+ <!--item name="[fr" href="index.html" />
+ <item name="en]" href="en/index.html" /-->
+ </links>
- <menu name="Utilisateur">
- <item name="Accueil" href="index.html"/>
- <item name="Présentation" href="presentation.html"/>
- <item name="Best Practices" href="bestPractices.html"/>
- </menu>
+ <menu name="Langue">
+ <item name="French" href="index.html"/>
+ <item name="English" href="./en/index.html"/>
+ </menu>
- <menu name="Tutoriaux">
- <item name="Hello World" href="helloWorld.html"/>
- <item name="Librairie" href="library.html"/>
- <item name="Application finale" href="application.html"/>
- </menu>
+ <menu name="Utilisateur">
+ <item name="Accueil" href="index.html"/>
+ <item name="Présentation" href="presentation.html"/>
+ <item name="Best Practices" href="bestPractices.html"/>
+ </menu>
- <menu name="Développeur">
- <item name="Etendre Initializer" href="extendInitializer.html"/>
- </menu>
+ <menu name="Tutoriaux">
+ <item name="Hello World" href="helloWorld.html"/>
+ <item name="Librairie" href="library.html"/>
+ <item name="Application finale" href="application.html"/>
+ </menu>
- <menu ref="modules"/>
+ <menu name="Développeur">
+ <item name="Etendre Initializer" href="extendInitializer.html"/>
+ </menu>
- <menu ref="reports"/>
- </body>
+ <menu ref="modules"/>
+
+ <menu ref="reports"/>
+ </body>
</project>
1
0
Author: tchemit
Date: 2010-04-15 14:03:40 +0200 (Thu, 15 Apr 2010)
New Revision: 1747
Log:
remove svn keyworks Revision and Date in header (redundant with Id and solve date format problem)
pass on mavenpom (snapshot!) to fix headers
Modified:
trunk/LICENSE.txt
trunk/README.txt
trunk/ant-i18n-task/LICENSE.txt
trunk/ant-i18n-task/README.txt
trunk/ant-i18n-task/changelog.txt
trunk/ant-i18n-task/pom.xml
trunk/ant-i18n-task/src/main/java/org/nuiton/i18n/ant/I18nExtractorTask.java
trunk/ant-i18n-task/src/site/apt/index.apt
trunk/ant-i18n-task/src/site/site_fr.xml
trunk/changelog.txt
trunk/maven-i18n-plugin/LICENSE.txt
trunk/maven-i18n-plugin/README.txt
trunk/maven-i18n-plugin/changelog.txt
trunk/maven-i18n-plugin/pom.xml
trunk/maven-i18n-plugin/src/it/parsers/newProject/LICENSE.txt
trunk/maven-i18n-plugin/src/it/parsers/newProject/README.txt
trunk/maven-i18n-plugin/src/it/parsers/newProject/changelog.txt
trunk/maven-i18n-plugin/src/it/parsers/newProject/invoker.properties
trunk/maven-i18n-plugin/src/it/parsers/newProject/pom.xml
trunk/maven-i18n-plugin/src/it/parsers/newProject/src/main/java/org/nuiton/i18n/test/MyBean.java
trunk/maven-i18n-plugin/src/it/parsers/newProject/src/main/resources/org/nuiton/i18n/test/MyBean-validation.xml
trunk/maven-i18n-plugin/src/it/parsers/newProject/verify.groovy
trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/LICENSE.txt
trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/README.txt
trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/changelog.txt
trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/invoker.properties
trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/pom.xml
trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/src/main/java/org/nuiton/i18n/test/MyBean.java
trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/src/main/resources/i18n/parsers-withNewKeys-fr_FR.properties
trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/src/main/resources/org/nuiton/i18n/test/MyBean-validation.xml
trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/verify.groovy
trunk/maven-i18n-plugin/src/it/settings.xml
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/AbstractI18nMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GenerateMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GetterMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/AbstractI18nBundleMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/BundleMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/CollectI18nArtifactsMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/I18nArtifact.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/TapestryBundleMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractFileParser.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractI18nParserMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/FileParser.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nParserConfiguration.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nSourceEntry.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/KeysModifier.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/Parser.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserEvent.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserException.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserThread.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/SourceEntry.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaActionConfigMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaTabConfigMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserValidationMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserXmlMojo.java
trunk/maven-i18n-plugin/src/main/resources/META-INF/services/org.apache.commons.logging.LogFactory
trunk/maven-i18n-plugin/src/main/resources/jaxx.rules
trunk/maven-i18n-plugin/src/main/resources/log4j.properties
trunk/maven-i18n-plugin/src/main/resources/swixat.rules
trunk/maven-i18n-plugin/src/main/resources/validation.rules
trunk/maven-i18n-plugin/src/main/resources/xwork-validator-1.0.2.dtd
trunk/maven-i18n-plugin/src/site/apt/index.apt
trunk/maven-i18n-plugin/src/site/apt/usages.apt
trunk/maven-i18n-plugin/src/site/site_fr.xml
trunk/nuiton-i18n-editor/LICENSE.txt
trunk/nuiton-i18n-editor/README.txt
trunk/nuiton-i18n-editor/changelog.txt
trunk/nuiton-i18n-editor/pom.xml
trunk/nuiton-i18n-editor/src/main/assembly/bin.xml
trunk/nuiton-i18n-editor/src/main/assembly/go.bat
trunk/nuiton-i18n-editor/src/main/assembly/go.sh
trunk/nuiton-i18n-editor/src/main/filters/nuiton-i18n-editor.properties
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/I18nEditor.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/I18nEditorConfig.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/I18nEditorContext.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/AbstractI18nProject.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/AbstractI18nProjectProvider.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProject.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProjectConfigurePanelUI.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProjectFactory.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProjectProvider.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/DirectoryI18nProject.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/DirectoryI18nProjectConfigurePanelUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/DirectoryI18nProjectProvider.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/JarI18nProject.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/JarI18nProjectConfigurePanelUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/JarI18nProjectProvider.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/BundleCheckBoxMenuUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/BundleValueUI.css
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/BundleValueUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/BundleValuesUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/CreateBundleUI.css
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/CreateBundleUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/CreatePackageUI.css
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/CreatePackageUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/I18nEditorUI.css
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/I18nEditorUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/I18nEditorUIHandler.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/PackageCheckBoxMenuUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/PropertieNode.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/PropertiesTreeModel.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/TreeModelMode.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/ProjectStep.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/ProjectUI.css
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/ProjectUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/ProjectUIModel.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/SelectBundlesTableModel.java
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/AbstractProjectTabPanelUI.css
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/AbstractProjectTabPanelUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/ChooseProjectTypePanelUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/ConfigureProjectPanelUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/PersistPanelUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/ResumePanelUI.jaxx
trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/SelectBundlesPanelUI.jaxx
trunk/nuiton-i18n-editor/src/main/jnlp/jxlayer.jnlp
trunk/nuiton-i18n-editor/src/main/jnlp/sun.jnlp
trunk/nuiton-i18n-editor/src/main/resources/META-INF/services/org.nuiton.i18n.editor.project.I18nProjectProvider
trunk/nuiton-i18n-editor/src/main/resources/i18n/nuiton-i18n-editor-en_GB.properties
trunk/nuiton-i18n-editor/src/main/resources/i18n/nuiton-i18n-editor-fr_FR.properties
trunk/nuiton-i18n-editor/src/main/resources/icons/action-about.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-accept.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-add.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-calculator.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-cancel.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-close.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-closeTab.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-collapseAll.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-combobox-reset.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-combobox-sort.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-config.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-connect_creating.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-connect_no.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-connect_ok.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-connect_untested.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-connected.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-db-change.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-db-local.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-db-none.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-db-remote.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-delete.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-edit.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-exit.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-expandAll.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-fileChooser.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-fullscreen.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-go-back.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-go-detail.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-go-down.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-go-jump.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-go-up.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-help.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-i18n-es.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-i18n-fr.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-i18n-gb.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-import-gps.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-information.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-leave-fullscreen.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-local-export.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-local-import.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-mode-create.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-mode-read.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-mode-update.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-next-step.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-open.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-previous-step.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-remote-export.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-remote-import.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-revert.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-save.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-select-ssl-cert.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-show-help.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-site.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-synch.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-synchro-pause.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-synchro-start.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-synchro-stop.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-translate.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-unconnected.png
trunk/nuiton-i18n-editor/src/main/resources/icons/action-validate.png
trunk/nuiton-i18n-editor/src/main/resources/icons/logo OT_rvb.png
trunk/nuiton-i18n-editor/src/main/resources/icons/logo-OT_web.png
trunk/nuiton-i18n-editor/src/main/resources/icons/logo_ird.png
trunk/nuiton-i18n-editor/src/main/resources/log4j.properties
trunk/nuiton-i18n-editor/src/site/apt/index.apt
trunk/nuiton-i18n-editor/src/site/site_fr.xml
trunk/nuiton-i18n/LICENSE.txt
trunk/nuiton-i18n/README.txt
trunk/nuiton-i18n/changelog.txt
trunk/nuiton-i18n/doc/FormatConverter-uml.uxf
trunk/nuiton-i18n/pom.xml
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/CountryEnum.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18n.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nBundleBridge.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nDefaultTooltipFilter.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nFilter.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nLanguage.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nStore.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nUtil.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/LanguageEnum.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundle.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleEntry.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleScope.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleUtil.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/ClassPathI18nInitializer.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/DefaultI18nInitializer.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/I18nInitializer.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/UserI18nInitializer.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/package.html
trunk/nuiton-i18n/src/main/java/org/nuiton/util/LocaleConverter.java
trunk/nuiton-i18n/src/main/resources/META-INF/services/org.apache.commons.beanutils.Converter
trunk/nuiton-i18n/src/site/apt/index.apt
trunk/nuiton-i18n/src/site/site_fr.xml
trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/I18nStoreTest.java
trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/bundle/I18nBundleScopeTest.java
trunk/nuiton-i18n/src/test/java/org/nuiton/util/LocaleConverterTest.java
trunk/nuiton-i18n/src/test/resources/META-INF/I18nStoreTest-definition.properties
trunk/nuiton-i18n/src/test/resources/META-INF/I18nStoreTest-en_GB.properties
trunk/nuiton-i18n/src/test/resources/META-INF/I18nStoreTest-fr_FR.properties
trunk/nuiton-i18n/src/test/resources/log4j.properties
trunk/pom.xml
trunk/src/license/project.xml
trunk/src/site/apt/application.apt
trunk/src/site/apt/bestPractices.apt
trunk/src/site/apt/extendInitializer.apt
trunk/src/site/apt/helloWorld.apt
trunk/src/site/apt/index.apt
trunk/src/site/apt/library.apt
trunk/src/site/apt/presentation.apt
trunk/src/site/en/apt/application.apt
trunk/src/site/en/apt/bestPractices.apt
trunk/src/site/en/apt/extendInitializer.apt
trunk/src/site/en/apt/helloWorld.apt
trunk/src/site/en/apt/index.apt
trunk/src/site/en/apt/library.apt
trunk/src/site/en/apt/presentation.apt
trunk/src/site/site_en.xml
trunk/src/site/site_fr.xml
Property changes on: trunk/LICENSE.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/README.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/ant-i18n-task/LICENSE.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/ant-i18n-task/README.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/ant-i18n-task/changelog.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/ant-i18n-task/pom.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/ant-i18n-task/src/main/java/org/nuiton/i18n/ant/I18nExtractorTask.java
===================================================================
--- trunk/ant-i18n-task/src/main/java/org/nuiton/i18n/ant/I18nExtractorTask.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/ant-i18n-task/src/main/java/org/nuiton/i18n/ant/I18nExtractorTask.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Ant task
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/ant-i18n-task/src/main/java/org/nuiton/i18n/ant/I18nExtractorTask.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/ant-i18n-task/src/site/apt/index.apt
===================================================================
--- trunk/ant-i18n-task/src/site/apt/index.apt 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/ant-i18n-task/src/site/apt/index.apt 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
~~ I18n :: Ant task
~~ ~~
~~ $Author$
-~~ $LastChangedDate$
-~~ $LastChangedRevision$
~~ $Id$
~~ $HeadURL$
~~ %%
Property changes on: trunk/ant-i18n-task/src/site/apt/index.apt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/ant-i18n-task/src/site/site_fr.xml
===================================================================
--- trunk/ant-i18n-task/src/site/site_fr.xml 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/ant-i18n-task/src/site/site_fr.xml 2010-04-15 12:03:40 UTC (rev 1747)
@@ -4,8 +4,6 @@
I18n :: Ant task
$Author$
- $LastChangedDate$
- $LastChangedRevision$
$Id$
$HeadURL$
%%
Property changes on: trunk/ant-i18n-task/src/site/site_fr.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/changelog.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/LICENSE.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/README.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/changelog.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/pom.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/newProject/LICENSE.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/newProject/README.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/newProject/changelog.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/newProject/invoker.properties
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/newProject/pom.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/newProject/src/main/java/org/nuiton/i18n/test/MyBean.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/newProject/src/main/resources/org/nuiton/i18n/test/MyBean-validation.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/newProject/verify.groovy
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/LICENSE.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/README.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/changelog.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/invoker.properties
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/pom.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/src/main/java/org/nuiton/i18n/test/MyBean.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/src/main/resources/i18n/parsers-withNewKeys-fr_FR.properties
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/src/main/resources/org/nuiton/i18n/test/MyBean-validation.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/it/parsers/withNewKeys/verify.groovy
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/it/settings.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/AbstractI18nMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/AbstractI18nMojo.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/AbstractI18nMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/AbstractI18nMojo.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GenerateMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GenerateMojo.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GenerateMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GenerateMojo.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GetterMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GetterMojo.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GetterMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GetterMojo.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/AbstractI18nBundleMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/AbstractI18nBundleMojo.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/AbstractI18nBundleMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/AbstractI18nBundleMojo.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/BundleMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/BundleMojo.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/BundleMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/BundleMojo.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/CollectI18nArtifactsMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/CollectI18nArtifactsMojo.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/CollectI18nArtifactsMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/CollectI18nArtifactsMojo.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/I18nArtifact.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/I18nArtifact.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/I18nArtifact.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/I18nArtifact.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/TapestryBundleMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/TapestryBundleMojo.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/TapestryBundleMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/TapestryBundleMojo.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractFileParser.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractFileParser.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractFileParser.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractFileParser.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractI18nParserMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractI18nParserMojo.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractI18nParserMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractI18nParserMojo.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/FileParser.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/FileParser.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/FileParser.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/FileParser.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nParserConfiguration.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nParserConfiguration.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nParserConfiguration.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nParserConfiguration.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nSourceEntry.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nSourceEntry.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nSourceEntry.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nSourceEntry.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/KeysModifier.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/KeysModifier.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/KeysModifier.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/KeysModifier.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/Parser.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/Parser.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/Parser.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/Parser.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserEvent.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserEvent.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserEvent.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserEvent.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserException.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserException.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserException.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserException.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserThread.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserThread.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserThread.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserThread.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/SourceEntry.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/SourceEntry.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/SourceEntry.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/SourceEntry.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaActionConfigMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaActionConfigMojo.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaActionConfigMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaActionConfigMojo.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaMojo.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaMojo.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaTabConfigMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaTabConfigMojo.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaTabConfigMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaTabConfigMojo.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserValidationMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserValidationMojo.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserValidationMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserValidationMojo.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserXmlMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserXmlMojo.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserXmlMojo.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Maven Plugin
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserXmlMojo.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/main/resources/META-INF/services/org.apache.commons.logging.LogFactory
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/main/resources/jaxx.rules
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/main/resources/log4j.properties
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/main/resources/swixat.rules
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/main/resources/validation.rules
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/maven-i18n-plugin/src/main/resources/xwork-validator-1.0.2.dtd
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/site/apt/index.apt
===================================================================
--- trunk/maven-i18n-plugin/src/site/apt/index.apt 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/site/apt/index.apt 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
~~ I18n :: Maven Plugin
~~ ~~
~~ $Author$
-~~ $LastChangedDate$
-~~ $LastChangedRevision$
~~ $Id$
~~ $HeadURL$
~~ %%
Property changes on: trunk/maven-i18n-plugin/src/site/apt/index.apt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/site/apt/usages.apt
===================================================================
--- trunk/maven-i18n-plugin/src/site/apt/usages.apt 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/site/apt/usages.apt 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
~~ I18n :: Maven Plugin
~~ ~~
~~ $Author$
-~~ $LastChangedDate$
-~~ $LastChangedRevision$
~~ $Id$
~~ $HeadURL$
~~ %%
Property changes on: trunk/maven-i18n-plugin/src/site/apt/usages.apt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/maven-i18n-plugin/src/site/site_fr.xml
===================================================================
--- trunk/maven-i18n-plugin/src/site/site_fr.xml 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/maven-i18n-plugin/src/site/site_fr.xml 2010-04-15 12:03:40 UTC (rev 1747)
@@ -4,8 +4,6 @@
I18n :: Maven Plugin
$Author$
- $LastChangedDate$
- $LastChangedRevision$
$Id$
$HeadURL$
%%
Property changes on: trunk/maven-i18n-plugin/src/site/site_fr.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n/LICENSE.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n/README.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n/changelog.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n/doc/FormatConverter-uml.uxf
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n/pom.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/CountryEnum.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/CountryEnum.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/CountryEnum.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/CountryEnum.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18n.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18n.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18n.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18n.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nBundleBridge.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nBundleBridge.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nBundleBridge.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nBundleBridge.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nDefaultTooltipFilter.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nDefaultTooltipFilter.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nDefaultTooltipFilter.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nDefaultTooltipFilter.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nFilter.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nFilter.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nFilter.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nFilter.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nLanguage.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nLanguage.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nLanguage.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nLanguage.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nStore.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nStore.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nStore.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nStore.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nUtil.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nUtil.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nUtil.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nUtil.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/LanguageEnum.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/LanguageEnum.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/LanguageEnum.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/LanguageEnum.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundle.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundle.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundle.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundle.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleEntry.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleEntry.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleEntry.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleEntry.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleScope.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleScope.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleScope.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleScope.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleUtil.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleUtil.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleUtil.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleUtil.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/ClassPathI18nInitializer.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/ClassPathI18nInitializer.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/ClassPathI18nInitializer.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/ClassPathI18nInitializer.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/DefaultI18nInitializer.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/DefaultI18nInitializer.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/DefaultI18nInitializer.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/DefaultI18nInitializer.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/I18nInitializer.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/I18nInitializer.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/I18nInitializer.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/I18nInitializer.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/UserI18nInitializer.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/UserI18nInitializer.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/UserI18nInitializer.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/UserI18nInitializer.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/package.html
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/util/LocaleConverter.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/util/LocaleConverter.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/util/LocaleConverter.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/main/java/org/nuiton/util/LocaleConverter.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n/src/main/resources/META-INF/services/org.apache.commons.beanutils.Converter
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/site/apt/index.apt
===================================================================
(Binary files differ)
Property changes on: trunk/nuiton-i18n/src/site/apt/index.apt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/site/site_fr.xml
===================================================================
--- trunk/nuiton-i18n/src/site/site_fr.xml 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/site/site_fr.xml 2010-04-15 12:03:40 UTC (rev 1747)
@@ -4,8 +4,6 @@
I18n :: Api
$Author$
- $LastChangedDate$
- $LastChangedRevision$
$Id$
$HeadURL$
%%
Property changes on: trunk/nuiton-i18n/src/site/site_fr.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/I18nStoreTest.java
===================================================================
--- trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/I18nStoreTest.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/I18nStoreTest.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/I18nStoreTest.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/bundle/I18nBundleScopeTest.java
===================================================================
--- trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/bundle/I18nBundleScopeTest.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/bundle/I18nBundleScopeTest.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/bundle/I18nBundleScopeTest.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n/src/test/java/org/nuiton/util/LocaleConverterTest.java
===================================================================
--- trunk/nuiton-i18n/src/test/java/org/nuiton/util/LocaleConverterTest.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n/src/test/java/org/nuiton/util/LocaleConverterTest.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
* I18n :: Api
*
* $Author$
- * $LastChangedDate$
- * $LastChangedRevision$
* $Id$
* $HeadURL$
* %%
Property changes on: trunk/nuiton-i18n/src/test/java/org/nuiton/util/LocaleConverterTest.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n/src/test/resources/META-INF/I18nStoreTest-definition.properties
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n/src/test/resources/META-INF/I18nStoreTest-en_GB.properties
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n/src/test/resources/META-INF/I18nStoreTest-fr_FR.properties
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n/src/test/resources/log4j.properties
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/LICENSE.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/README.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/changelog.txt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/pom.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/assembly/bin.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/assembly/go.bat
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/assembly/go.sh
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/filters/nuiton-i18n-editor.properties
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/I18nEditor.java
===================================================================
--- trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/I18nEditor.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/I18nEditor.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -37,7 +37,7 @@
/**
* L'application.
*
- * @author chemit
+ * @author tchemit <chemit(a)codelutin.com>
*/
public class I18nEditor {
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/I18nEditor.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/I18nEditorConfig.java
===================================================================
--- trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/I18nEditorConfig.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/I18nEditorConfig.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -48,7 +48,7 @@
* TODO ajouter d'autres propriete pour controler quel storage est utilise
* et quel est son type (local ou pas).
*
- * @author chemit
+ * @author tchemit <chemit(a)codelutin.com>
* @see DefaultApplicationContext.AutoLoad
*/
@DefaultApplicationContext.AutoLoad
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/I18nEditorConfig.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/I18nEditorContext.java
===================================================================
--- trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/I18nEditorContext.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/I18nEditorContext.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -38,7 +38,7 @@
* <p/>
* Note : cette classe possède une instance partagée accéssible via la méthode {@link #get()}.
*
- * @author chemit
+ * @author tchemit <chemit(a)codelutin.com>
*/
public class I18nEditorContext extends DefaultApplicationContext {
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/I18nEditorContext.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/AbstractI18nProject.java
===================================================================
--- trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/AbstractI18nProject.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/AbstractI18nProject.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -41,7 +41,7 @@
/**
*
- * @author chemit
+ * @author tchemit <chemit(a)codelutin.com>
*/
public class AbstractI18nProject implements I18nProject {
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/AbstractI18nProject.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/AbstractI18nProjectProvider.java
===================================================================
--- trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/AbstractI18nProjectProvider.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/AbstractI18nProjectProvider.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -32,7 +32,7 @@
*
* @param <P> le type de projet supporte.
*
- * @author chemit
+ * @author tchemit <chemit(a)codelutin.com>
*/
public abstract class AbstractI18nProjectProvider<P extends I18nProject> implements I18nProjectProvider<P> {
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/AbstractI18nProjectProvider.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProject.java
===================================================================
--- trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProject.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProject.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -29,7 +29,7 @@
/**
*
- * @author chemit
+ * @author tchemit <chemit(a)codelutin.com>
*/
public interface I18nProject {
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProject.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProjectConfigurePanelUI.java
===================================================================
--- trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProjectConfigurePanelUI.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProjectConfigurePanelUI.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -26,7 +26,7 @@
*
* @param <P> le type de projet
*
- * @author chemit
+ * @author tchemit <chemit(a)codelutin.com>
*/
public interface I18nProjectConfigurePanelUI<P extends I18nProject> extends JAXXObject {
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProjectConfigurePanelUI.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProjectFactory.java
===================================================================
--- trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProjectFactory.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProjectFactory.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -33,7 +33,7 @@
/**
* L'usine de projets.
*
- * @author chemit
+ * @author tchemit <chemit(a)codelutin.com>
* @see I18nProject
* @see I18nProjectProvider
*/
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProjectFactory.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProjectProvider.java
===================================================================
--- trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProjectProvider.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProjectProvider.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -29,7 +29,7 @@
* Le contrat d'un provider du projet.
*
* @param <P> le type de projet connu par le provider.
- * @author chemit
+ * @author tchemit <chemit(a)codelutin.com>
*/
public interface I18nProjectProvider<P extends I18nProject> {
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/I18nProjectProvider.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/DirectoryI18nProject.java
===================================================================
--- trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/DirectoryI18nProject.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/DirectoryI18nProject.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -25,7 +25,7 @@
/**
*
- * @author chemit
+ * @author tchemit <chemit(a)codelutin.com>
*/
public class DirectoryI18nProject extends AbstractI18nProject {
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/DirectoryI18nProject.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/DirectoryI18nProjectConfigurePanelUI.jaxx
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/DirectoryI18nProjectProvider.java
===================================================================
--- trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/DirectoryI18nProjectProvider.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/DirectoryI18nProjectProvider.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -35,7 +35,7 @@
/**
*
- * @author chemit
+ * @author tchemit <chemit(a)codelutin.com>
*/
public class DirectoryI18nProjectProvider extends AbstractI18nProjectProvider<DirectoryI18nProject> {
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/DirectoryI18nProjectProvider.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/JarI18nProject.java
===================================================================
--- trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/JarI18nProject.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/JarI18nProject.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -25,7 +25,7 @@
/**
*
- * @author chemit
+ * @author tchemit <chemit(a)codelutin.com>
*/
public class JarI18nProject extends AbstractI18nProject {
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/JarI18nProject.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/JarI18nProjectConfigurePanelUI.jaxx
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/JarI18nProjectProvider.java
===================================================================
--- trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/JarI18nProjectProvider.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/JarI18nProjectProvider.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -40,7 +40,7 @@
/**
*
- * @author chemit
+ * @author tchemit <chemit(a)codelutin.com>
*/
public class JarI18nProjectProvider extends AbstractI18nProjectProvider<JarI18nProject> {
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/project/impl/JarI18nProjectProvider.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/BundleCheckBoxMenuUI.jaxx
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/BundleValueUI.css
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/BundleValueUI.jaxx
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/BundleValuesUI.jaxx
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/CreateBundleUI.css
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/CreateBundleUI.jaxx
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/CreatePackageUI.css
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/CreatePackageUI.jaxx
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/I18nEditorUI.css
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/I18nEditorUI.jaxx
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/I18nEditorUIHandler.java
===================================================================
--- trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/I18nEditorUIHandler.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/I18nEditorUIHandler.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -67,7 +67,7 @@
/**
*
- * @author chemit
+ * @author tchemit <chemit(a)codelutin.com>
*/
@AutoLoad
public class I18nEditorUIHandler {
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/I18nEditorUIHandler.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/PackageCheckBoxMenuUI.jaxx
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/PropertieNode.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/PropertiesTreeModel.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/TreeModelMode.java
===================================================================
--- trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/TreeModelMode.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/TreeModelMode.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -21,7 +21,7 @@
/**
* Pour caracteriser le mode a utiliser dans le modele de navigation.
*
- * @author chemit
+ * @author tchemit <chemit(a)codelutin.com>
*/
public enum TreeModelMode {
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/TreeModelMode.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/ProjectStep.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/ProjectUI.css
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/ProjectUI.jaxx
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/ProjectUIModel.java
===================================================================
--- trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/ProjectUIModel.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/ProjectUIModel.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -43,7 +43,7 @@
/**
* Le modele de l'ui pour creer un projet via un assistant
*
- * @author chemit
+ * @author tchemit <chemit(a)codelutin.com>
*/
public class ProjectUIModel extends WizardModel<ProjectStep> {
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/ProjectUIModel.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/SelectBundlesTableModel.java
===================================================================
--- trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/SelectBundlesTableModel.java 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/SelectBundlesTableModel.java 2010-04-15 12:03:40 UTC (rev 1747)
@@ -30,7 +30,7 @@
* Le modèle pour la tableau dans l'import GPS qui contient les activités et
* les points gps calculés via le fichier gps importé.
*
- * @author chemit
+ * @author tchemit <chemit(a)codelutin.com>
*/
public class SelectBundlesTableModel extends AbstractTableModel {
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/SelectBundlesTableModel.java
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/AbstractProjectTabPanelUI.css
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/AbstractProjectTabPanelUI.jaxx
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/ChooseProjectTypePanelUI.jaxx
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/ConfigureProjectPanelUI.jaxx
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/PersistPanelUI.jaxx
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/ResumePanelUI.jaxx
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/java/org/nuiton/i18n/editor/ui/project/tabs/SelectBundlesPanelUI.jaxx
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/jnlp/jxlayer.jnlp
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/jnlp/sun.jnlp
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/META-INF/services/org.nuiton.i18n.editor.project.I18nProjectProvider
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/i18n/nuiton-i18n-editor-en_GB.properties
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/i18n/nuiton-i18n-editor-fr_FR.properties
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-about.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-accept.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-add.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-calculator.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-cancel.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-close.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-closeTab.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-collapseAll.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-combobox-reset.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-combobox-sort.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-config.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-connect_creating.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-connect_no.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-connect_ok.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-connect_untested.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-connected.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-db-change.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-db-local.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-db-none.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-db-remote.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-delete.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-edit.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-exit.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-expandAll.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-fileChooser.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-fullscreen.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-go-back.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-go-detail.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-go-down.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-go-jump.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-go-up.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-help.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-i18n-es.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-i18n-fr.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-i18n-gb.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-import-gps.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-information.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-leave-fullscreen.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-local-export.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-local-import.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-mode-create.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-mode-read.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-mode-update.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-next-step.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-open.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-previous-step.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-remote-export.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-remote-import.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-revert.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-save.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-select-ssl-cert.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-show-help.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-site.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-synch.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-synchro-pause.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-synchro-start.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-synchro-stop.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-translate.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-unconnected.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/action-validate.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/logo OT_rvb.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/logo-OT_web.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/icons/logo_ird.png
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/main/resources/log4j.properties
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/site/apt/index.apt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Property changes on: trunk/nuiton-i18n-editor/src/site/site_fr.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/pom.xml 2010-04-15 12:03:40 UTC (rev 1747)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.nuiton</groupId>
<artifactId>mavenpom4redmine</artifactId>
- <version>2.1</version>
+ <version>2.1.1-SNAPSHOT</version>
</parent>
<artifactId>i18n</artifactId>
Property changes on: trunk/pom.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/src/license/project.xml
===================================================================
--- trunk/src/license/project.xml 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/src/license/project.xml 2010-04-15 12:03:40 UTC (rev 1747)
@@ -4,8 +4,6 @@
I18n
$Author$
- $LastChangedDate$
- $LastChangedRevision$
$Id$
$HeadURL$
%%
Property changes on: trunk/src/license/project.xml
___________________________________________________________________
Modified: svn:keywords
- "Author Date Id Revision HeadURL
+ Id Author Rev URL Date
Modified: trunk/src/site/apt/application.apt
===================================================================
--- trunk/src/site/apt/application.apt 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/src/site/apt/application.apt 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
~~ I18n
~~ ~~
~~ $Author$
-~~ $LastChangedDate$
-~~ $LastChangedRevision$
~~ $Id$
~~ $HeadURL$
~~ %%
Property changes on: trunk/src/site/apt/application.apt
___________________________________________________________________
Added: svn:keywords
+ Id Author Rev URL Date
Modified: trunk/src/site/apt/bestPractices.apt
===================================================================
--- trunk/src/site/apt/bestPractices.apt 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/src/site/apt/bestPractices.apt 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
~~ I18n
~~ ~~
~~ $Author$
-~~ $LastChangedDate$
-~~ $LastChangedRevision$
~~ $Id$
~~ $HeadURL$
~~ %%
Property changes on: trunk/src/site/apt/bestPractices.apt
___________________________________________________________________
Added: svn:keywords
+ Id Author Rev URL Date
Modified: trunk/src/site/apt/extendInitializer.apt
===================================================================
--- trunk/src/site/apt/extendInitializer.apt 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/src/site/apt/extendInitializer.apt 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
~~ I18n
~~ ~~
~~ $Author$
-~~ $LastChangedDate$
-~~ $LastChangedRevision$
~~ $Id$
~~ $HeadURL$
~~ %%
Property changes on: trunk/src/site/apt/extendInitializer.apt
___________________________________________________________________
Added: svn:keywords
+ Id Author Rev URL Date
Modified: trunk/src/site/apt/helloWorld.apt
===================================================================
--- trunk/src/site/apt/helloWorld.apt 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/src/site/apt/helloWorld.apt 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
~~ I18n
~~ ~~
~~ $Author$
-~~ $LastChangedDate$
-~~ $LastChangedRevision$
~~ $Id$
~~ $HeadURL$
~~ %%
Property changes on: trunk/src/site/apt/helloWorld.apt
___________________________________________________________________
Added: svn:keywords
+ Id Author Rev URL Date
Modified: trunk/src/site/apt/index.apt
===================================================================
--- trunk/src/site/apt/index.apt 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/src/site/apt/index.apt 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
~~ I18n
~~ ~~
~~ $Author$
-~~ $LastChangedDate$
-~~ $LastChangedRevision$
~~ $Id$
~~ $HeadURL$
~~ %%
Property changes on: trunk/src/site/apt/index.apt
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
Modified: trunk/src/site/apt/library.apt
===================================================================
--- trunk/src/site/apt/library.apt 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/src/site/apt/library.apt 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
~~ I18n
~~ ~~
~~ $Author$
-~~ $LastChangedDate$
-~~ $LastChangedRevision$
~~ $Id$
~~ $HeadURL$
~~ %%
Property changes on: trunk/src/site/apt/library.apt
___________________________________________________________________
Added: svn:keywords
+ Id Author Rev URL Date
Modified: trunk/src/site/apt/presentation.apt
===================================================================
--- trunk/src/site/apt/presentation.apt 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/src/site/apt/presentation.apt 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
~~ I18n
~~ ~~
~~ $Author$
-~~ $LastChangedDate$
-~~ $LastChangedRevision$
~~ $Id$
~~ $HeadURL$
~~ %%
Property changes on: trunk/src/site/apt/presentation.apt
___________________________________________________________________
Added: svn:keywords
+ Id Author Rev URL Date
Modified: trunk/src/site/en/apt/application.apt
===================================================================
--- trunk/src/site/en/apt/application.apt 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/src/site/en/apt/application.apt 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
~~ I18n
~~ ~~
~~ $Author$
-~~ $LastChangedDate$
-~~ $LastChangedRevision$
~~ $Id$
~~ $HeadURL$
~~ %%
Property changes on: trunk/src/site/en/apt/application.apt
___________________________________________________________________
Added: svn:keywords
+ Id Author Rev URL Date
Modified: trunk/src/site/en/apt/bestPractices.apt
===================================================================
--- trunk/src/site/en/apt/bestPractices.apt 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/src/site/en/apt/bestPractices.apt 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
~~ I18n
~~ ~~
~~ $Author$
-~~ $LastChangedDate$
-~~ $LastChangedRevision$
~~ $Id$
~~ $HeadURL$
~~ %%
Property changes on: trunk/src/site/en/apt/bestPractices.apt
___________________________________________________________________
Added: svn:keywords
+ Id Author Rev URL Date
Modified: trunk/src/site/en/apt/extendInitializer.apt
===================================================================
--- trunk/src/site/en/apt/extendInitializer.apt 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/src/site/en/apt/extendInitializer.apt 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
~~ I18n
~~ ~~
~~ $Author$
-~~ $LastChangedDate$
-~~ $LastChangedRevision$
~~ $Id$
~~ $HeadURL$
~~ %%
Property changes on: trunk/src/site/en/apt/extendInitializer.apt
___________________________________________________________________
Added: svn:keywords
+ Id Author Rev URL Date
Modified: trunk/src/site/en/apt/helloWorld.apt
===================================================================
--- trunk/src/site/en/apt/helloWorld.apt 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/src/site/en/apt/helloWorld.apt 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
~~ I18n
~~ ~~
~~ $Author$
-~~ $LastChangedDate$
-~~ $LastChangedRevision$
~~ $Id$
~~ $HeadURL$
~~ %%
Property changes on: trunk/src/site/en/apt/helloWorld.apt
___________________________________________________________________
Added: svn:keywords
+ Id Author Rev URL Date
Modified: trunk/src/site/en/apt/index.apt
===================================================================
--- trunk/src/site/en/apt/index.apt 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/src/site/en/apt/index.apt 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
~~ I18n
~~ ~~
~~ $Author$
-~~ $LastChangedDate$
-~~ $LastChangedRevision$
~~ $Id$
~~ $HeadURL$
~~ %%
Property changes on: trunk/src/site/en/apt/index.apt
___________________________________________________________________
Added: svn:keywords
+ Id Author Rev URL Date
Modified: trunk/src/site/en/apt/library.apt
===================================================================
--- trunk/src/site/en/apt/library.apt 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/src/site/en/apt/library.apt 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
~~ I18n
~~ ~~
~~ $Author$
-~~ $LastChangedDate$
-~~ $LastChangedRevision$
~~ $Id$
~~ $HeadURL$
~~ %%
Property changes on: trunk/src/site/en/apt/library.apt
___________________________________________________________________
Added: svn:keywords
+ Id Author Rev URL Date
Modified: trunk/src/site/en/apt/presentation.apt
===================================================================
--- trunk/src/site/en/apt/presentation.apt 2010-04-13 15:34:33 UTC (rev 1746)
+++ trunk/src/site/en/apt/presentation.apt 2010-04-15 12:03:40 UTC (rev 1747)
@@ -3,8 +3,6 @@
~~ I18n
~~ ~~
~~ $Author$
-~~ $LastChangedDate$
-~~ $LastChangedRevision$
~~ $Id$
~~ $HeadURL$
~~ %%
Property changes on: trunk/src/site/en/apt/presentation.apt
___________________________________________________________________
Added: svn:keywords
+ Id Author Rev URL Date
Property changes on: trunk/src/site/site_en.xml
___________________________________________________________________
Added: svn:keywords
+ Id Author Rev URL Date
Property changes on: trunk/src/site/site_fr.xml
___________________________________________________________________
Modified: svn:keywords
- HeadURL Id Date Revision Author
+ Id Author Rev URL Date
1
0
r1746 - in trunk: . src/site src/site/apt src/site/en src/site/en/apt
by jcouteau@users.nuiton.org 13 Apr '10
by jcouteau@users.nuiton.org 13 Apr '10
13 Apr '10
Author: jcouteau
Date: 2010-04-13 17:34:33 +0200 (Tue, 13 Apr 2010)
New Revision: 1746
Log:
Translate site in english (default language french)
Make some modificatiosn on french doc
Added:
trunk/src/site/en/
trunk/src/site/en/apt/
trunk/src/site/en/apt/application.apt
trunk/src/site/en/apt/bestPractices.apt
trunk/src/site/en/apt/extendInitializer.apt
trunk/src/site/en/apt/helloWorld.apt
trunk/src/site/en/apt/index.apt
trunk/src/site/en/apt/library.apt
trunk/src/site/en/apt/presentation.apt
trunk/src/site/site_en.xml
Modified:
trunk/pom.xml
trunk/src/site/apt/application.apt
trunk/src/site/apt/bestPractices.apt
trunk/src/site/apt/extendInitializer.apt
trunk/src/site/apt/helloWorld.apt
trunk/src/site/apt/index.apt
trunk/src/site/apt/library.apt
trunk/src/site/apt/presentation.apt
trunk/src/site/site_fr.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-04-12 15:12:06 UTC (rev 1745)
+++ trunk/pom.xml 2010-04-13 15:34:33 UTC (rev 1746)
@@ -220,11 +220,16 @@
<packaging>pom</packaging>
<properties>
+
<!-- pour un muli module on doit fixer le projectId -->
<projectId>i18n</projectId>
<processor.version>1.0.3</processor.version>
<helper.version>1.2.3</helper.version>
+
+ <!--Multilanguage maven-site -->
+ <siteLocales>fr,en</siteLocales>
+
</properties>
<!-- ************************************************************* -->
Modified: trunk/src/site/apt/application.apt
===================================================================
--- trunk/src/site/apt/application.apt 2010-04-12 15:12:06 UTC (rev 1745)
+++ trunk/src/site/apt/application.apt 2010-04-13 15:34:33 UTC (rev 1746)
@@ -26,10 +26,6 @@
~~ #L%
~~~
-----
-Tutoriel Application
-----
-
Tutoriel d'application utilisant Nuiton I18n et une librairie utilisant
Nuiton I18n (utilisation de Maven)
Modified: trunk/src/site/apt/bestPractices.apt
===================================================================
--- trunk/src/site/apt/bestPractices.apt 2010-04-12 15:12:06 UTC (rev 1745)
+++ trunk/src/site/apt/bestPractices.apt 2010-04-13 15:34:33 UTC (rev 1746)
@@ -26,22 +26,19 @@
~~ #L%
~~~
-----
-I18n Best pratices
-----
+Bonnes pratiques Nuiton I18n
-Nuiton I18n Best Practices
+* Choisissez un pattern et suivez le.
-* Choose a pattern and follow it
+ Dans une application ou une librairie, vous devriez choisir un pattern pour
+ les clés i18n. Vous pouvez choisir d'utiliser des clés comme
+ myapplication.key1 ou des phrases comme 'My application string'. Une fois que
+ vous avez fait votre choix, suivez-le afin de conserver de la consistance
+ dans votre application. Nottez que dans une application, vous pouvez utiliser
+ un pattern différent de celui utilisé dans ses dépendances.
- In an application or a library, you should choose a pattern for the i18n keys.
- You can either choose to use keys like myapplication.key1 or sentences like
- 'My application string'. Once you made your choice, stick to it to keep a
- consistency in your application. Note that in an application, you can choose a
- different pattern than the one used in the dependencies.
+* Toujours utiliser DefaultI18nInitializer dans une application finale.
-* Always use DefaultI18nInitializer in final applications
-
- This is not an obligation, but as it makes you gain time at your application
- initialisation, it is really advised to use DefaultI18nInitializer for all
- your final applications.
+ Ce n'est pas une obligation, mais comme cela vous fait gagner un temps
+ considérable à l'initialisation, il est fortement conseillé d'utiliser
+ DefaultI18nInitializer pour toutes vos applications finales.
Modified: trunk/src/site/apt/extendInitializer.apt
===================================================================
--- trunk/src/site/apt/extendInitializer.apt 2010-04-12 15:12:06 UTC (rev 1745)
+++ trunk/src/site/apt/extendInitializer.apt 2010-04-13 15:34:33 UTC (rev 1746)
@@ -26,10 +26,6 @@
~~ #L%
~~~
-----
-Extends Initializer
-----
+Etendre Initializer pour répondre exactement à votre besoin
-Extend Initializer to suit exactly your needs
-
TODO
Modified: trunk/src/site/apt/helloWorld.apt
===================================================================
--- trunk/src/site/apt/helloWorld.apt 2010-04-12 15:12:06 UTC (rev 1745)
+++ trunk/src/site/apt/helloWorld.apt 2010-04-13 15:34:33 UTC (rev 1746)
@@ -26,10 +26,6 @@
~~ #L%
~~~
-----
-Tutoriel Hello World
-----
-
Nuiton I18n Hello World
Ce premier tutorial a pour objectif de vous montrer comment se servir de la
@@ -116,11 +112,9 @@
Félicitation, vous venez de traduire votre première application avec Nuiton I18n
+Sources du tutoriel
+
Les sources de ce tutoriel sont téléchargeables
{{{./helloworld.zip}ici}}. Elles sont packagées
avec les librairies nécessaires à la compilation et l'exécution de cet
exemple.
-
-Sources du tutoriel
-
- {{{./helloworld.zip}Sources du tutoriel}}
Modified: trunk/src/site/apt/index.apt
===================================================================
--- trunk/src/site/apt/index.apt 2010-04-12 15:12:06 UTC (rev 1745)
+++ trunk/src/site/apt/index.apt 2010-04-13 15:34:33 UTC (rev 1746)
@@ -26,15 +26,8 @@
~~ #L%
~~~
-----
Nuiton I18n
-----
-----
-2010-04-02
-----
-Nuiton I18n
-
Le projet Nuiton I18n fournit des classes Java pour l'internationalisation
(i18n) des applications.
Modified: trunk/src/site/apt/library.apt
===================================================================
--- trunk/src/site/apt/library.apt 2010-04-12 15:12:06 UTC (rev 1745)
+++ trunk/src/site/apt/library.apt 2010-04-13 15:34:33 UTC (rev 1746)
@@ -26,10 +26,6 @@
~~ #L%
~~~
-----
-Tutoriel Librarie
-----
-
Tutoriel de librairie utilisant Nuiton I18n (utilisation de Maven)
* Pourquoi un tutoriel différent pour une librairie et pour une application
@@ -45,7 +41,7 @@
* Le tutoriel
Dans ce tutoriel nous allons créer une librairie avec une classe unique qui va
- juste afficher un message dans les logs. C'est ce message qui sera traduit.
+ juste afficher un message. C'est ce message qui sera traduit.
* Créons le projet Maven et configurons le plugin Nuiton I18n
Modified: trunk/src/site/apt/presentation.apt
===================================================================
--- trunk/src/site/apt/presentation.apt 2010-04-12 15:12:06 UTC (rev 1745)
+++ trunk/src/site/apt/presentation.apt 2010-04-13 15:34:33 UTC (rev 1746)
@@ -26,10 +26,6 @@
~~ #L%
~~~
-----
-Présentation I18n
-----
-
Présentation
La librairie Nuiton I18n a un fonctionnement relativement simple. Les chaînes
Added: trunk/src/site/en/apt/application.apt
===================================================================
--- trunk/src/site/en/apt/application.apt (rev 0)
+++ trunk/src/site/en/apt/application.apt 2010-04-13 15:34:33 UTC (rev 1746)
@@ -0,0 +1,87 @@
+~~~
+~~ #%L
+~~ I18n
+~~ ~~
+~~ $Author$
+~~ $LastChangedDate$
+~~ $LastChangedRevision$
+~~ $Id$
+~~ $HeadURL$
+~~ %%
+~~ Copyright (C) 2008 - 2010 CodeLutin
+~~ %%
+~~ This program is free software: you can redistribute it and/or modify
+~~ it under the terms of the GNU Lesser General Public License as
+~~ published by the Free Software Foundation, either version 3 of the
+~~ License, or (at your option) any later version.
+~~
+~~ This program is distributed in the hope that it will be useful,
+~~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+~~ GNU General Lesser Public License for more details.
+~~
+~~ You should have received a copy of the GNU General Lesser Public
+~~ License along with this program. If not, see
+~~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+~~ #L%
+~~~
+
+Tutorial of an application using Nuiton I18n and a library using Nuiton I18n
+itself (use Maven)
+
+ In this tutorial, we will create an application that will display a message
+ to the user and will call the unique method of the library we created in the
+ previous tutorial. We suppose in this tutorial, that you followed the two
+ previous tutorials in order not to start all over again.
+
+* I18n plugin configuration
+
+ In the I18n plugin configuration, we will add the bundle goal. This goal
+ gathers all the application and its library i18n strings in order to create a
+ unique bundle.
+
+-------------------
+<goal>bundle</goal>
+-------------------
+
+* The application code
+
+ In the previous examples, we used Nuiton I18n default values, but in order to
+ optimise loading, in a final application, it is necessary to change the
+ initializer before. The default initializer, ClassPathI18nInitializer, looks
+ for all the I18n bundles in the classpath in order to load them, but as our
+ plugin creates a unique bundle gathering all I18n strings, we can use
+ DefaultI18nInitializer, that takes into parameter the bundle name created by
+ the plugin, it will then load only the said bundle. This can make you gain up
+ to 10 secondes at load time, following the classpath size.
+
+-------------------------------------------------------------------------------
+package org.myOrganisation.myApplication;
+
+import org.myOrganisation.myLibrary.myLibrary;
+import static org.nuiton.i18n.I18n._;
+import static org.nuiton.i18n.I18n.init;
+import static org.nuiton.i18n.I18n.setInitializer;
+import org.nuiton.i18n.init.DefaultI18nInitializer;
+
+public class myApplication {
+
+ public static void main(String[] args){
+
+ setInitializer(new DefaultI18nInitializer("myApplication-i18n"));
+ init("fr","FR");
+
+ System.out.println(_("String to translate in my application"));
+ myLibrary.myMethod();
+ }
+}
+-------------------------------------------------------------------------------
+
+* Configuration
+
+ Do not forget to precise the classpath and main class in maven jar plugin.
+
+* Tutorial sources
+
+ {{{../application-i18n.zip}Tutorial sources}}
+
Added: trunk/src/site/en/apt/bestPractices.apt
===================================================================
--- trunk/src/site/en/apt/bestPractices.apt (rev 0)
+++ trunk/src/site/en/apt/bestPractices.apt 2010-04-13 15:34:33 UTC (rev 1746)
@@ -0,0 +1,43 @@
+~~~
+~~ #%L
+~~ I18n
+~~ ~~
+~~ $Author$
+~~ $LastChangedDate$
+~~ $LastChangedRevision$
+~~ $Id$
+~~ $HeadURL$
+~~ %%
+~~ Copyright (C) 2008 - 2010 CodeLutin
+~~ %%
+~~ This program is free software: you can redistribute it and/or modify
+~~ it under the terms of the GNU Lesser General Public License as
+~~ published by the Free Software Foundation, either version 3 of the
+~~ License, or (at your option) any later version.
+~~
+~~ This program is distributed in the hope that it will be useful,
+~~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+~~ GNU General Lesser Public License for more details.
+~~
+~~ You should have received a copy of the GNU General Lesser Public
+~~ License along with this program. If not, see
+~~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+~~ #L%
+~~~
+
+Nuiton I18n Best Practices
+
+* Choose a pattern and follow it
+
+ In an application or a library, you should choose a pattern for the i18n keys.
+ You can either choose to use keys like myapplication.key1 or sentences like
+ 'My application string'. Once you made your choice, stick to it to keep a
+ consistency in your application. Note that in an application, you can choose a
+ different pattern than the one used in the dependencies.
+
+* Always use DefaultI18nInitializer in final applications
+
+ This is not an obligation, but as it makes you gain time at your application
+ initialisation, it is really advised to use DefaultI18nInitializer for all
+ your final applications.
Added: trunk/src/site/en/apt/extendInitializer.apt
===================================================================
--- trunk/src/site/en/apt/extendInitializer.apt (rev 0)
+++ trunk/src/site/en/apt/extendInitializer.apt 2010-04-13 15:34:33 UTC (rev 1746)
@@ -0,0 +1,31 @@
+~~~
+~~ #%L
+~~ I18n
+~~ ~~
+~~ $Author$
+~~ $LastChangedDate$
+~~ $LastChangedRevision$
+~~ $Id$
+~~ $HeadURL$
+~~ %%
+~~ Copyright (C) 2008 - 2010 CodeLutin
+~~ %%
+~~ This program is free software: you can redistribute it and/or modify
+~~ it under the terms of the GNU Lesser General Public License as
+~~ published by the Free Software Foundation, either version 3 of the
+~~ License, or (at your option) any later version.
+~~
+~~ This program is distributed in the hope that it will be useful,
+~~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+~~ GNU General Lesser Public License for more details.
+~~
+~~ You should have received a copy of the GNU General Lesser Public
+~~ License along with this program. If not, see
+~~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+~~ #L%
+~~~
+
+Extend Initializer to suit exactly your needs
+
+ TODO
Added: trunk/src/site/en/apt/helloWorld.apt
===================================================================
--- trunk/src/site/en/apt/helloWorld.apt (rev 0)
+++ trunk/src/site/en/apt/helloWorld.apt 2010-04-13 15:34:33 UTC (rev 1746)
@@ -0,0 +1,114 @@
+~~~
+~~ #%L
+~~ I18n
+~~ ~~
+~~ $Author$
+~~ $LastChangedDate$
+~~ $LastChangedRevision$
+~~ $Id$
+~~ $HeadURL$
+~~ %%
+~~ Copyright (C) 2008 - 2010 CodeLutin
+~~ %%
+~~ This program is free software: you can redistribute it and/or modify
+~~ it under the terms of the GNU Lesser General Public License as
+~~ published by the Free Software Foundation, either version 3 of the
+~~ License, or (at your option) any later version.
+~~
+~~ This program is distributed in the hope that it will be useful,
+~~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+~~ GNU General Lesser Public License for more details.
+~~
+~~ You should have received a copy of the GNU General Lesser Public
+~~ License along with this program. If not, see
+~~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+~~ #L%
+~~~
+
+Nuiton I18n Hello World
+
+ This first tutorial is aimed to show you how to use Nuiton I18n library the
+ easiest way. We will create a main method that will display th 'Hello World'
+ text, then we will translate this text in other languages.
+
+ The corresponding java class looks like this :
+
+----------------------------------------------------------------------------
+import static org.nuiton.i18n.I18n._;
+import static org.nuiton.i18n.I18n.n_;
+
+class HelloWorld {
+
+ public static void main (String[] args){
+ System.out.println(_("Hello World"));
+ System.out.println(n_("Goodbye World"));
+ }
+}
+----------------------------------------------------------------------------
+
+ If you compile and launch this class (take care to put nuiton-i18n,
+ commons-logging and commons-beanutils jar files in classpath or it will not
+ work), you will get the following result :
+
+-------------
+Hello World
+Goodbye World
+-------------
+
+ Now we want to translate those strings. We will then create a resource file
+ named hellWorld_fr_FR.properties (we will translate the application in
+ french) that we will put in a i18n file and that will contain the translated
+ strings (Take care, in the key, all the special characters and spaces have to
+ be escaped by \ ).
+
+----------
+Hello\ World = Bonjour le monde
+Goodbye\ World = Au revoir le monde
+----------
+
+ We compile again and test the class (put the directory that contains i18n in
+ the classpath or Nuiton I18n will not find the properties file). Nothing has
+ changed, but this is normal, the system has not been initialised so it does
+ not know whiwh language to load. We will then modify our class adding the line
+
+----
+org.nuiton.i18n.I18n.init("fr","FR");
+
+----
+
+ before the first call to Nuiton I18n library. This will tell Nuiton I18n which
+ language to use (in this case french). Nuiton I18n looks in the classpath
+ for all the files i18n/?????fr_FR and loads them.
+
+ To test, you just need to compile and launch the application again, you should
+ obtain :
+
+----
+2 avr. 2010 16:13:29 org.nuiton.i18n.init.I18nInitializer resolvBundles
+INFO: 1 bundle(s) found, in 1 file(s).
+2 avr. 2010 16:13:29 org.nuiton.i18n.I18nStore init
+INFO: 1 bundle(s) found, [1 file(s)].
+2 avr. 2010 16:13:29 org.nuiton.i18n.I18nStore addLanguage
+INFO: I18nLanguage <locale: fr_FR, nbStences:2>, nbEntries: 1, nbSentences: 2.
+Bonjour le monde
+Goodbye World
+----
+
+ This output can appear strange, but this is perfectly normal. The first lines
+ inform you how initialisation is happening. Those are logs comming from
+ Nuiton I18n. We can see the number of bundles found, in our case 1, and on the
+ language setting, the number of strings found, in our case 2. Then comes our
+ translated application. Yes, but the last line is not translated you can say.
+ But if you take the class we wrote, the string "Goodbye World" is put in
+ parameter of the n_() method (and not _()). The n_() method indicates a string
+ that is translated elsewhere on the application, but must not be translated
+ here. So it is replaced by the string not translated.
+
+Congratulations, you translated your first application with Nuiton I18n
+
+Tutorial sources
+
+ This tutorial sources can be downloaded {{{../helloworld.zip}here}}. They are
+ packaged with the libraries needed for the compilation and execution of this
+ example.
Added: trunk/src/site/en/apt/index.apt
===================================================================
--- trunk/src/site/en/apt/index.apt (rev 0)
+++ trunk/src/site/en/apt/index.apt 2010-04-13 15:34:33 UTC (rev 1746)
@@ -0,0 +1,59 @@
+~~~
+~~ #%L
+~~ I18n
+~~ ~~
+~~ $Author$
+~~ $LastChangedDate$
+~~ $LastChangedRevision$
+~~ $Id$
+~~ $HeadURL$
+~~ %%
+~~ Copyright (C) 2008 - 2010 CodeLutin
+~~ %%
+~~ This program is free software: you can redistribute it and/or modify
+~~ it under the terms of the GNU Lesser General Public License as
+~~ published by the Free Software Foundation, either version 3 of the
+~~ License, or (at your option) any later version.
+~~
+~~ This program is distributed in the hope that it will be useful,
+~~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+~~ GNU General Lesser Public License for more details.
+~~
+~~ You should have received a copy of the GNU General Lesser Public
+~~ License along with this program. If not, see
+~~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+~~ #L%
+~~~
+
+
+Nuiton I18n
+
+ Nuiton I18n project features Java classes for applications
+ internationalisation (i18n).
+
+ This light library combine Java ResourceBundles, a powerful and easy to use
+ API and a really useful extension process. Lots of avantages comes with Nuiton
+ I18n use :
+
+ - translation keys extraction
+
+ - build process integration through Maven or Ant
+
+ Here is a small example that shows Nuiton I18n usage simplicity :
+
+-----------------------------------------------------------------------------
+I18n.init(Locale.FR);
+System.out.println(I18n._("This text will be translated"));
+-----------------------------------------------------------------------------
+
+ Have a look to the tutorials to see how to enrich your application with Nuiton
+ I18n.
+
+ The three Nuiton I18n project modules :
+
+ - {{{./nuiton-i18n/index.html}I18n Api}}
+
+ - {{{./maven-i18n-plugin/index.html}I18n Maven Plugin}}
+
+ - {{{./ant-i18n-task/index.html}I18n Ant task}}
Added: trunk/src/site/en/apt/library.apt
===================================================================
--- trunk/src/site/en/apt/library.apt (rev 0)
+++ trunk/src/site/en/apt/library.apt 2010-04-13 15:34:33 UTC (rev 1746)
@@ -0,0 +1,208 @@
+~~~
+~~ #%L
+~~ I18n
+~~ ~~
+~~ $Author$
+~~ $LastChangedDate$
+~~ $LastChangedRevision$
+~~ $Id$
+~~ $HeadURL$
+~~ %%
+~~ Copyright (C) 2008 - 2010 CodeLutin
+~~ %%
+~~ This program is free software: you can redistribute it and/or modify
+~~ it under the terms of the GNU Lesser General Public License as
+~~ published by the Free Software Foundation, either version 3 of the
+~~ License, or (at your option) any later version.
+~~
+~~ This program is distributed in the hope that it will be useful,
+~~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+~~ GNU General Lesser Public License for more details.
+~~
+~~ You should have received a copy of the GNU General Lesser Public
+~~ License along with this program. If not, see
+~~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+~~ #L%
+~~~
+
+Library using Nuiton I18n tutorial (using Maven)
+
+* Why a different tutorial for a library and a final application ?
+
+ When you create a final application, at build time, we create a bundle
+ gathering all the strings of the application and its dependencies in order to
+ optimise the application loading (we can save several seconds this way). When
+ we create a library, no bundle is created, so the use and configuration of the
+ library is easier.
+
+* The tutorial
+
+ In this tutorial, we will create a library with a unique class that will just
+ display a message. That is this message that will be translated.
+
+* Create the Maven project and configure the Nuiton I18n plugin
+
+ We create a standard Maven project. In the pom.xml file, we will configure the
+ Maven Nuiton I18n plugin.
+
+-------------------------------------------------------------------------------
+<plugin>
+ <groupId>org.nuiton.i18n</groupId>
+ <artifactId>maven-i18n-plugin</artifactId>
+ <version>1.2.1</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>parserJava</goal>
+ <goal>gen</goal>
+ </goals>
+ </execution>
+ </executions>
+</plugin>
+-------------------------------------------------------------------------------
+
+ In the plugin configuration, we secify the goals to execute. The parserJava
+ goal extract all the strings to translate from the java code. The gen goal
+ get the resource file that contains the translated strings and add the
+ extracted strings that are not already present in it. You can then translate
+ the strings.
+
+ In order to work, the plugin needs to have the Nuiton I18n liibrary in the
+ project dependencies.
+
+-------------------------------------------------------------------------------
+<dependency>
+ <groupId>org.nuiton.i18n</groupId>
+ <artifactId>nuiton-i18n-api</artifactId>
+ <version>1.2.1</version>
+ <scope>compile</scope>
+</dependency>
+-------------------------------------------------------------------------------
+
+ We make static import in our code, so we need to configure the
+ maven-compiler-plugin
+
+-------------------------------------------------------------------------------
+<plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.1</version>
+ <configuration>
+ <source>1.6</source>
+ <target>1.6</target>
+ <encoding>UTF-8</encoding>
+ <showDeprecation>true</showDeprecation>
+ <showWarnings>true</showWarnings>
+ </configuration>
+</plugin>
+-------------------------------------------------------------------------------
+
+ And in order to get the plugin and library Nuiton I18n, we have to add the
+ nuiton repositories.
+
+-------------------------------------------------------------------------------
+<repositories>
+
+ <!-- depot des releases nuiton -->
+
+ <repository>
+ <id>nuiton.release</id>
+ <name>NuitonReleaseRepository</name>
+ <url>http://maven.nuiton.org/release</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ <checksumPolicy>warn</checksumPolicy>
+ </releases>
+ </repository>
+
+ <!-- depot des snapshots nuiton -->
+
+ <repository>
+ <id>nuiton.snapshot</id>
+ <name>NuitonSnapshotRepository</name>
+ <url>http://maven.nuiton.org/snapshot</url>
+ <snapshots>
+ <enabled>true</enabled>
+ <checksumPolicy>fail</checksumPolicy>
+ </snapshots>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </repository>
+
+</repositories>
+
+<pluginRepositories>
+
+ <!-- depot des releases nuiton -->
+
+ <pluginRepository>
+
+ <id>nuiton.release</id>
+ <name>NuitonReleaseRepository</name>
+ <url>http://maven.nuiton.org/release</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ <checksumPolicy>warn</checksumPolicy>
+ </releases>
+ </pluginRepository>
+
+ <!-- depot des snapshots nuiton -->
+
+ <pluginRepository>
+ <id>nuiton.snapshot</id>
+ <name>NuitonSnapshotRepository</name>
+ <url>http://maven.nuiton.org/snapshot</url>
+ <snapshots>
+ <enabled>true</enabled>
+ <checksumPolicy>fail</checksumPolicy>
+ </snapshots>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </pluginRepository>
+
+</pluginRepositories>
+-------------------------------------------------------------------------------
+
+* Crate our library
+
+ Our library, to make it simple, will contain only one class and a static
+ method.
+
+-------------------------------------------------------------------------------
+package org.myOrganisation.myLibrary;
+
+import static org.nuiton.i18n.I18n._;
+
+public class myLibrary {
+
+ static public void myMethod(){
+ System.out.println(_("My message to translate"));
+ }
+}
+-------------------------------------------------------------------------------
+
+* First build
+
+ When you build your library for the first time with the command mvn compile,
+ you should see two new resource files containing each one a string to
+ translate without translation.
+
+ You can now translate the string in both language, you will then have the
+ translation available for your next builds.
+
+* Second build
+
+ If you build the library again, then integrate it in a final application using
+ I18n, the message will be displayed translated.
+
+* Tutorial sources
+
+ {{{../library-i18n.zip}Tutorial sources}}
Added: trunk/src/site/en/apt/presentation.apt
===================================================================
--- trunk/src/site/en/apt/presentation.apt (rev 0)
+++ trunk/src/site/en/apt/presentation.apt 2010-04-13 15:34:33 UTC (rev 1746)
@@ -0,0 +1,56 @@
+~~~
+~~ #%L
+~~ I18n
+~~ ~~
+~~ $Author$
+~~ $LastChangedDate$
+~~ $LastChangedRevision$
+~~ $Id$
+~~ $HeadURL$
+~~ %%
+~~ Copyright (C) 2008 - 2010 CodeLutin
+~~ %%
+~~ This program is free software: you can redistribute it and/or modify
+~~ it under the terms of the GNU Lesser General Public License as
+~~ published by the Free Software Foundation, either version 3 of the
+~~ License, or (at your option) any later version.
+~~
+~~ This program is distributed in the hope that it will be useful,
+~~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+~~ GNU General Lesser Public License for more details.
+~~
+~~ You should have received a copy of the GNU General Lesser Public
+~~ License along with this program. If not, see
+~~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+~~ #L%
+~~~
+
+Presentation
+
+ The Nuiton I18n library works quite simply. The string to translate are only
+ marked by the I18n._("String to translate") method. It is possible to mark
+ the strings that are not to be translated using the I18n.n_("String not to be
+ translated").
+
+ The library must be initialised on the application launch by a method
+ I18n.init() that can take into parameter a locale, a string describing the
+ language,...
+
+ The string to translate have to be put in a properties file located in your
+ application's classpath, in a i18n file, and named as : xxx-fr_FR.properties
+ for example.
+
+ On initialisation, the library looks in the classpath for all the translation
+ files corresponding to the defined language (in the i18n files of the
+ classpath to be clear) and loads all the translations corresponding to the
+ displayed language. Then, on display, each time a string is asked for, I18n
+ give back the string translated in the corresponding language.
+
+ The Maven plugin allows to automatically look for non-translated strings in
+ the source code and create a bundle gathering all the strings and translations
+ of the applications and its dependencies.
+
+ To understand how to well use the Nuiton I18n library, it is strongly advised
+ to follow the tutorials, and preferably following the order, as they are of
+ increasing complexity.
Added: trunk/src/site/site_en.xml
===================================================================
--- trunk/src/site/site_en.xml (rev 0)
+++ trunk/src/site/site_en.xml 2010-04-13 15:34:33 UTC (rev 1746)
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="${project.name}">
+
+ <bannerLeft>
+ <name>${project.name}</name>
+ <href>index.html</href>
+ </bannerLeft>
+
+ <poweredBy>
+ <logo href="http://maven.apache.org" name="Maven" img="${project.url}/images/logos/maven-feather.png"/>
+ </poweredBy>
+
+ <body>
+
+ <breadcrumbs>
+ <item name="${project.name}" href="index.html"/>
+ </breadcrumbs>
+
+ <links>
+ <item name="Libre-Entreprise" href="http://www.libre-entreprise.org/" />
+ <item name="[fr" href="../index.html" />
+ <item name="en]" href="index.html" />
+ </links>
+
+ <menu name="User">
+ <item name="Home" href="index.html"/>
+ <item name="Presentation" href="presentation.html"/>
+ <item name="Best Practices" href="bestPractices.html"/>
+ </menu>
+
+ <menu name="Tutorials">
+ <item name="Hello World" href="helloWorld.html"/>
+ <item name="Library" href="library.html"/>
+ <item name="Final application" href="application.html"/>
+ </menu>
+
+ <menu name="Developer">
+ <item name="Extend Initializer" href="extendInitializer.html"/>
+ </menu>
+
+ <menu ref="modules"/>
+
+ <menu ref="reports"/>
+ </body>
+</project>
Modified: trunk/src/site/site_fr.xml
===================================================================
--- trunk/src/site/site_fr.xml 2010-04-12 15:12:06 UTC (rev 1745)
+++ trunk/src/site/site_fr.xml 2010-04-13 15:34:33 UTC (rev 1746)
@@ -1,68 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!--
- #%L
- I18n
-
- $Author$
- $LastChangedDate$
- $LastChangedRevision$
- $Id$
- $HeadURL$
- %%
- Copyright (C) 2008 - 2010 CodeLutin
- %%
- This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Lesser Public License for more details.
-
- You should have received a copy of the GNU General Lesser Public
- License along with this program. If not, see
- <http://www.gnu.org/licenses/lgpl-3.0.html>.
- #L%
- -->
-
<project name="${project.name}">
- <bannerLeft>
- <name>${project.name}</name>
- <href>index.html</href>
- </bannerLeft>
+ <bannerLeft>
+ <name>${project.name}</name>
+ <href>index.html</href>
+ </bannerLeft>
- <poweredBy>
- <logo href="http://maven.apache.org" name="Maven"
- img="${project.url}/images/logos/maven-feather.png"/>
- </poweredBy>
+ <poweredBy>
+ <logo href="http://maven.apache.org" name="Maven" img="${project.url}/images/logos/maven-feather.png"/>
+ </poweredBy>
- <body>
+ <body>
- <breadcrumbs>
- <item name="${project.name}" href="index.html"/>
- </breadcrumbs>
+ <breadcrumbs>
+ <item name="${project.name}" href="index.html"/>
+ </breadcrumbs>
- <menu name="Utilisateur">
- <item name="Accueil" href="index.html"/>
- <item name="Présentation" href="presentation.html"/>
- <item name="Best Practices" href="bestPractices.html"/>
- </menu>
+ <links>
+ <item name="Libre-Entreprise" href="http://www.libre-entreprise.org/" />
+ <item name="[fr" href="index.html" />
+ <item name="en]" href="en/index.html" />
+ </links>
- <menu name="Tutoriaux">
- <item name="Hello World" href="helloWorld.html"/>
- <item name="Librairie" href="library.html"/>
- <item name="Application finale" href="application.html"/>
- </menu>
+ <menu name="Utilisateur">
+ <item name="Accueil" href="index.html"/>
+ <item name="Présentation" href="presentation.html"/>
+ <item name="Best Practices" href="bestPractices.html"/>
+ </menu>
- <menu name="Développeur">
- <item name="Etendre Initializer" href="extendInitializer.html"/>
- </menu>
+ <menu name="Tutoriaux">
+ <item name="Hello World" href="helloWorld.html"/>
+ <item name="Librairie" href="library.html"/>
+ <item name="Application finale" href="application.html"/>
+ </menu>
- <menu ref="modules"/>
+ <menu name="Développeur">
+ <item name="Etendre Initializer" href="extendInitializer.html"/>
+ </menu>
- <menu ref="reports"/>
- </body>
+ <menu ref="modules"/>
+
+ <menu ref="reports"/>
+ </body>
</project>
1
0
Author: tchemit
Date: 2010-04-12 17:12:06 +0200 (Mon, 12 Apr 2010)
New Revision: 1745
Log:
- Evolution #492: Use maven-license-plugin 2.1
- Replace old header with new ones compatible maven-license-plugin 2.1
- improve apt header files
- remove deprecated files in 1.1
Removed:
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nFileReader.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleFactory.java
Modified:
trunk/ant-i18n-task/src/main/java/org/nuiton/i18n/ant/I18nExtractorTask.java
trunk/ant-i18n-task/src/site/apt/index.apt
trunk/ant-i18n-task/src/site/site_fr.xml
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/AbstractI18nMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GenerateMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GetterMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/AbstractI18nBundleMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/BundleMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/CollectI18nArtifactsMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/I18nArtifact.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/TapestryBundleMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractFileParser.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractI18nParserMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/FileParser.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nParserConfiguration.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nSourceEntry.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/KeysModifier.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/Parser.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserEvent.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserException.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserThread.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/SourceEntry.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaActionConfigMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaTabConfigMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserValidationMojo.java
trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserXmlMojo.java
trunk/maven-i18n-plugin/src/site/apt/index.apt
trunk/maven-i18n-plugin/src/site/apt/usages.apt
trunk/maven-i18n-plugin/src/site/site_fr.xml
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/CountryEnum.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18n.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nBundleBridge.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nDefaultTooltipFilter.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nFilter.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nLanguage.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nStore.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nUtil.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/LanguageEnum.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundle.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleEntry.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleScope.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleUtil.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/ClassPathI18nInitializer.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/DefaultI18nInitializer.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/I18nInitializer.java
trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/UserI18nInitializer.java
trunk/nuiton-i18n/src/main/java/org/nuiton/util/LocaleConverter.java
trunk/nuiton-i18n/src/site/apt/index.apt
trunk/nuiton-i18n/src/site/site_fr.xml
trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/I18nStoreTest.java
trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/bundle/I18nBundleScopeTest.java
trunk/nuiton-i18n/src/test/java/org/nuiton/util/LocaleConverterTest.java
trunk/src/license/project.xml
trunk/src/site/apt/application.apt
trunk/src/site/apt/bestPractices.apt
trunk/src/site/apt/extendInitializer.apt
trunk/src/site/apt/helloWorld.apt
trunk/src/site/apt/index.apt
trunk/src/site/apt/library.apt
trunk/src/site/apt/presentation.apt
trunk/src/site/site_fr.xml
Modified: trunk/ant-i18n-task/src/main/java/org/nuiton/i18n/ant/I18nExtractorTask.java
===================================================================
--- trunk/ant-i18n-task/src/main/java/org/nuiton/i18n/ant/I18nExtractorTask.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/ant-i18n-task/src/main/java/org/nuiton/i18n/ant/I18nExtractorTask.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,22 +1,29 @@
/*
- * *##%
- * Nuiton I18n :: Ant task
+ * #%L
+ * I18n :: Ant task
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%*
+ * #L%
*/
package org.nuiton.i18n.ant;
Modified: trunk/ant-i18n-task/src/site/apt/index.apt
===================================================================
--- trunk/ant-i18n-task/src/site/apt/index.apt 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/ant-i18n-task/src/site/apt/index.apt 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,3 +1,31 @@
+~~~
+~~ #%L
+~~ I18n :: Ant task
+~~ ~~
+~~ $Author$
+~~ $LastChangedDate$
+~~ $LastChangedRevision$
+~~ $Id$
+~~ $HeadURL$
+~~ %%
+~~ Copyright (C) 2010 CodeLutin
+~~ %%
+~~ This program is free software: you can redistribute it and/or modify
+~~ it under the terms of the GNU Lesser General Public License as
+~~ published by the Free Software Foundation, either version 3 of the
+~~ License, or (at your option) any later version.
+~~
+~~ This program is distributed in the hope that it will be useful,
+~~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+~~ GNU General Lesser Public License for more details.
+~~
+~~ You should have received a copy of the GNU General Lesser Public
+~~ License along with this program. If not, see
+~~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+~~ #L%
+~~~
+
----
Ant-i18n-task
----
Modified: trunk/ant-i18n-task/src/site/site_fr.xml
===================================================================
--- trunk/ant-i18n-task/src/site/site_fr.xml 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/ant-i18n-task/src/site/site_fr.xml 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,36 +1,67 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ I18n :: Ant task
+
+ $Author$
+ $LastChangedDate$
+ $LastChangedRevision$
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
+
<project name="${project.name}">
-
- <bannerLeft>
- <name>${project.name}</name>
- <href>index.html</href>
- </bannerLeft>
-
- <body>
- <links>
- <item name="Nuiton I18n" href="../nuiton-processor"/>
- </links>
- <breadcrumbs>
- <item name="${project.name}" href="index.html" />
- </breadcrumbs>
+ <bannerLeft>
+ <name>${project.name}</name>
+ <href>index.html</href>
+ </bannerLeft>
- <menu ref="parent"/>
+ <body>
+ <links>
+ <item name="Nuiton I18n" href="../nuiton-processor"/>
+ </links>
- <menu name="Utilisateur">
- <item href="index.html" name="Accueil"/>
- </menu>
-
- <menu name="Téléchargement">
- <item href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}.jar"
- name="Librairie (jar)"/>
- <item href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}-javadoc.jar"
- name="Javadoc (jar)"/>
- <item href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}-sources.jar"
- name="Sources (jar)"/>
- </menu>
+ <breadcrumbs>
+ <item name="${project.name}" href="index.html"/>
+ </breadcrumbs>
- <menu ref="reports"/>
-
- </body>
+ <menu ref="parent"/>
+
+ <menu name="Utilisateur">
+ <item href="index.html" name="Accueil"/>
+ </menu>
+
+ <menu name="Téléchargement">
+ <item
+ href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}.jar"
+ name="Librairie (jar)"/>
+ <item
+ href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}-javadoc.jar"
+ name="Javadoc (jar)"/>
+ <item
+ href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}-sources.jar"
+ name="Sources (jar)"/>
+ </menu>
+
+ <menu ref="reports"/>
+
+ </body>
</project>
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/AbstractI18nMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/AbstractI18nMojo.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/AbstractI18nMojo.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2007 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.plugin;
import org.apache.maven.project.MavenProject;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GenerateMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GenerateMojo.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GenerateMojo.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2007 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.plugin;
import org.nuiton.io.SortedProperties;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GetterMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GetterMojo.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/GetterMojo.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2007 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.plugin;
import org.codehaus.plexus.util.DirectoryScanner;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/AbstractI18nBundleMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/AbstractI18nBundleMojo.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/AbstractI18nBundleMojo.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2007 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.plugin.bundle;
import org.nuiton.i18n.plugin.AbstractI18nMojo;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/BundleMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/BundleMojo.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/BundleMojo.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2007 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.plugin.bundle;
import org.nuiton.i18n.bundle.I18nBundleEntry;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/CollectI18nArtifactsMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/CollectI18nArtifactsMojo.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/CollectI18nArtifactsMojo.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2007 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.plugin.bundle;
import org.apache.maven.artifact.Artifact;
@@ -32,7 +40,6 @@
import org.apache.maven.shared.dependency.tree.DependencyTreeBuilderException;
import org.nuiton.i18n.bundle.I18nBundleEntry;
import org.nuiton.plugin.DependencyUtil;
-import org.nuiton.plugin.PluginHelper;
import java.io.File;
import java.io.IOException;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/I18nArtifact.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/I18nArtifact.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/I18nArtifact.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2007 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.plugin.bundle;
import org.apache.commons.logging.Log;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/TapestryBundleMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/TapestryBundleMojo.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/bundle/TapestryBundleMojo.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,3 +1,31 @@
+/*
+ * #%L
+ * I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2007 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
+
package org.nuiton.i18n.plugin.bundle;
import org.nuiton.i18n.bundle.I18nBundleEntry;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractFileParser.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractFileParser.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractFileParser.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,3 +1,31 @@
+/*
+ * #%L
+ * I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2007 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
+
package org.nuiton.i18n.plugin.parser;
import org.apache.maven.plugin.logging.Log;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractI18nParserMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractI18nParserMojo.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/AbstractI18nParserMojo.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
-/*
- * *##%
+/*
+ * #%L
* I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2007 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.plugin.parser;
import org.nuiton.i18n.plugin.AbstractI18nMojo;
@@ -32,7 +40,7 @@
/**
* Abstract implementation for parsing goal.
*
- * @author tony
+ * @author tchemit <chemit(a)codelutin.com>
*/
public abstract class AbstractI18nParserMojo extends AbstractI18nMojo implements I18nParserConfiguration {
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/FileParser.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/FileParser.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/FileParser.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,3 +1,31 @@
+/*
+ * #%L
+ * I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2007 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
+
package org.nuiton.i18n.plugin.parser;
import org.nuiton.io.SortedProperties;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nParserConfiguration.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nParserConfiguration.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nParserConfiguration.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,3 +1,31 @@
+/*
+ * #%L
+ * I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2007 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
+
package org.nuiton.i18n.plugin.parser;
import org.apache.maven.plugin.logging.Log;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nSourceEntry.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nSourceEntry.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/I18nSourceEntry.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2007 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.plugin.parser;
import java.io.File;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/KeysModifier.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/KeysModifier.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/KeysModifier.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,22 +1,30 @@
/*
- * *##%
+ * #%L
* I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2007 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%* */
+ * #L%
+ */
package org.nuiton.i18n.plugin.parser;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/Parser.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/Parser.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/Parser.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,22 +1,29 @@
/*
- * *##%
+ * #%L
* I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2007 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%*
+ * #L%
*/
package org.nuiton.i18n.plugin.parser;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserEvent.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserEvent.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserEvent.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,22 +1,29 @@
/*
- * *##%
+ * #%L
* I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2007 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%*
+ * #L%
*/
package org.nuiton.i18n.plugin.parser;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserException.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserException.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserException.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,22 +1,30 @@
/*
- * *##%
+ * #%L
* I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2007 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%* */
+ * #L%
+ */
package org.nuiton.i18n.plugin.parser;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserThread.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserThread.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/ParserThread.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,3 +1,31 @@
+/*
+ * #%L
+ * I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
+ * Copyright (C) 2007 - 2010 CodeLutin
+ * %%
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Lesser Public License for more details.
+ *
+ * You should have received a copy of the GNU General Lesser Public
+ * License along with this program. If not, see
+ * <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ * #L%
+ */
+
package org.nuiton.i18n.plugin.parser;
import org.apache.maven.plugin.logging.Log;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/SourceEntry.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/SourceEntry.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/SourceEntry.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
-/*
- * *##%
+/*
+ * #%L
* I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2007 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.plugin.parser;
import org.apache.maven.plugin.logging.Log;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaActionConfigMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaActionConfigMojo.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaActionConfigMojo.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,22 +1,31 @@
-/*
-* *##%
+/*
+ * #%L
* I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2007 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%* */
+ * #L%
+ */
+
package org.nuiton.i18n.plugin.parser.impl;
import org.nuiton.i18n.plugin.parser.FileParser;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaMojo.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaMojo.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,22 +1,30 @@
/*
- * *##%
+ * #%L
* I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2007 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%* */
+ * #L%
+ */
package org.nuiton.i18n.plugin.parser.impl;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaTabConfigMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaTabConfigMojo.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserJavaTabConfigMojo.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
-/**
- * *##%
+/*
+ * #%L
* I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2007 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.plugin.parser.impl;
/**
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserValidationMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserValidationMojo.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserValidationMojo.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,22 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2007 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%* */
+ * #L%
+ */
+
package org.nuiton.i18n.plugin.parser.impl;
import org.nuiton.i18n.plugin.parser.I18nSourceEntry;
Modified: trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserXmlMojo.java
===================================================================
--- trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserXmlMojo.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/main/java/org/nuiton/i18n/plugin/parser/impl/ParserXmlMojo.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,22 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Maven Plugin
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2007 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%* */
+ * #L%
+ */
+
package org.nuiton.i18n.plugin.parser.impl;
import org.apache.maven.plugin.logging.Log;
Modified: trunk/maven-i18n-plugin/src/site/apt/index.apt
===================================================================
--- trunk/maven-i18n-plugin/src/site/apt/index.apt 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/site/apt/index.apt 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,3 +1,31 @@
+~~~
+~~ #%L
+~~ I18n :: Maven Plugin
+~~ ~~
+~~ $Author$
+~~ $LastChangedDate$
+~~ $LastChangedRevision$
+~~ $Id$
+~~ $HeadURL$
+~~ %%
+~~ Copyright (C) 2007 - 2010 CodeLutin
+~~ %%
+~~ This program is free software: you can redistribute it and/or modify
+~~ it under the terms of the GNU Lesser General Public License as
+~~ published by the Free Software Foundation, either version 3 of the
+~~ License, or (at your option) any later version.
+~~
+~~ This program is distributed in the hope that it will be useful,
+~~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+~~ GNU General Lesser Public License for more details.
+~~
+~~ You should have received a copy of the GNU General Lesser Public
+~~ License along with this program. If not, see
+~~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+~~ #L%
+~~~
+
----
Introduction
----
Modified: trunk/maven-i18n-plugin/src/site/apt/usages.apt
===================================================================
--- trunk/maven-i18n-plugin/src/site/apt/usages.apt 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/site/apt/usages.apt 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,3 +1,31 @@
+~~~
+~~ #%L
+~~ I18n :: Maven Plugin
+~~ ~~
+~~ $Author$
+~~ $LastChangedDate$
+~~ $LastChangedRevision$
+~~ $Id$
+~~ $HeadURL$
+~~ %%
+~~ Copyright (C) 2007 - 2010 CodeLutin
+~~ %%
+~~ This program is free software: you can redistribute it and/or modify
+~~ it under the terms of the GNU Lesser General Public License as
+~~ published by the Free Software Foundation, either version 3 of the
+~~ License, or (at your option) any later version.
+~~
+~~ This program is distributed in the hope that it will be useful,
+~~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+~~ GNU General Lesser Public License for more details.
+~~
+~~ You should have received a copy of the GNU General Lesser Public
+~~ License along with this program. If not, see
+~~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+~~ #L%
+~~~
+
----
Usages
----
Modified: trunk/maven-i18n-plugin/src/site/site_fr.xml
===================================================================
--- trunk/maven-i18n-plugin/src/site/site_fr.xml 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/maven-i18n-plugin/src/site/site_fr.xml 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,47 +1,83 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ I18n :: Maven Plugin
+
+ $Author$
+ $LastChangedDate$
+ $LastChangedRevision$
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2007 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
+
<project name="${project.name}">
- <bannerLeft>
- <name>${project.name}</name>
- <href>index.html</href>
- </bannerLeft>
+ <bannerLeft>
+ <name>${project.name}</name>
+ <href>index.html</href>
+ </bannerLeft>
- <body>
+ <body>
- <breadcrumbs>
- <item name="${project.name}" href="index.html" />
- </breadcrumbs>
+ <breadcrumbs>
+ <item name="${project.name}" href="index.html"/>
+ </breadcrumbs>
- <menu ref="parent"/>
-
- <menu name="Utilisateur">
- <item name="Introduction" href="index.html"/>
- <item name="Usages" href="usages.html"/>
- <item name="Goals" href="plugin-info.html">
- <item name="parserJava" href="parserJava-mojo.html"/>
- <item name="parserJaxx" href="parserJaxx-mojo.html"/>
- <item name="parserSwixat" href="parserSwixat-mojo.html"/>
- <item name="parserJavaActionConfig" href="parserJavaActionConfig-mojo.html"/>
- <item name="parserJavaTabConfig" href="parserJavaTabConfig-mojo.html"/>
- <item name="parserXWorks" href="parserValidation-mojo.html"/>
- <item name="get" href="get-mojo.html"/>
- <item name="gen" href="gen-mojo.html"/>
- <item name="collect-i18n-artifacts" href="collect-i18n-artifacts-mojo.html"/>
- <item name="bundle" href="bundle-mojo.html"/>
- <item name="help" href="help-mojo.html"/>
- </item>
- </menu>
+ <menu ref="parent"/>
- <menu name="Téléchargement">
- <item href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}.jar"
- name="Librairie (jar)"/>
- <item href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}-javadoc.jar"
- name="Javadoc (jar)"/>
- <item href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}-sources.jar"
- name="Sources (jar)"/>
- </menu>
-
- <menu ref="reports"/>
+ <menu name="Utilisateur">
+ <item name="Introduction" href="index.html"/>
+ <item name="Usages" href="usages.html"/>
+ <item name="Parser Goals" href="plugin-info.html">
+ <item name="parserJava" href="parserJava-mojo.html"/>
+ <item name="parserJaxx" href="parserJaxx-mojo.html"/>
+ <item name="parserSwixat" href="parserSwixat-mojo.html"/>
+ <item name="parserJavaActionConfig" href="parserJavaActionConfig-mojo.html"/>
+ <item name="parserJavaTabConfig" href="parserJavaTabConfig-mojo.html"/>
+ <item name="parserValidation" href="parserValidation-mojo.html"/>
+ <item name="get" href="get-mojo.html"/>
+ <item name="gen" href="gen-mojo.html"/>
+ </item>
+ <item name="Bundle Goals" href="plugin-info.html">
+ <item name="collect-i18n-artifacts" href="collect-i18n-artifacts-mojo.html"/>
+ <item name="bundle" href="bundle-mojo.html"/>
+ <item name="tapestry-bundle" href="tapestry-bundle-mojo.html"/>
+ </item>
+ <item name="Other Goals" href="plugin-info.html">
+ <item name="help" href="help-mojo.html"/>
+ </item>
+ </menu>
- </body>
+ <menu name="Téléchargement">
+ <item
+ href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}.jar"
+ name="Librairie (jar)"/>
+ <item
+ href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}-javadoc.jar"
+ name="Javadoc (jar)"/>
+ <item
+ href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}-sources.jar"
+ name="Sources (jar)"/>
+ </menu>
+
+ <menu ref="reports"/>
+
+ </body>
</project>
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/CountryEnum.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/CountryEnum.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/CountryEnum.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,25 +1,35 @@
-/*
- * *##%
+/*
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n;
+import java.util.logging.Logger;
+
/**
* Une énumération pour représenter le pays d'une locale
* <p/>
@@ -280,12 +290,11 @@
CountryEnum countryValue = null;
try {
countryValue = valueOf(country.toUpperCase());
- } catch (IllegalArgumentException e) {
- System.err.println("unfound country " + country +
- ", will use default one : " + defaultValue);
- } catch (NullPointerException e) {
- System.err.println("unfound country " + country +
- ", will use default one : " + defaultValue);
+ } catch (Exception e) {
+ Logger.getAnonymousLogger().warning(
+ "unfound country " + country +
+ ", will use default one : " + defaultValue
+ );
}
return countryValue == null ? defaultValue : countryValue;
}
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18n.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18n.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18n.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n;
import org.apache.commons.logging.Log;
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nBundleBridge.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nBundleBridge.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nBundleBridge.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,22 +1,29 @@
/*
- * *##%
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%*
+ * #L%
*/
/* *
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nDefaultTooltipFilter.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nDefaultTooltipFilter.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nDefaultTooltipFilter.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,21 +1,30 @@
-/* *##%
+/*
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%* */
+ * #L%
+ */
/* *
* i18nDefaultTooltipFilter.java
Deleted: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nFileReader.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nFileReader.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nFileReader.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,144 +0,0 @@
-/* *##%
- * I18n :: Api
- * Copyright (C) 2004 - 2010 CodeLutin
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%* */
-
-/* *
- * I18nFileReader.java
- *
- * Created: Nov 22, 2004
- *
- * @author Cédric Pineau <pineau(a)codelutin.com>
- * @version $Revision$
- *
- * Last update : $Date$
- * by : $Author$
- */
-
-package org.nuiton.i18n;
-
-import java.io.*;
-import java.nio.charset.Charset;
-import java.util.Properties;
-import java.util.regex.Pattern;
-
-/**
- * Classe assurant la lecture et les possibles traitement nécessaires à I18n.
- *
- * @author tchemit <chemit(a)codelutin.com>
- * @deprecated since 1.1, no more use of this class.
- */
-@Deprecated
-public class I18nFileReader extends Properties {
-
- protected static final Pattern commentPattern = Pattern.compile("[^\\\\]#");
-
- protected static final Pattern splitPattern = Pattern.compile("[^\\\\]=");
-
- private static final long serialVersionUID = 3611718334066783394L;
-
- public void load(InputStream inStream, String encodingTo) throws IOException {
- Charset charsetTo = Charset.forName(encodingTo);
- BufferedReader readerFile =
- new BufferedReader(new InputStreamReader(inStream, charsetTo));
- try {
- String lineFile;
- StringBuilder builderFile;
- builderFile = new StringBuilder();
- while ((lineFile = readerFile.readLine()) != null) {
- builderFile.append(lineFile).append('\n');
- }
- load(new ByteArrayInputStream(builderFile.toString().getBytes()));
- } finally {
- readerFile.close();
- }
-// super.load(new ByteArrayInputStream(builderFile.toString().getBytes()));
- }
-
- protected String interpretBackslashes(String message) {
- int backslashIndex = -1;
- while ((backslashIndex =
- message.indexOf("\\", backslashIndex + 1)) != -1) {
- if (message.length() >= backslashIndex + 1) {
- char charNextToBackslash = message.charAt(backslashIndex + 1);
- char replacementChar;
- switch (charNextToBackslash) {
- case '\\':
- replacementChar = '\\';
- break;
- case 't':
- replacementChar = '\t';
- break;
- case 'n':
- replacementChar = '\n';
- break;
- case ' ':
- replacementChar = ' ';
- break;
- case '=':
- replacementChar = '=';
- break;
- case ':':
- replacementChar = ':';
- break;
- default:
- replacementChar = '\\';
- break;
- }
- message = message.substring(0, backslashIndex) +
- replacementChar +
- message.substring(backslashIndex + 2);
- }
- }
- return message;
- }
-
- private static char[] chars = {'\\', '\n', '\t', ' ', '=', ':'};
-
- protected String serializeBackslashes(String message) {
- for (char c : chars) {
- int charIndex = -1;
- while ((charIndex = message.indexOf(c, charIndex + 2)) != -1) {
- String replacementString = "" + c;
- switch (c) {
- case '\\':
- replacementString = "\\\\";
- break;
- case '\t':
- replacementString = "\\t";
- break;
- case '\n':
- replacementString = "\\n";
- break;
- case ' ':
- replacementString = "\\ ";
- break;
- case '=':
- replacementString = "\\=";
- break;
- case ':':
- replacementString = "\\:";
- break;
- }
- message = message.substring(0, charIndex) + replacementString +
- message.substring(charIndex + 1);
- }
- }
- return message;
- }
-
-} //I18nFileReader
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nFilter.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nFilter.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nFilter.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,21 +1,30 @@
-/* *##%
+/*
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%* */
+ * #L%
+ */
/* *
* i18nFilter.java
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nLanguage.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nLanguage.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nLanguage.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n;
import org.apache.commons.logging.Log;
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nStore.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nStore.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nStore.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n;
import org.apache.commons.logging.Log;
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nUtil.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nUtil.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/I18nUtil.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n;
import org.apache.commons.logging.Log;
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/LanguageEnum.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/LanguageEnum.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/LanguageEnum.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,25 +1,35 @@
-/*
- * *##%
+/*
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n;
+import java.util.logging.Logger;
+
/**
* Une énumération pour représenter le langue d'une locale définie dans la norme
* <a href="http://www.iso.org/iso/iso_catalogue/catalogue_ics/catalogue_detail_ics.htm…"><code>ISO
@@ -177,12 +187,11 @@
LanguageEnum languageValue = null;
try {
languageValue = valueOf(language.toLowerCase());
- } catch (IllegalArgumentException e) {
- System.err.println("Unfound language " + language +
- ", will use default one " + defaultValue);
- } catch (NullPointerException e) {
- System.err.println("Unfound language " + language +
- ", will use default one " + defaultValue);
+ } catch (Exception e) {
+ Logger.getAnonymousLogger().warning(
+ "Unfound language " + language +
+ ", will use default one : " + defaultValue
+ );
}
return languageValue == null ? defaultValue : languageValue;
}
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundle.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundle.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundle.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
-/*
- * *##%
+/*
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.bundle;
import org.apache.commons.logging.Log;
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleEntry.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleEntry.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleEntry.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
-/*
- * *##%
+/*
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.bundle;
import org.nuiton.i18n.I18nUtil;
Deleted: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleFactory.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleFactory.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleFactory.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,162 +0,0 @@
-/*
- * *##%
- * I18n :: Api
- * Copyright (C) 2004 - 2010 CodeLutin
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
- * License along with this program. If not, see
- * <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%*
- */
-package org.nuiton.i18n.bundle;
-
-import org.apache.commons.logging.Log;
-import org.apache.commons.logging.LogFactory;
-import org.nuiton.i18n.I18nUtil;
-import org.nuiton.i18n.init.I18nInitializer;
-
-import java.io.InputStream;
-import java.net.URL;
-import java.util.ArrayList;
-import java.util.List;
-import java.util.Locale;
-import java.util.Properties;
-
-/**
- * Classe qui est responsable de la detection et construction de {@link
- * I18nBundle}.
- * <p/>
- * On retrouve aussi ici des méthodes utiles de parcours de bundles.
- *
- * @author tchemit <chemit(a)codelutin.com>
- * @since 1.0.6
- * @deprecated since 1.1, prefer use the {@link I18nBundleUtil} class instead.
- */
-@Deprecated
-public class I18nBundleFactory extends I18nBundleUtil {
-
- /** to use log facility, just put in your code: log.info(\"...\"); */
- private static final Log log = LogFactory.getLog(I18nBundleFactory.class);
-
- protected static String UNIQUE_BUNDLE_PATH = "/META-INF/";
-
- public static String UNIQUE_BUNDLE_DEF = "%1$s-definition.properties";
-
- public static String UNIQUE_BUNDLE_ENTRY = "%1$s-%2$s.properties";
-
- public static String BUNDLE_DEF_LOCALES = "locales";
-
- public static String BUNDLES_FOR_LOCALE = "bundles.";
-
- /**
- * Recherche la liste des url de toutes les resources i18n, i.e les urls des
- * fichiers de traduction en mode uniqueBundleName.
- * <p/>
- * On va d'abord rechercher un fichier /META-INF/unqiueBundleName-definition.properties
- * <p/>
- * Dans ce fichier il y a une entree locales qui contient les locales du
- * bundle
- * <p/>
- * Ensuite pour chaque locale on recupere l'url du fichier :
- * <p/>
- * /META-INF/uniqueBundleName-locale.properties
- * <p/>
- * Exemple :
- * <p/>
- * <code> fichier de définition : /META-INF/monAppli-definition.properties
- * locales=fr_fr,es_ES
- * <p/>
- * fichiers de traduction /META-INF/monAppli-fr_FR.properties
- * /META-INF/monAppli-es_ES.properties
- * <p/>
- * </code>
- *
- * @param uniqueBundleName le nom de l'unique bundle a charger
- * @return la liste des urls de bundle i18n
- * @deprecated since 1.1, prefer use the {@link I18nInitializer} api
- * instead.
- */
- @Deprecated
- public static URL[] getURLs(String uniqueBundleName) {
- String definitionFileName = String.format(UNIQUE_BUNDLE_DEF,
- uniqueBundleName);
- URL[] urls;
-
- try {
- URL defURL = I18nBundleFactory.class.getResource(
- UNIQUE_BUNDLE_PATH + definitionFileName);
- Properties p = loadUniqueNameDefFile(uniqueBundleName);
-
- String localesAsStr = p.getProperty(BUNDLE_DEF_LOCALES);
- Locale[] locales = I18nUtil.parseLocales(localesAsStr);
- List<URL> lUrls = new ArrayList<URL>(1);
- String prefixURL = defURL.toString();
- prefixURL = prefixURL.substring(0, prefixURL.length() -
- definitionFileName.length());
- //FIXME on devrait tester que la resource est disponible ?
-
- for (Locale l : locales) {
- String url = prefixURL + String.format(UNIQUE_BUNDLE_ENTRY,
- uniqueBundleName,
- l.toString());
- log.info("detected bundle properties file : " + url);
- URL u = new URL(url);
-// //FIXME on devrait tester que la resource est disponible ?
-
- lUrls.add(u);
- }
- if (!lUrls.isEmpty()) {
- urls = lUrls.toArray(new URL[lUrls.size()]);
- } else {
- // l'unique bundle n'a pas ete trouve!
- // on utilise la methode classique de chargement avec recherche
- // de tous les bundles i18n
- log.warn("not bundle files detected in " + prefixURL);
- urls = null;
- }
-
- } catch (Exception ex) {
- log.warn("could not load unique bundle " + uniqueBundleName +
- " for reason " + ex.getMessage(), ex);
- urls = null;
-
- }
- return urls;
- }
-
- /**
- * @param uniqueBundleName the unique bundle name
- * @return the properties file loaded
- * @deprecated since 1.1, prefer use the {@link I18nInitializer} api
- * instead.
- */
- @Deprecated
- public static Properties loadUniqueNameDefFile(String uniqueBundleName) {
- String definitionFileName = String.format(UNIQUE_BUNDLE_DEF,
- uniqueBundleName);
- Properties p = new Properties();
- try {
- URL defURL = I18nBundleFactory.class.getResource(
- UNIQUE_BUNDLE_PATH + definitionFileName);
- log.info("definition i18n file : " + defURL);
- InputStream stream = defURL.openStream();
- p.load(stream);
- stream.close();
- } catch (Exception ex) {
- log.warn("could not load unique bundle " + uniqueBundleName +
- " for reason " + ex.getMessage(), ex);
- }
- return p;
- }
-
-}
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleScope.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleScope.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleScope.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
-/*
- * *##%
+/*
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.bundle;
import org.nuiton.i18n.I18nUtil;
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleUtil.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleUtil.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/bundle/I18nBundleUtil.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.bundle;
import org.apache.commons.logging.Log;
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/ClassPathI18nInitializer.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/ClassPathI18nInitializer.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/ClassPathI18nInitializer.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.init;
import org.apache.commons.logging.Log;
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/DefaultI18nInitializer.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/DefaultI18nInitializer.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/DefaultI18nInitializer.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.init;
import org.apache.commons.logging.Log;
@@ -61,8 +69,6 @@
/** i18n path where to seek for resources (optional) */
protected String i18nPath;
- protected Properties definition;
-
protected URL definitionURL;
public static final String DEFAULT_I18N_PATH = "META-INF/";
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/I18nInitializer.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/I18nInitializer.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/I18nInitializer.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.init;
import org.apache.commons.logging.Log;
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/UserI18nInitializer.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/UserI18nInitializer.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/i18n/init/UserI18nInitializer.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.init;
import org.apache.commons.io.IOUtils;
Modified: trunk/nuiton-i18n/src/main/java/org/nuiton/util/LocaleConverter.java
===================================================================
--- trunk/nuiton-i18n/src/main/java/org/nuiton/util/LocaleConverter.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/main/java/org/nuiton/util/LocaleConverter.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,22 +1,30 @@
-/*
- * *##%
+/*
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%* */
+ * #L%
+ */
package org.nuiton.util;
Modified: trunk/nuiton-i18n/src/site/apt/index.apt
===================================================================
(Binary files differ)
Modified: trunk/nuiton-i18n/src/site/site_fr.xml
===================================================================
--- trunk/nuiton-i18n/src/site/site_fr.xml 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/site/site_fr.xml 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,33 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ I18n :: Api
+
+ $Author$
+ $LastChangedDate$
+ $LastChangedRevision$
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2004 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
+
<project name="${project.name}">
- <bannerLeft>
- <name>${project.name}</name>
- <href>index.html</href>
- </bannerLeft>
+ <bannerLeft>
+ <name>${project.name}</name>
+ <href>index.html</href>
+ </bannerLeft>
- <body>
+ <body>
- <breadcrumbs>
- <item name="${project.name}" href="index.html" />
- </breadcrumbs>
+ <breadcrumbs>
+ <item name="${project.name}" href="index.html"/>
+ </breadcrumbs>
- <menu ref="parent"/>
+ <menu ref="parent"/>
- <menu name="Utilisateur">
- <item name="Accueil" href="index.html"/>
- </menu>
+ <menu name="Utilisateur">
+ <item name="Accueil" href="index.html"/>
+ </menu>
- <menu name="Téléchargement">
- <item href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}.jar"
- name="Librairie (jar)"/>
- <item href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}-javadoc.jar"
- name="Javadoc (jar)"/>
- <item href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}-sources.jar"
- name="Sources (jar)"/>
- </menu>
+ <menu name="Téléchargement">
+ <item
+ href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}.jar"
+ name="Librairie (jar)"/>
+ <item
+ href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}-javadoc.jar"
+ name="Javadoc (jar)"/>
+ <item
+ href="${repository.home.url}/org/nuiton/i18n/${project.artifactId}/${project.version}/${project.build.finalName}-sources.jar"
+ name="Sources (jar)"/>
+ </menu>
- <menu ref="reports"/>
+ <menu ref="reports"/>
- </body>
+ </body>
</project>
Modified: trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/I18nStoreTest.java
===================================================================
--- trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/I18nStoreTest.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/I18nStoreTest.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n;
import org.junit.AfterClass;
Modified: trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/bundle/I18nBundleScopeTest.java
===================================================================
--- trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/bundle/I18nBundleScopeTest.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/test/java/org/nuiton/i18n/bundle/I18nBundleScopeTest.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.i18n.bundle;
import org.junit.Assert;
Modified: trunk/nuiton-i18n/src/test/java/org/nuiton/util/LocaleConverterTest.java
===================================================================
--- trunk/nuiton-i18n/src/test/java/org/nuiton/util/LocaleConverterTest.java 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/nuiton-i18n/src/test/java/org/nuiton/util/LocaleConverterTest.java 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,23 +1,31 @@
/*
- * *##%
+ * #%L
* I18n :: Api
+ *
+ * $Author$
+ * $LastChangedDate$
+ * $LastChangedRevision$
+ * $Id$
+ * $HeadURL$
+ * %%
* Copyright (C) 2004 - 2010 CodeLutin
- *
+ * %%
* This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
- *
- * You should have received a copy of the GNU General Lesser Public
+ *
+ * You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* <http://www.gnu.org/licenses/lgpl-3.0.html>.
- * ##%*
+ * #L%
*/
+
package org.nuiton.util;
import junit.framework.TestCase;
Modified: trunk/src/license/project.xml
===================================================================
--- trunk/src/license/project.xml 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/src/license/project.xml 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,4 +1,31 @@
<?xml version='1.0' encoding='UTF-8'?>
+<!--
+ #%L
+ I18n
+
+ $Author$
+ $LastChangedDate$
+ $LastChangedRevision$
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2008 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
<project xmlns="http://maven-site.nuiton.org/maven-license-plugin/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven-site.nuiton.org/maven-license-plugin/1.0.0 http://maven-site.nuiton.org/maven-license-plugin/licenseProjectDescriptor-…">
Modified: trunk/src/site/apt/application.apt
===================================================================
--- trunk/src/site/apt/application.apt 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/src/site/apt/application.apt 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,7 +1,38 @@
+~~~
+~~ #%L
+~~ I18n
+~~ ~~
+~~ $Author$
+~~ $LastChangedDate$
+~~ $LastChangedRevision$
+~~ $Id$
+~~ $HeadURL$
+~~ %%
+~~ Copyright (C) 2008 - 2010 CodeLutin
+~~ %%
+~~ This program is free software: you can redistribute it and/or modify
+~~ it under the terms of the GNU Lesser General Public License as
+~~ published by the Free Software Foundation, either version 3 of the
+~~ License, or (at your option) any later version.
+~~
+~~ This program is distributed in the hope that it will be useful,
+~~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+~~ GNU General Lesser Public License for more details.
+~~
+~~ You should have received a copy of the GNU General Lesser Public
+~~ License along with this program. If not, see
+~~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+~~ #L%
+~~~
+
+----
+Tutoriel Application
+----
+
Tutoriel d'application utilisant Nuiton I18n et une librairie utilisant
Nuiton I18n (utilisation de Maven)
-
Dans ce tutoriel nous allons créer une application qui affichera un message
à l'utilisateur et appellera l'unique méthode de la librairie que nous avons
créé dans le tutoriel précédent. Nous supposons donc dans ce tutoriel que vous
Modified: trunk/src/site/apt/bestPractices.apt
===================================================================
--- trunk/src/site/apt/bestPractices.apt 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/src/site/apt/bestPractices.apt 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,3 +1,35 @@
+~~~
+~~ #%L
+~~ I18n
+~~ ~~
+~~ $Author$
+~~ $LastChangedDate$
+~~ $LastChangedRevision$
+~~ $Id$
+~~ $HeadURL$
+~~ %%
+~~ Copyright (C) 2008 - 2010 CodeLutin
+~~ %%
+~~ This program is free software: you can redistribute it and/or modify
+~~ it under the terms of the GNU Lesser General Public License as
+~~ published by the Free Software Foundation, either version 3 of the
+~~ License, or (at your option) any later version.
+~~
+~~ This program is distributed in the hope that it will be useful,
+~~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+~~ GNU General Lesser Public License for more details.
+~~
+~~ You should have received a copy of the GNU General Lesser Public
+~~ License along with this program. If not, see
+~~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+~~ #L%
+~~~
+
+----
+I18n Best pratices
+----
+
Nuiton I18n Best Practices
* Choose a pattern and follow it
Modified: trunk/src/site/apt/extendInitializer.apt
===================================================================
--- trunk/src/site/apt/extendInitializer.apt 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/src/site/apt/extendInitializer.apt 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,3 +1,35 @@
+~~~
+~~ #%L
+~~ I18n
+~~ ~~
+~~ $Author$
+~~ $LastChangedDate$
+~~ $LastChangedRevision$
+~~ $Id$
+~~ $HeadURL$
+~~ %%
+~~ Copyright (C) 2008 - 2010 CodeLutin
+~~ %%
+~~ This program is free software: you can redistribute it and/or modify
+~~ it under the terms of the GNU Lesser General Public License as
+~~ published by the Free Software Foundation, either version 3 of the
+~~ License, or (at your option) any later version.
+~~
+~~ This program is distributed in the hope that it will be useful,
+~~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+~~ GNU General Lesser Public License for more details.
+~~
+~~ You should have received a copy of the GNU General Lesser Public
+~~ License along with this program. If not, see
+~~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+~~ #L%
+~~~
+
+----
+Extends Initializer
+----
+
Extend Initializer to suit exactly your needs
TODO
Modified: trunk/src/site/apt/helloWorld.apt
===================================================================
--- trunk/src/site/apt/helloWorld.apt 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/src/site/apt/helloWorld.apt 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,3 +1,35 @@
+~~~
+~~ #%L
+~~ I18n
+~~ ~~
+~~ $Author$
+~~ $LastChangedDate$
+~~ $LastChangedRevision$
+~~ $Id$
+~~ $HeadURL$
+~~ %%
+~~ Copyright (C) 2008 - 2010 CodeLutin
+~~ %%
+~~ This program is free software: you can redistribute it and/or modify
+~~ it under the terms of the GNU Lesser General Public License as
+~~ published by the Free Software Foundation, either version 3 of the
+~~ License, or (at your option) any later version.
+~~
+~~ This program is distributed in the hope that it will be useful,
+~~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+~~ GNU General Lesser Public License for more details.
+~~
+~~ You should have received a copy of the GNU General Lesser Public
+~~ License along with this program. If not, see
+~~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+~~ #L%
+~~~
+
+----
+Tutoriel Hello World
+----
+
Nuiton I18n Hello World
Ce premier tutorial a pour objectif de vous montrer comment se servir de la
Modified: trunk/src/site/apt/index.apt
===================================================================
--- trunk/src/site/apt/index.apt 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/src/site/apt/index.apt 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,10 +1,40 @@
+~~~
+~~ #%L
+~~ I18n
+~~ ~~
+~~ $Author$
+~~ $LastChangedDate$
+~~ $LastChangedRevision$
+~~ $Id$
+~~ $HeadURL$
+~~ %%
+~~ Copyright (C) 2008 - 2010 CodeLutin
+~~ %%
+~~ This program is free software: you can redistribute it and/or modify
+~~ it under the terms of the GNU Lesser General Public License as
+~~ published by the Free Software Foundation, either version 3 of the
+~~ License, or (at your option) any later version.
+~~
+~~ This program is distributed in the hope that it will be useful,
+~~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+~~ GNU General Lesser Public License for more details.
+~~
+~~ You should have received a copy of the GNU General Lesser Public
+~~ License along with this program. If not, see
+~~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+~~ #L%
+~~~
+----
Nuiton I18n
-
----
+----
2010-04-02
----
+Nuiton I18n
+
Le projet Nuiton I18n fournit des classes Java pour l'internationalisation
(i18n) des applications.
Modified: trunk/src/site/apt/library.apt
===================================================================
--- trunk/src/site/apt/library.apt 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/src/site/apt/library.apt 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,3 +1,35 @@
+~~~
+~~ #%L
+~~ I18n
+~~ ~~
+~~ $Author$
+~~ $LastChangedDate$
+~~ $LastChangedRevision$
+~~ $Id$
+~~ $HeadURL$
+~~ %%
+~~ Copyright (C) 2008 - 2010 CodeLutin
+~~ %%
+~~ This program is free software: you can redistribute it and/or modify
+~~ it under the terms of the GNU Lesser General Public License as
+~~ published by the Free Software Foundation, either version 3 of the
+~~ License, or (at your option) any later version.
+~~
+~~ This program is distributed in the hope that it will be useful,
+~~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+~~ GNU General Lesser Public License for more details.
+~~
+~~ You should have received a copy of the GNU General Lesser Public
+~~ License along with this program. If not, see
+~~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+~~ #L%
+~~~
+
+----
+Tutoriel Librarie
+----
+
Tutoriel de librairie utilisant Nuiton I18n (utilisation de Maven)
* Pourquoi un tutoriel différent pour une librairie et pour une application
Modified: trunk/src/site/apt/presentation.apt
===================================================================
--- trunk/src/site/apt/presentation.apt 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/src/site/apt/presentation.apt 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,3 +1,35 @@
+~~~
+~~ #%L
+~~ I18n
+~~ ~~
+~~ $Author$
+~~ $LastChangedDate$
+~~ $LastChangedRevision$
+~~ $Id$
+~~ $HeadURL$
+~~ %%
+~~ Copyright (C) 2008 - 2010 CodeLutin
+~~ %%
+~~ This program is free software: you can redistribute it and/or modify
+~~ it under the terms of the GNU Lesser General Public License as
+~~ published by the Free Software Foundation, either version 3 of the
+~~ License, or (at your option) any later version.
+~~
+~~ This program is distributed in the hope that it will be useful,
+~~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+~~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+~~ GNU General Lesser Public License for more details.
+~~
+~~ You should have received a copy of the GNU General Lesser Public
+~~ License along with this program. If not, see
+~~ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+~~ #L%
+~~~
+
+----
+Présentation I18n
+----
+
Présentation
La librairie Nuiton I18n a un fonctionnement relativement simple. Les chaînes
Modified: trunk/src/site/site_fr.xml
===================================================================
--- trunk/src/site/site_fr.xml 2010-04-12 14:07:01 UTC (rev 1744)
+++ trunk/src/site/site_fr.xml 2010-04-12 15:12:06 UTC (rev 1745)
@@ -1,39 +1,68 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ #%L
+ I18n
+
+ $Author$
+ $LastChangedDate$
+ $LastChangedRevision$
+ $Id$
+ $HeadURL$
+ %%
+ Copyright (C) 2008 - 2010 CodeLutin
+ %%
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Lesser Public License for more details.
+
+ You should have received a copy of the GNU General Lesser Public
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/lgpl-3.0.html>.
+ #L%
+ -->
+
<project name="${project.name}">
- <bannerLeft>
- <name>${project.name}</name>
- <href>index.html</href>
- </bannerLeft>
+ <bannerLeft>
+ <name>${project.name}</name>
+ <href>index.html</href>
+ </bannerLeft>
- <poweredBy>
- <logo href="http://maven.apache.org" name="Maven" img="${project.url}/images/logos/maven-feather.png"/>
- </poweredBy>
+ <poweredBy>
+ <logo href="http://maven.apache.org" name="Maven"
+ img="${project.url}/images/logos/maven-feather.png"/>
+ </poweredBy>
- <body>
+ <body>
- <breadcrumbs>
- <item name="${project.name}" href="index.html"/>
- </breadcrumbs>
+ <breadcrumbs>
+ <item name="${project.name}" href="index.html"/>
+ </breadcrumbs>
- <menu name="Utilisateur">
- <item name="Accueil" href="index.html"/>
- <item name="Présentation" href="presentation.html"/>
- <item name="Best Practices" href="bestPractices.html"/>
- </menu>
+ <menu name="Utilisateur">
+ <item name="Accueil" href="index.html"/>
+ <item name="Présentation" href="presentation.html"/>
+ <item name="Best Practices" href="bestPractices.html"/>
+ </menu>
- <menu name="Tutoriaux">
- <item name="Hello World" href="helloWorld.html"/>
- <item name="Librairie" href="library.html"/>
- <item name="Application finale" href="application.html"/>
- </menu>
+ <menu name="Tutoriaux">
+ <item name="Hello World" href="helloWorld.html"/>
+ <item name="Librairie" href="library.html"/>
+ <item name="Application finale" href="application.html"/>
+ </menu>
- <menu name="Développeur">
- <item name="Etendre Initializer" href="extendInitializer.html"/>
- </menu>
+ <menu name="Développeur">
+ <item name="Etendre Initializer" href="extendInitializer.html"/>
+ </menu>
- <menu ref="modules"/>
+ <menu ref="modules"/>
- <menu ref="reports"/>
- </body>
+ <menu ref="reports"/>
+ </body>
</project>
1
0
Author: tchemit
Date: 2010-04-12 16:07:01 +0200 (Mon, 12 Apr 2010)
New Revision: 1744
Log:
- Evolution #453: Use maven-helper-plugin 1.2.3
- Evolution #492: Use maven-license-plugin 2.1
Added:
trunk/src/license/
trunk/src/license/project.xml
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-04-12 12:14:29 UTC (rev 1743)
+++ trunk/pom.xml 2010-04-12 14:07:01 UTC (rev 1744)
@@ -224,7 +224,7 @@
<projectId>i18n</projectId>
<processor.version>1.0.3</processor.version>
- <helper.version>1.2.3-SNAPSHOT</helper.version>
+ <helper.version>1.2.3</helper.version>
</properties>
<!-- ************************************************************* -->
Added: trunk/src/license/project.xml
===================================================================
--- trunk/src/license/project.xml (rev 0)
+++ trunk/src/license/project.xml 2010-04-12 14:07:01 UTC (rev 1744)
@@ -0,0 +1,41 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<project xmlns="http://maven-site.nuiton.org/maven-license-plugin/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven-site.nuiton.org/maven-license-plugin/1.0.0 http://maven-site.nuiton.org/maven-license-plugin/licenseProjectDescriptor-…">
+ <mainLicense>lgpl_v3</mainLicense>
+
+ <headers>
+
+ <header>
+ <commentStyle>java</commentStyle>
+ <fileSets>
+ <fileSet>
+ <basedir>src/main/java</basedir>
+ <include>**/*.java</include>
+ </fileSet>
+ <fileSet>
+ <basedir>src/test/java</basedir>
+ <include>**/*.java</include>
+ </fileSet>
+ </fileSets>
+ </header>
+
+ <header>
+ <commentStyle>apt</commentStyle>
+ <fileSet>
+ <basedir>src/site</basedir>
+ <include>**/*.apt</include>
+ </fileSet>
+ </header>
+
+ <header>
+ <commentStyle>xml</commentStyle>
+ <fileSet>
+ <basedir>src/site</basedir>
+ <include>**/*.xml</include>
+ </fileSet>
+ </header>
+
+ </headers>
+
+</project>
Property changes on: trunk/src/license/project.xml
___________________________________________________________________
Added: svn:keywords
+ "Author Date Id Revision HeadURL
1
0