Author: tchemit Date: 2009-09-03 19:32:27 +0200 (Thu, 03 Sep 2009) New Revision: 1668 Added: trunk/maven-i18n-plugin/changelog.txt trunk/nuiton-i18n-api/changelog.txt Modified: trunk/maven-i18n-plugin/src/site/apt/usages.apt Log: improve doc + readd changelog file (when building project as standalone it is not working...) but with an empty content Added: trunk/maven-i18n-plugin/changelog.txt =================================================================== --- trunk/maven-i18n-plugin/changelog.txt (rev 0) +++ trunk/maven-i18n-plugin/changelog.txt 2009-09-03 17:32:27 UTC (rev 1668) @@ -0,0 +1 @@ +see the changelog of org.nuiton:i18n project. \ No newline at end of file Modified: trunk/maven-i18n-plugin/src/site/apt/usages.apt =================================================================== --- trunk/maven-i18n-plugin/src/site/apt/usages.apt 2009-09-03 17:20:38 UTC (rev 1667) +++ trunk/maven-i18n-plugin/src/site/apt/usages.apt 2009-09-03 17:32:27 UTC (rev 1668) @@ -24,38 +24,24 @@ 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 - mymodule - | - +- src - | | - | +- main - | | - | +- resources - | | - | +- i18n - | | - | +- mymodule-fr_FR.properties - | +- mymodule-en_UK.properties - | - +- target - | - +- classes - | | - | +- META-INF - | | - | +- mymodule-i18n-definition.properties - | +- mymodule-i18n-fr_FR.properties - | +- mymodule-i18n-en_UK.properties - | - +- generated-sources - | - +- i18n - | - +- mymodule-fr_FR.properties - +- mymodule-en_UK.properties - - ----------------------------------------------------------------------------- * Parse files Added: trunk/nuiton-i18n-api/changelog.txt =================================================================== --- trunk/nuiton-i18n-api/changelog.txt (rev 0) +++ trunk/nuiton-i18n-api/changelog.txt 2009-09-03 17:32:27 UTC (rev 1668) @@ -0,0 +1 @@ +see the changelog of org.nuiton:i18n project. \ No newline at end of file