[Buix-commits] r935 - in lutinjaxx/trunk: jaxx-core/src/site jaxx-core/src/site/fr/rst jaxx-util/src/site maven-jaxx-plugin/src maven-jaxx-plugin/src/site
Author: tchemit Date: 2008-10-16 15:02:13 +0000 (Thu, 16 Oct 2008) New Revision: 935 Removed: lutinjaxx/trunk/jaxx-core/src/site/fr/rst/examples/ lutinjaxx/trunk/jaxx-core/src/site/fr/rst/exemples.rst lutinjaxx/trunk/jaxx-core/src/site/resources/ lutinjaxx/trunk/jaxx-core/src/site/site.xml lutinjaxx/trunk/jaxx-util/src/site/resources/ lutinjaxx/trunk/maven-jaxx-plugin/src/examples/ lutinjaxx/trunk/maven-jaxx-plugin/src/site/resources/ Modified: lutinjaxx/trunk/maven-jaxx-plugin/src/site/site.xml Log: introduce jaxx-example module remove unused site resources Deleted: lutinjaxx/trunk/jaxx-core/src/site/fr/rst/exemples.rst =================================================================== --- lutinjaxx/trunk/jaxx-core/src/site/fr/rst/exemples.rst 2008-10-16 14:56:18 UTC (rev 934) +++ lutinjaxx/trunk/jaxx-core/src/site/fr/rst/exemples.rst 2008-10-16 15:02:13 UTC (rev 935) @@ -1,28 +0,0 @@ -======== -Exemples -======== - -Here are some simple example programs to give you an idea of what JAXX is all about: - - * JAXXEdit - A complete application written using JAXX for the GUI. - - * Components_ - Comprehensive demo which displays most of the Swing components. Demonstrates every major feature of JAXX, including data binding, scripting, and CSS stylesheets. - - * LabelStyles_ - Uses data binding to edit the appearance of a JLabel. Shows off the power and usefulness of data binding well. - - * Calculator_ - Four-function calculator. Based on the XUL Grand Coding Challenge. - - * Counter_ - simple data binding and scripting example. Based on the XUL Grand Coding Challenge. - - * Validation_ - simple data validation with xworks and jxlayer. - -.. _Components: examples/Components.jaxx.html - -.. _LabelStyles: examples/LabelStyles.jaxx.html - -.. _Calculator: examples/Calculator.jaxx.html - -.. _Counter: examples/Counter.jaxx.html - -.. _Validation: examples/Validation.jaxx.html \ No newline at end of file Deleted: lutinjaxx/trunk/jaxx-core/src/site/site.xml =================================================================== --- lutinjaxx/trunk/jaxx-core/src/site/site.xml 2008-10-16 14:56:18 UTC (rev 934) +++ lutinjaxx/trunk/jaxx-core/src/site/site.xml 2008-10-16 15:02:13 UTC (rev 935) @@ -1,45 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project name="${project.name}"> - - <bannerLeft> - <name>${project.name}</name> - <src>jaxx.png</src> - <href>index.html</href> - </bannerLeft> - - <poweredBy> - <logo href="http://maven.apache.org" name="Maven" img="images/logos/maven-feather.png"/> - <logo href="http://jrst.labs.libre-entreprise.org" name="JRst" img="images/jrst-logo.png"/> - <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText" - img="images/restructuredtext-logo.png"/> - </poweredBy> - - <body> - - <menu ref="parent"/> - - <menu name="Utilisateur"> - <item name="Accueil" href="index.html"/> - <item name="Exemples" href="exemples.html"> - <item name="Components" href="examples/Components.jaxx.html"/> - <item name="LabelStyles" href="examples/LabelStyles.jaxx.html"/> - <item name="Calculator" href="examples/Calculator.jaxx.html"/> - <item name="Counter" href="examples/Counter.jaxx.html"/> - </item> - </menu> - - <menu name="Téléchargement"> - <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/${project.artifactId}" - name="Voir toutes les versions"/> - </menu> - - <menu name="Développeur"> - <item name="A faire" href="Todo.html"/> - </menu> - - <menu ref="reports"/> - - </body> -</project> Modified: lutinjaxx/trunk/maven-jaxx-plugin/src/site/site.xml =================================================================== --- lutinjaxx/trunk/maven-jaxx-plugin/src/site/site.xml 2008-10-16 14:56:18 UTC (rev 934) +++ lutinjaxx/trunk/maven-jaxx-plugin/src/site/site.xml 2008-10-16 15:02:13 UTC (rev 935) @@ -1,18 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <project name="${project.name}"> - - <bannerLeft> - <name>${project.name}</name> - <src>jaxx.png</src> - <href>index.html</href> - </bannerLeft> - - <poweredBy> - <logo href="http://maven.apache.org" name="Maven" img="images/logos/maven-feather.png"/> - <logo href="http://jrst.labs.libre-entreprise.org" name="JRst" img="images/jrst-logo.png"/> - <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText" - img="images/restructuredtext-logo.png"/> - </poweredBy> <body> @@ -36,8 +23,6 @@ <menu name="Développeur" inherit="top"> <item name="A faire" href="Todo.html"/> </menu> - - <menu ref="reports"/> - + </body> </project>
participants (1)
-
tchemit@users.labs.libre-entreprise.org