Author: tchemit Date: 2008-10-07 20:44:11 +0000 (Tue, 07 Oct 2008) New Revision: 1159 Added: maven-i18n-plugin/trunk/src/site/fr/rst/index.rst maven-license-switcher-plugin/trunk/src/site/fr/ maven-license-switcher-plugin/trunk/src/site/fr/rst/index.rst Removed: maven-i18n-plugin/trunk/src/site/apt/index.apt maven-license-switcher-plugin/trunk/src/site/apt/index.apt maven-license-switcher-plugin/trunk/src/site/xdoc/fr/ Modified: maven-i18n-plugin/trunk/src/site/site.xml maven-license-switcher-plugin/trunk/pom.xml maven-license-switcher-plugin/trunk/src/site/site.xml Log: make site works Deleted: maven-i18n-plugin/trunk/src/site/apt/index.apt =================================================================== --- maven-i18n-plugin/trunk/src/site/apt/index.apt 2008-10-07 15:01:13 UTC (rev 1158) +++ maven-i18n-plugin/trunk/src/site/apt/index.apt 2008-10-07 20:44:11 UTC (rev 1159) @@ -1,39 +0,0 @@ - ------ - Introduction - ------ - Tony Chemit - ------ - August 2008 - ------ - -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. - - * {{{parserJaxx-mojo.html}i18n:parserJaxx}} parse Jaxx sources. - - * {{{parserSwixat-mojo.html}i18n:parserSwixat}} parse Jaxx sources. - - * {{{parserJavaActionConfig-mojo.html}i18n:parserJavaActionConfig}} parse des actions jaxx. - - * {{{parserJavaTabConfig-mojo.html}i18n:parserJavaTabConfig}} parse des onglets jaxx. - - * {{{get-mojo.html}i18n:get}} assembly getter computed by parser-like goals. - - * {{{gen-mojo.html}i18n:gen}} generate i18n bundle from getters. - - * {{{help-mojo.html}i18n:help}} display help. - -* Usage - - Instructions on how to use the Help Plugin can be found {{{usage.html}here}}. - -* Examples - - to be done. Copied: maven-i18n-plugin/trunk/src/site/fr/rst/index.rst (from rev 1157, maven-i18n-plugin/trunk/src/site/apt/index.apt) =================================================================== --- maven-i18n-plugin/trunk/src/site/fr/rst/index.rst (rev 0) +++ maven-i18n-plugin/trunk/src/site/fr/rst/index.rst 2008-10-07 20:44:11 UTC (rev 1159) @@ -0,0 +1,38 @@ + Introduction + ------------ + +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: + + * **i18n:parserJava** parse Java sources. + + * **i18n:parserJaxx** parse Jaxx sources. + + * **i18n:parserSwixat** parse Jaxx sources. + + * **i18n:parserJavaActionConfig** parse des actions jaxx. + + * **i18n:parserJavaTabConfig** parse des onglets jaxx. + + * **i18n:get** assembly getter computed by parser-like goals. + + * **i18n:gen** generate i18n bundle from getters. + + * **i18n:help** display help. + +Usage +~~~~~ + +Instructions on how to use the Help Plugin can be found in **usages** page. + +Examples +~~~~~~~~ + + to be done. Modified: maven-i18n-plugin/trunk/src/site/site.xml =================================================================== --- maven-i18n-plugin/trunk/src/site/site.xml 2008-10-07 15:01:13 UTC (rev 1158) +++ maven-i18n-plugin/trunk/src/site/site.xml 2008-10-07 20:44:11 UTC (rev 1159) @@ -1,10 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <project name="${project.name}"> + <publishDate format="dd/MM/yyyy"/> + <skin> - <groupId>lutinlib</groupId> - <artifactId>lutin-site-skin</artifactId> - <version>0.1</version> + <groupId>org.codelutin</groupId> + <artifactId>maven-lutin-skin</artifactId> + <version>0.2</version> </skin> <bannerLeft> @@ -31,7 +33,16 @@ <menu name="Utilisateur"> <item name="Introduction" href="index.html"/> - <item name="Goals" href="plugin-info.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="get" href="get-mojo.html"/> + <item name="gen" href="gen-mojo.html"/> + <item name="help" href="help-mojo.html"/> + </item> <item name="Usage" href="usage.html"/> <item name="FAQ" href="faq.html"/> </menu> Modified: maven-license-switcher-plugin/trunk/pom.xml =================================================================== --- maven-license-switcher-plugin/trunk/pom.xml 2008-10-07 15:01:13 UTC (rev 1158) +++ maven-license-switcher-plugin/trunk/pom.xml 2008-10-07 20:44:11 UTC (rev 1159) @@ -64,7 +64,7 @@ <version>0.8.2</version> </plugin> - <!-- plugin jrst --> + <!-- plugin license switcher --> <plugin> <groupId>org.codelutin</groupId> <artifactId>maven-license-switcher-plugin</artifactId> Deleted: maven-license-switcher-plugin/trunk/src/site/apt/index.apt =================================================================== --- maven-license-switcher-plugin/trunk/src/site/apt/index.apt 2008-10-07 15:01:13 UTC (rev 1158) +++ maven-license-switcher-plugin/trunk/src/site/apt/index.apt 2008-10-07 20:44:11 UTC (rev 1159) @@ -1,33 +0,0 @@ - ------ - Introduction - ------ - Tony Chemit - ------ - August 2008 - ------ - -Maven license-switcher Plugin - - The Maven License Switcher Plugin is used to switch the license on java sources of a maven module. - -* Goals Overview - - The plugin has the following goals: - - * {{{license-mojo.html}license-switcher:license}} add license file and third-party files to classpath (generate them if necessary). - - * {{{third-party-mojo.html}license-switcher:third-party}} write the licenses of all third-party libraries used in project. - - * {{{switch-mojo.html}license-switcher:switch}} parse Java sources and switch license header. - - * {{{help-mojo.html}license-switcher:help}} display help about the plugin (goals, usage). - - * {{{available-licenses-mojo.html}license-switcher:available-licenses}} display the known licenses of the plugin. - -* Usage - - Instructions on how to use the Plugin can be found {{{usage.html}here}}. - -* Examples - - to be done. Copied: maven-license-switcher-plugin/trunk/src/site/fr (from rev 1157, maven-license-switcher-plugin/trunk/src/site/xdoc/fr) Copied: maven-license-switcher-plugin/trunk/src/site/fr/rst/index.rst (from rev 1157, maven-license-switcher-plugin/trunk/src/site/apt/index.apt) =================================================================== --- maven-license-switcher-plugin/trunk/src/site/fr/rst/index.rst (rev 0) +++ maven-license-switcher-plugin/trunk/src/site/fr/rst/index.rst 2008-10-07 20:44:11 UTC (rev 1159) @@ -0,0 +1,32 @@ +Introduction +------------- + +Maven license-switcher Plugin +============================= + +The Maven License Switcher Plugin is used to switch the license on java sources of a maven module. + +Goals Overview +~~~~~~~~~~~~~~ + +The plugin has the following goals: + + * **license-switcher:license** add license file and third-party files to classpath (generate them if necessary). + + * **license-switcher:third-party** write the licenses of all third-party libraries used in project. + + * **license-switcher:switch** parse Java sources and switch license header. + + * **license-switcher:help** display help about the plugin (goals, usage). + + * **license-switcher:available-licenses** display the known licenses of the plugin. + +Usage +~~~~~ + + Instructions on how to use the Plugin can be found on usage page ToDo + +Examples +~~~~~~~~ + + to be done. Property changes on: maven-license-switcher-plugin/trunk/src/site/fr/rst/index.rst ___________________________________________________________________ Name: svn:mergeinfo + Modified: maven-license-switcher-plugin/trunk/src/site/site.xml =================================================================== --- maven-license-switcher-plugin/trunk/src/site/site.xml 2008-10-07 15:01:13 UTC (rev 1158) +++ maven-license-switcher-plugin/trunk/src/site/site.xml 2008-10-07 20:44:11 UTC (rev 1159) @@ -1,10 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <project name="${project.name}"> + <publishDate format="dd/MM/yyyy"/> + <skin> - <groupId>lutinlib</groupId> - <artifactId>lutin-site-skin</artifactId> - <version>0.1</version> + <groupId>org.codelutin</groupId> + <artifactId>maven-lutin-skin</artifactId> + <version>0.2</version> </skin> <bannerLeft> @@ -31,7 +33,13 @@ <menu name="Utilisateur"> <item name="Introduction" href="index.html"/> - <item name="Goals" href="plugin-info.html"/> + <item name="Goals" href="plugin-info.html"> + <item name="license" href="license-mojo.html"/> + <item name="third-party" href="third-party-mojo.html"/> + <item name="switch" href="switch-mojo.html"/> + <item name="available-licenses" href="available-licenses-mojo.html"/> + <item name="help" href="help-mojo.html"/> + </item> <item name="Usage" href="usage.html"/> <item name="FAQ" href="faq.html"/> </menu> @@ -41,9 +49,9 @@ </menu> <menu name="Téléchargement"> - <item href="${labs.builder.url}/org/codelutin/plugin/${project.artifactId}/${project.version}" + <item href="${labs.builder.url}/org/codelutin/${project.artifactId}/${project.version}" name="Télécharger la dernière version"/> - <item href="${labs.builder.url}/org/codelutin/plugin/${project.artifactId}" + <item href="${labs.builder.url}/org/codelutin/${project.artifactId}" name="Voir toutes les versions"/> </menu>