Author: tchemit Date: 2009-09-03 19:20:38 +0200 (Thu, 03 Sep 2009) New Revision: 1667 Removed: trunk/maven-i18n-plugin/changelog.txt trunk/nuiton-i18n-api/changelog.txt Modified: trunk/changelog.txt Log: keep only one changelog for all the project Modified: trunk/changelog.txt =================================================================== --- trunk/changelog.txt 2009-09-03 17:08:54 UTC (rev 1666) +++ trunk/changelog.txt 2009-09-03 17:20:38 UTC (rev 1667) @@ -1,9 +1,56 @@ 1.0.1 - * [FIX] #27: les fichiers java ne sont plus détectés - * [FIX] #29: les urls de telechargements ne sont pas ok pour le plugin + * [FIX #27] les fichiers java ne sont plus détectés + * [FIX #29] les urls de telechargements ne sont pas ok pour le plugin + * [FEATURE #41] improve the documentation of the plugin -- chemit -- Thu, 03 Sep 2009 18:51:54 +0200 -1.0.0 xxx xxx - * Initial release (merge of previous lutin projects) \ No newline at end of file +1.0.0 chemit 20090823 + * Initial release (merge of previous lutin projects) + * migrate to groupId org.nuiton + +0.12 chemit 20090511 (maven-i18n-plugin) + * bump versions (lutinproject, lutinprocessor, maven-license-switcher-plugin) + * improve download section on site + * update site + * introduce bundle goal to merge all bundle into one for final application + * no more use of bundles property, prefer locales one (with real Locale object instead of simple String one...) + +0.11 chemit 20090311 (maven-i18n-plugin) + * 20090420 [chemit] - bump versions + * 20090417 [chemit] - replace bundles parameters from tyep String[] to String type to make easier configuration + - use lutinproject 3.5.xx + - use lutinpluginutil 0.4 + +0.10 chemit 20090311 (maven-i18n-plugin) + * 20090223 [chemit] will skip get and gen goal if no getters were registred while parsing goals + +0.9 chemit 20090218 (maven-i18n-plugin) + * 20090217 [chemit] use project.build.sourceEncoding instead of maven.compile.encoding as default encoding + * 20090214 [chemit] add safeMode, showTouchedFiles properties in parser mojo (none safeMode will improve performance) + * 20090205 [chemit] use lutinproject 3.4 + +0.8 chemit 20090107 (maven-i18n-plugin) + * 20081205 [chemit] modify ParserValidation (message can by suffix by ## to delimite args) + +0.7 chemit 20081117 (maven-i18n-plugin) + * 20081205 [chemit] use lutinpluginproject 3.2 + +ver-0-7 chemit 20081117 (maven-i18n-plugin) + * 20081118 [chemit] use lutinpluginproject 3.1 + * 20081026 [chemit] add xworks validator parse + * 20081026 [chemit] improve parser mojo logging + +ver-0-6 thimel 20080922 (maven-i18n-plugin) + * 20080925 [chemit] Using lutinpluginutil 0.2 and license-switcher in pom (no more in superpom) + * 20080922 [thimel] Using lutinpluginproject 3.0 + +ver-0-5 chemit 20080824 (maven-i18n-plugin) + * 20080824 [chemit] refactoring code + unificiation des reader et writer pour que cela fonctionne en utf8 + * 20080824 [chemit] suppresion dependance lutinutil + * 20080824 [chemit] passage du projet en utf8 + * 20080824 [chemit] passage en maven 2 layout directory + +ver-0-4 (maven-i18n-plugin) + * [chemit] pas maintenu avant ! \ No newline at end of file Deleted: trunk/maven-i18n-plugin/changelog.txt =================================================================== --- trunk/maven-i18n-plugin/changelog.txt 2009-09-03 17:08:54 UTC (rev 1666) +++ trunk/maven-i18n-plugin/changelog.txt 2009-09-03 17:20:38 UTC (rev 1667) @@ -1,49 +0,0 @@ -1.0.1 chemit 20090825 - * [FIX] #27 : regex no more compatible with plexus-utils - * [FIX] #29 : urls of plugin download are wrong - * [FEATURE] : improve the documentation of the plugin - -1.0.0 chemit 20090823 - * migrate to groupId org.nuiton - -0.12 chemit 20090511 - * bump versions (lutinproject, lutinprocessor, maven-license-switcher-plugin) - * improve download section on site - * update site - * introduce bundle goal to merge all bundle into one for final application - * no more use of bundles property, prefer locales one (with real Locale object instead of simple String one...) - -0.11 chemit 20090311 - * 20090420 [chemit] - bump versions - * 20090417 [chemit] - replace bundles parameters from tyep String[] to String type to make easier configuration - - use lutinproject 3.5.xx - - use lutinpluginutil 0.4 - -0.10 chemit 20090311 - * 20090223 [chemit] will skip get and gen goal if no getters were registred while parsing goals -0.9 chemit 20090218 - * 20090217 [chemit] use project.build.sourceEncoding instead of maven.compile.encoding as default encoding - * 20090214 [chemit] add safeMode, showTouchedFiles properties in parser mojo (none safeMode will improve performance) - * 20090205 [chemit] use lutinproject 3.4 -0.8 chemit 20090107 - * 20081205 [chemit] modify ParserValidation (message can by suffix by ## to delimite args) - -0.7 chemit 20081117 - * 20081205 [chemit] use lutinpluginproject 3.2 -ver-0-7 chemit 20081117 - * 20081118 [chemit] use lutinpluginproject 3.1 - * 20081026 [chemit] add xworks validator parse - * 20081026 [chemit] improve parser mojo logging - -ver-0-6 thimel 20080922 - * 20080925 [chemit] Using lutinpluginutil 0.2 and license-switcher in pom (no more in superpom) - * 20080922 [thimel] Using lutinpluginproject 3.0 - -ver-0-5 chemit 20080824 - * 20080824 [chemit] refactoring code + unificiation des reader et writer pour que cela fonctionne en utf8 - * 20080824 [chemit] suppresion dependance lutinutil - * 20080824 [chemit] passage du projet en utf8 - * 20080824 [chemit] passage en maven 2 layout directory - -ver-0-4 - * [chemit] pas maintenu avant ! Deleted: trunk/nuiton-i18n-api/changelog.txt =================================================================== --- trunk/nuiton-i18n-api/changelog.txt 2009-09-03 17:08:54 UTC (rev 1666) +++ trunk/nuiton-i18n-api/changelog.txt 2009-09-03 17:20:38 UTC (rev 1667) @@ -1,2 +0,0 @@ -1.0.0 ? - * initial release