[Lutinweb-commits] r99 - in trunk/hessian: . api api/src api/src/site api/src/site/fml api/src/site/xdoc api/src/site/xdoc/fr api/src/site/xdoc/fr/rst client client/src client/src/site client/src/site/fml client/src/site/xdoc client/src/site/xdoc/fr client/src/site/xdoc/fr/rst server server/src server/src/site server/src/site/fml server/src/site/xdoc server/src/site/xdoc/fr server/src/site/xdoc/fr/rst src/site
Author: tchemit Date: 2008-08-14 10:16:32 +0000 (Thu, 14 Aug 2008) New Revision: 99 Added: trunk/hessian/api/src/site/ trunk/hessian/api/src/site/fml/ trunk/hessian/api/src/site/fml/faq.fml trunk/hessian/api/src/site/xdoc/ trunk/hessian/api/src/site/xdoc/fr/ trunk/hessian/api/src/site/xdoc/fr/rst/ trunk/hessian/api/src/site/xdoc/fr/rst/Todo.rst trunk/hessian/client/src/site/ trunk/hessian/client/src/site/fml/ trunk/hessian/client/src/site/fml/faq.fml trunk/hessian/client/src/site/xdoc/ trunk/hessian/client/src/site/xdoc/fr/ trunk/hessian/client/src/site/xdoc/fr/rst/ trunk/hessian/client/src/site/xdoc/fr/rst/Todo.rst trunk/hessian/server/src/site/ trunk/hessian/server/src/site/fml/ trunk/hessian/server/src/site/fml/faq.fml trunk/hessian/server/src/site/xdoc/ trunk/hessian/server/src/site/xdoc/fr/ trunk/hessian/server/src/site/xdoc/fr/rst/ trunk/hessian/server/src/site/xdoc/fr/rst/Todo.rst Modified: trunk/hessian/ trunk/hessian/api/pom.xml trunk/hessian/client/pom.xml trunk/hessian/pom.xml trunk/hessian/server/pom.xml trunk/hessian/src/site/site.xml Log: mise en place du site Property changes on: trunk/hessian ___________________________________________________________________ Name: svn:ignore + target Modified: trunk/hessian/api/pom.xml =================================================================== --- trunk/hessian/api/pom.xml 2008-08-14 09:30:51 UTC (rev 98) +++ trunk/hessian/api/pom.xml 2008-08-14 10:16:32 UTC (rev 99) @@ -8,7 +8,7 @@ <!-- *** POM Relationships *************************************** --> <!-- ************************************************************* --> <parent> - <groupId>org.codelutin</groupId> + <groupId>org.codelutin.hessian</groupId> <artifactId>hessian-test-pom</artifactId> <version>0.1</version> </parent> Added: trunk/hessian/api/src/site/fml/faq.fml =================================================================== --- trunk/hessian/api/src/site/fml/faq.fml (rev 0) +++ trunk/hessian/api/src/site/fml/faq.fml 2008-08-14 10:16:32 UTC (rev 99) @@ -0,0 +1,33 @@ +<?xml version="1.0"?> + +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + +<faqs id="FAQ" title="Frequently Asked Questions"> + <part id="General"> + <faq id="Test question api ?"> + <question>test question api ?</question> + <answer> + <p> + The first api answer :) + </p> + </answer> + </faq> + </part> +</faqs> \ No newline at end of file Added: trunk/hessian/api/src/site/xdoc/fr/rst/Todo.rst =================================================================== --- trunk/hessian/api/src/site/xdoc/fr/rst/Todo.rst (rev 0) +++ trunk/hessian/api/src/site/xdoc/fr/rst/Todo.rst 2008-08-14 10:16:32 UTC (rev 99) @@ -0,0 +1,4 @@ +TODO +==== + +C'est à faire ? \ No newline at end of file Modified: trunk/hessian/client/pom.xml =================================================================== --- trunk/hessian/client/pom.xml 2008-08-14 09:30:51 UTC (rev 98) +++ trunk/hessian/client/pom.xml 2008-08-14 10:16:32 UTC (rev 99) @@ -8,7 +8,7 @@ <!-- *** POM Relationships *************************************** --> <!-- ************************************************************* --> <parent> - <groupId>org.codelutin</groupId> + <groupId>org.codelutin.hessian</groupId> <artifactId>hessian-test-pom</artifactId> <version>0.1</version> </parent> @@ -18,7 +18,7 @@ <dependencies> <dependency> - <groupId>org.codelutin</groupId> + <groupId>org.codelutin.hessian</groupId> <artifactId>hessian-test-api</artifactId> </dependency> Added: trunk/hessian/client/src/site/fml/faq.fml =================================================================== --- trunk/hessian/client/src/site/fml/faq.fml (rev 0) +++ trunk/hessian/client/src/site/fml/faq.fml 2008-08-14 10:16:32 UTC (rev 99) @@ -0,0 +1,33 @@ +<?xml version="1.0"?> + +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + +<faqs id="FAQ" title="Frequently Asked Questions"> + <part id="General"> + <faq id="Test question client ?"> + <question>test questionclient ?</question> + <answer> + <p> + The first client answer :) + </p> + </answer> + </faq> + </part> +</faqs> \ No newline at end of file Added: trunk/hessian/client/src/site/xdoc/fr/rst/Todo.rst =================================================================== --- trunk/hessian/client/src/site/xdoc/fr/rst/Todo.rst (rev 0) +++ trunk/hessian/client/src/site/xdoc/fr/rst/Todo.rst 2008-08-14 10:16:32 UTC (rev 99) @@ -0,0 +1,4 @@ +TODO +==== + +C'est à faire ? \ No newline at end of file Modified: trunk/hessian/pom.xml =================================================================== --- trunk/hessian/pom.xml 2008-08-14 09:30:51 UTC (rev 98) +++ trunk/hessian/pom.xml 2008-08-14 10:16:32 UTC (rev 99) @@ -19,6 +19,7 @@ <module>client</module> </modules> + <groupId>org.codelutin.hessian</groupId> <artifactId>hessian-test-pom</artifactId> <dependencyManagement> @@ -41,7 +42,7 @@ </dependency> <dependency> - <groupId>org.codelutin</groupId> + <groupId>org.codelutin.hessian</groupId> <artifactId>hessian-test-api</artifactId> <version>0.1</version> <scope>compile</scope> Modified: trunk/hessian/server/pom.xml =================================================================== --- trunk/hessian/server/pom.xml 2008-08-14 09:30:51 UTC (rev 98) +++ trunk/hessian/server/pom.xml 2008-08-14 10:16:32 UTC (rev 99) @@ -8,7 +8,7 @@ <!-- *** POM Relationships *************************************** --> <!-- ************************************************************* --> <parent> - <groupId>org.codelutin</groupId> + <groupId>org.codelutin.hessian</groupId> <artifactId>hessian-test-pom</artifactId> <version>0.1</version> </parent> @@ -18,7 +18,7 @@ <dependencies> <dependency> - <groupId>org.codelutin</groupId> + <groupId>org.codelutin.hessian</groupId> <artifactId>hessian-test-api</artifactId> </dependency> Added: trunk/hessian/server/src/site/fml/faq.fml =================================================================== --- trunk/hessian/server/src/site/fml/faq.fml (rev 0) +++ trunk/hessian/server/src/site/fml/faq.fml 2008-08-14 10:16:32 UTC (rev 99) @@ -0,0 +1,33 @@ +<?xml version="1.0"?> + +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + +<faqs id="FAQ" title="Frequently Asked Questions"> + <part id="General"> + <faq id="Test question server?"> + <question>test question server?</question> + <answer> + <p> + The first server answer :) + </p> + </answer> + </faq> + </part> +</faqs> \ No newline at end of file Added: trunk/hessian/server/src/site/xdoc/fr/rst/Todo.rst =================================================================== --- trunk/hessian/server/src/site/xdoc/fr/rst/Todo.rst (rev 0) +++ trunk/hessian/server/src/site/xdoc/fr/rst/Todo.rst 2008-08-14 10:16:32 UTC (rev 99) @@ -0,0 +1,4 @@ +TODO +==== + +C'est à faire ? \ No newline at end of file Modified: trunk/hessian/src/site/site.xml =================================================================== --- trunk/hessian/src/site/site.xml 2008-08-14 09:30:51 UTC (rev 98) +++ trunk/hessian/src/site/site.xml 2008-08-14 10:16:32 UTC (rev 99) @@ -29,23 +29,28 @@ <item name="${project.organization.name}" href="${project.organization.url}"/> </links> + <menu ref="parent"/> + + <menu name="Utilisateur"> <item name="Accueil" href="index.html"/> <item name="FAQ" href="faq.html"/> </menu> <menu name="Téléchargement"> - <item href="${labs.builder.url}/org/codelutin/${project.artifactId}/${project.version}" + <item href="${labs.builder.url}/org/codelutin/hessian/${project.artifactId}/${project.version}" name="Télécharger la dernière version"/> - <item href="${labs.builder.url}/org/codelutin/${project.artifactId}" + <item href="${labs.builder.url}/org/codelutin/hessian/${project.artifactId}" name="Voir toutes les versions"/> </menu> <menu name="Développeur"> <item name="A faire" href="Todo.html"/> - <!--item name="CommandLineArgumentApplication" href="/CommandLineArgumentApplication.html"/--> </menu> + + <menu ref="modules"/> + <menu ref="reports"/> </body>
participants (1)
-
tchemit@users.labs.libre-entreprise.org