Author: tchemit Date: 2010-04-20 10:42:35 +0200 (Tue, 20 Apr 2010) New Revision: 1899 Log: fix doc headers + use stable version of eugene Modified: trunk/pom.xml trunk/src/site/rst/index.rst trunk/topia-persistence/src/site/rst/Devel.rst trunk/topia-persistence/src/site/rst/FAQ.rst trunk/topia-persistence/src/site/rst/HibernateMapping.rst trunk/topia-persistence/src/site/rst/Isolation.rst trunk/topia-persistence/src/site/rst/ModelGeneration.rst trunk/topia-persistence/src/site/rst/SchemaMigration.rst trunk/topia-persistence/src/site/rst/Todo.rst trunk/topia-persistence/src/site/rst/TopiaDocumentation.rst trunk/topia-persistence/src/site/rst/TopiaQuery.rst trunk/topia-persistence/src/site/rst/event.rst trunk/topia-persistence/src/site/rst/howto.rst trunk/topia-persistence/src/site/rst/index.rst trunk/topia-persistence/src/site/rst/project.rst trunk/topia-persistence/src/site/rst/security.rst trunk/topia-service-migration/src/site/rst/index.rst trunk/topia-service-migration/src/site/rst/manualMigration.rst trunk/topia-service-replication/pom.xml trunk/topia-service-replication/src/site/rst/index.rst trunk/topia-service-security/src/site/rst/index.rst Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-04-20 00:10:50 UTC (rev 1898) +++ trunk/pom.xml 2010-04-20 08:42:35 UTC (rev 1899) @@ -216,7 +216,7 @@ <projectId>topia</projectId> <!-- libs version --> - <eugene.version>2.0.1-SNAPSHOT</eugene.version> + <eugene.version>2.0.1</eugene.version> <lutinutil.version>1.2.2</lutinutil.version> <processor.version>1.0.3</processor.version> <i18n.version>1.2.1</i18n.version> Modified: trunk/src/site/rst/index.rst =================================================================== --- trunk/src/site/rst/index.rst 2010-04-20 00:10:50 UTC (rev 1898) +++ trunk/src/site/rst/index.rst 2010-04-20 08:42:35 UTC (rev 1899) @@ -1,30 +1,29 @@ -Accueil -======= - .. - .. * #%L .. * ToPIA -.. * +.. * .. * $Id$ .. * $HeadURL$ .. * %% .. * Copyright (C) 2004 - 2010 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify -.. * it under the terms of the GNU Lesser General Public License as -.. * published by the Free Software Foundation, either version 3 of the +.. * it under the terms of the GNU Lesser General Public License as +.. * published by the Free Software Foundation, either version 3 of the .. * License, or (at your option) any later version. -.. * +.. * .. * This program is distributed in the hope that it will be useful, .. * but WITHOUT ANY WARRANTY; without even the implied warranty of .. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .. * GNU General Lesser Public License for more details. -.. * -.. * You should have received a copy of the GNU General Lesser Public +.. * +.. * You should have received a copy of the GNU General Lesser Public .. * License along with this program. If not, see .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - +Accueil +======= Présentation ------------ Modified: trunk/topia-persistence/src/site/rst/Devel.rst =================================================================== --- trunk/topia-persistence/src/site/rst/Devel.rst 2010-04-20 00:10:50 UTC (rev 1898) +++ trunk/topia-persistence/src/site/rst/Devel.rst 2010-04-20 08:42:35 UTC (rev 1899) @@ -1,30 +1,29 @@ -TopiaContextFactory -=================== - .. - .. * #%L .. * ToPIA :: Persistence -.. * +.. * .. * $Id$ .. * $HeadURL$ .. * %% .. * Copyright (C) 2004 - 2010 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify -.. * it under the terms of the GNU Lesser General Public License as -.. * published by the Free Software Foundation, either version 3 of the +.. * it under the terms of the GNU Lesser General Public License as +.. * published by the Free Software Foundation, either version 3 of the .. * License, or (at your option) any later version. -.. * +.. * .. * This program is distributed in the hope that it will be useful, .. * but WITHOUT ANY WARRANTY; without even the implied warranty of .. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .. * GNU General Lesser Public License for more details. -.. * -.. * You should have received a copy of the GNU General Lesser Public +.. * +.. * You should have received a copy of the GNU General Lesser Public .. * License along with this program. If not, see .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - +TopiaContextFactory +=================== Le topia context est créé en faisant la demande sur le *TopiaContextFactory*. On peut passer en paramètre au *TopiaContextFactory* un object *Property* qui Modified: trunk/topia-persistence/src/site/rst/FAQ.rst =================================================================== --- trunk/topia-persistence/src/site/rst/FAQ.rst 2010-04-20 00:10:50 UTC (rev 1898) +++ trunk/topia-persistence/src/site/rst/FAQ.rst 2010-04-20 08:42:35 UTC (rev 1899) @@ -1,7 +1,3 @@ -=== -FAQ -=== - .. - .. * #%L .. * ToPIA :: Persistence @@ -26,6 +22,9 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - +=== +FAQ +=== Problème lors du chargement d'une entity ======================================== Modified: trunk/topia-persistence/src/site/rst/HibernateMapping.rst =================================================================== --- trunk/topia-persistence/src/site/rst/HibernateMapping.rst 2010-04-20 00:10:50 UTC (rev 1898) +++ trunk/topia-persistence/src/site/rst/HibernateMapping.rst 2010-04-20 08:42:35 UTC (rev 1899) @@ -1,31 +1,30 @@ -================= -Mapping hibernate -================= - .. - .. * #%L .. * ToPIA :: Persistence -.. * +.. * .. * $Id$ .. * $HeadURL$ .. * %% .. * Copyright (C) 2004 - 2010 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify -.. * it under the terms of the GNU Lesser General Public License as -.. * published by the Free Software Foundation, either version 3 of the +.. * it under the terms of the GNU Lesser General Public License as +.. * published by the Free Software Foundation, either version 3 of the .. * License, or (at your option) any later version. -.. * +.. * .. * This program is distributed in the hope that it will be useful, .. * but WITHOUT ANY WARRANTY; without even the implied warranty of .. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .. * GNU General Lesser Public License for more details. -.. * -.. * You should have received a copy of the GNU General Lesser Public +.. * +.. * You should have received a copy of the GNU General Lesser Public .. * License along with this program. If not, see .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - +================= +Mapping hibernate +================= Ce document décrit les choix de mapping faits en fonction du diagramme de classe UML. Modified: trunk/topia-persistence/src/site/rst/Isolation.rst =================================================================== --- trunk/topia-persistence/src/site/rst/Isolation.rst 2010-04-20 00:10:50 UTC (rev 1898) +++ trunk/topia-persistence/src/site/rst/Isolation.rst 2010-04-20 08:42:35 UTC (rev 1899) @@ -1,32 +1,32 @@ -=========================== -Isolation des TopiaContexts -=========================== - .. - .. * #%L .. * ToPIA :: Persistence -.. * +.. * .. * $Id$ .. * $HeadURL$ .. * %% .. * Copyright (C) 2004 - 2010 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify -.. * it under the terms of the GNU Lesser General Public License as -.. * published by the Free Software Foundation, either version 3 of the +.. * it under the terms of the GNU Lesser General Public License as +.. * published by the Free Software Foundation, either version 3 of the .. * License, or (at your option) any later version. -.. * +.. * .. * This program is distributed in the hope that it will be useful, .. * but WITHOUT ANY WARRANTY; without even the implied warranty of .. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .. * GNU General Lesser Public License for more details. -.. * -.. * You should have received a copy of the GNU General Lesser Public +.. * +.. * You should have received a copy of the GNU General Lesser Public .. * License along with this program. If not, see .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - +=========================== +Isolation des TopiaContexts +=========================== + Remarque: les requètes ne sont pas bonnes, mais sont là pour donner l'idée générale. Modified: trunk/topia-persistence/src/site/rst/ModelGeneration.rst =================================================================== --- trunk/topia-persistence/src/site/rst/ModelGeneration.rst 2010-04-20 00:10:50 UTC (rev 1898) +++ trunk/topia-persistence/src/site/rst/ModelGeneration.rst 2010-04-20 08:42:35 UTC (rev 1899) @@ -1,31 +1,31 @@ -Génération des modèles ----------------------- - .. - .. * #%L .. * ToPIA :: Persistence -.. * +.. * .. * $Id$ .. * $HeadURL$ .. * %% .. * Copyright (C) 2004 - 2010 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify -.. * it under the terms of the GNU Lesser General Public License as -.. * published by the Free Software Foundation, either version 3 of the +.. * it under the terms of the GNU Lesser General Public License as +.. * published by the Free Software Foundation, either version 3 of the .. * License, or (at your option) any later version. -.. * +.. * .. * This program is distributed in the hope that it will be useful, .. * but WITHOUT ANY WARRANTY; without even the implied warranty of .. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .. * GNU General Lesser Public License for more details. -.. * -.. * You should have received a copy of the GNU General Lesser Public +.. * +.. * You should have received a copy of the GNU General Lesser Public .. * License along with this program. If not, see .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - +Génération des modèles +---------------------- + Le module "topia-persistence" de topia est capable de générer la persistence à partir d'un modèle UML. Modified: trunk/topia-persistence/src/site/rst/SchemaMigration.rst =================================================================== --- trunk/topia-persistence/src/site/rst/SchemaMigration.rst 2010-04-20 00:10:50 UTC (rev 1898) +++ trunk/topia-persistence/src/site/rst/SchemaMigration.rst 2010-04-20 08:42:35 UTC (rev 1899) @@ -1,32 +1,32 @@ -===================================== -Comment migrer d'un schéma à un autre -===================================== - .. - .. * #%L .. * ToPIA :: Persistence -.. * +.. * .. * $Id$ .. * $HeadURL$ .. * %% .. * Copyright (C) 2004 - 2010 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify -.. * it under the terms of the GNU Lesser General Public License as -.. * published by the Free Software Foundation, either version 3 of the +.. * it under the terms of the GNU Lesser General Public License as +.. * published by the Free Software Foundation, either version 3 of the .. * License, or (at your option) any later version. -.. * +.. * .. * This program is distributed in the hope that it will be useful, .. * but WITHOUT ANY WARRANTY; without even the implied warranty of .. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .. * GNU General Lesser Public License for more details. -.. * -.. * You should have received a copy of the GNU General Lesser Public +.. * +.. * You should have received a copy of the GNU General Lesser Public .. * License along with this program. If not, see .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - +===================================== +Comment migrer d'un schéma à un autre +===================================== + Une application modifie et ajoute des objets. La persistence doit donc être adaptée à ces changements. Le problème est la migration des données existantes dans le nouveau schéma. Modified: trunk/topia-persistence/src/site/rst/Todo.rst =================================================================== --- trunk/topia-persistence/src/site/rst/Todo.rst 2010-04-20 00:10:50 UTC (rev 1898) +++ trunk/topia-persistence/src/site/rst/Todo.rst 2010-04-20 08:42:35 UTC (rev 1899) @@ -1,31 +1,30 @@ -==== -TODO -==== - .. - .. * #%L .. * ToPIA :: Persistence -.. * +.. * .. * $Id$ .. * $HeadURL$ .. * %% .. * Copyright (C) 2004 - 2010 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify -.. * it under the terms of the GNU Lesser General Public License as -.. * published by the Free Software Foundation, either version 3 of the +.. * it under the terms of the GNU Lesser General Public License as +.. * published by the Free Software Foundation, either version 3 of the .. * License, or (at your option) any later version. -.. * +.. * .. * This program is distributed in the hope that it will be useful, .. * but WITHOUT ANY WARRANTY; without even the implied warranty of .. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .. * GNU General Lesser Public License for more details. -.. * -.. * You should have received a copy of the GNU General Lesser Public +.. * +.. * You should have received a copy of the GNU General Lesser Public .. * License along with this program. If not, see .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - +==== +TODO +==== Recherches à faire ------------------ Modified: trunk/topia-persistence/src/site/rst/TopiaDocumentation.rst =================================================================== --- trunk/topia-persistence/src/site/rst/TopiaDocumentation.rst 2010-04-20 00:10:50 UTC (rev 1898) +++ trunk/topia-persistence/src/site/rst/TopiaDocumentation.rst 2010-04-20 08:42:35 UTC (rev 1899) @@ -1,31 +1,30 @@ -===== -ToPIA -===== - .. - .. * #%L .. * ToPIA :: Persistence -.. * +.. * .. * $Id$ .. * $HeadURL$ .. * %% .. * Copyright (C) 2004 - 2010 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify -.. * it under the terms of the GNU Lesser General Public License as -.. * published by the Free Software Foundation, either version 3 of the +.. * it under the terms of the GNU Lesser General Public License as +.. * published by the Free Software Foundation, either version 3 of the .. * License, or (at your option) any later version. -.. * +.. * .. * This program is distributed in the hope that it will be useful, .. * but WITHOUT ANY WARRANTY; without even the implied warranty of .. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .. * GNU General Lesser Public License for more details. -.. * -.. * You should have received a copy of the GNU General Lesser Public +.. * +.. * You should have received a copy of the GNU General Lesser Public .. * License along with this program. If not, see .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - +===== +ToPIA +===== But === Modified: trunk/topia-persistence/src/site/rst/TopiaQuery.rst =================================================================== --- trunk/topia-persistence/src/site/rst/TopiaQuery.rst 2010-04-20 00:10:50 UTC (rev 1898) +++ trunk/topia-persistence/src/site/rst/TopiaQuery.rst 2010-04-20 08:42:35 UTC (rev 1899) @@ -1,36 +1,35 @@ -TopiaQuery -========== - -:Author: Florian Desbois -:Contact: topia-devel@list.nuiton.org ou topia-users@list.nuiton.org -:Revision: $Revision$ -:Date: $Date$ - .. - .. * #%L .. * ToPIA :: Persistence -.. * +.. * .. * $Id$ .. * $HeadURL$ .. * %% .. * Copyright (C) 2004 - 2010 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify -.. * it under the terms of the GNU Lesser General Public License as -.. * published by the Free Software Foundation, either version 3 of the +.. * it under the terms of the GNU Lesser General Public License as +.. * published by the Free Software Foundation, either version 3 of the .. * License, or (at your option) any later version. -.. * +.. * .. * This program is distributed in the hope that it will be useful, .. * but WITHOUT ANY WARRANTY; without even the implied warranty of .. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .. * GNU General Lesser Public License for more details. -.. * -.. * You should have received a copy of the GNU General Lesser Public +.. * +.. * You should have received a copy of the GNU General Lesser Public .. * License along with this program. If not, see .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - +TopiaQuery +========== +:Author: Florian Desbois +:Contact: topia-devel@list.nuiton.org ou topia-users@list.nuiton.org +:Revision: $Revision$ +:Date: $Date$ + L'objet TopiaQuery permet de créer plus simplement des requêtes HQL pour éviter les concaténations complexes lors de l'utilisation de la méthode **find** du TopiaContext. Modified: trunk/topia-persistence/src/site/rst/event.rst =================================================================== --- trunk/topia-persistence/src/site/rst/event.rst 2010-04-20 00:10:50 UTC (rev 1898) +++ trunk/topia-persistence/src/site/rst/event.rst 2010-04-20 08:42:35 UTC (rev 1899) @@ -1,30 +1,29 @@ -Gestion des évènements -====================== - .. - .. * #%L .. * ToPIA :: Persistence -.. * +.. * .. * $Id$ .. * $HeadURL$ .. * %% .. * Copyright (C) 2004 - 2010 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify -.. * it under the terms of the GNU Lesser General Public License as -.. * published by the Free Software Foundation, either version 3 of the +.. * it under the terms of the GNU Lesser General Public License as +.. * published by the Free Software Foundation, either version 3 of the .. * License, or (at your option) any later version. -.. * +.. * .. * This program is distributed in the hope that it will be useful, .. * but WITHOUT ANY WARRANTY; without even the implied warranty of .. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .. * GNU General Lesser Public License for more details. -.. * -.. * You should have received a copy of the GNU General Lesser Public +.. * +.. * You should have received a copy of the GNU General Lesser Public .. * License along with this program. If not, see .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - +Gestion des évènements +====================== On peut se mettre listener sur deux sortes d'évènements : les TopiaEntityEvent et les TopiaVetoableEntityEvent. La difference entre les deux se situe sur le moment de Modified: trunk/topia-persistence/src/site/rst/howto.rst =================================================================== --- trunk/topia-persistence/src/site/rst/howto.rst 2010-04-20 00:10:50 UTC (rev 1898) +++ trunk/topia-persistence/src/site/rst/howto.rst 2010-04-20 08:42:35 UTC (rev 1899) @@ -1,30 +1,29 @@ -How to -====== - .. - .. * #%L .. * ToPIA :: Persistence -.. * +.. * .. * $Id$ .. * $HeadURL$ .. * %% .. * Copyright (C) 2004 - 2010 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify -.. * it under the terms of the GNU Lesser General Public License as -.. * published by the Free Software Foundation, either version 3 of the +.. * it under the terms of the GNU Lesser General Public License as +.. * published by the Free Software Foundation, either version 3 of the .. * License, or (at your option) any later version. -.. * +.. * .. * This program is distributed in the hope that it will be useful, .. * but WITHOUT ANY WARRANTY; without even the implied warranty of .. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .. * GNU General Lesser Public License for more details. -.. * -.. * You should have received a copy of the GNU General Lesser Public +.. * +.. * You should have received a copy of the GNU General Lesser Public .. * License along with this program. If not, see .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - +How to +====== Ce document a pour objectif de prendre en main le framework Topia. Le document est constitué de 4 parties, la modélisation, la génération, la configuration et Modified: trunk/topia-persistence/src/site/rst/index.rst =================================================================== (Binary files differ) Modified: trunk/topia-persistence/src/site/rst/project.rst =================================================================== --- trunk/topia-persistence/src/site/rst/project.rst 2010-04-20 00:10:50 UTC (rev 1898) +++ trunk/topia-persistence/src/site/rst/project.rst 2010-04-20 08:42:35 UTC (rev 1899) @@ -1,31 +1,31 @@ -Liste de projets similaires ou se rapprochant -============================================= - .. - .. * #%L .. * ToPIA :: Persistence -.. * +.. * .. * $Id$ .. * $HeadURL$ .. * %% .. * Copyright (C) 2004 - 2010 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify -.. * it under the terms of the GNU Lesser General Public License as -.. * published by the Free Software Foundation, either version 3 of the +.. * it under the terms of the GNU Lesser General Public License as +.. * published by the Free Software Foundation, either version 3 of the .. * License, or (at your option) any later version. -.. * +.. * .. * This program is distributed in the hope that it will be useful, .. * but WITHOUT ANY WARRANTY; without even the implied warranty of .. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .. * GNU General Lesser Public License for more details. -.. * -.. * You should have received a copy of the GNU General Lesser Public +.. * +.. * You should have received a copy of the GNU General Lesser Public .. * License along with this program. If not, see .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - +Liste de projets similaires ou se rapprochant +============================================= + subPersistence -------------- Modified: trunk/topia-persistence/src/site/rst/security.rst =================================================================== --- trunk/topia-persistence/src/site/rst/security.rst 2010-04-20 00:10:50 UTC (rev 1898) +++ trunk/topia-persistence/src/site/rst/security.rst 2010-04-20 08:42:35 UTC (rev 1899) @@ -1,7 +1,3 @@ -======== -sécurité -======== - .. - .. * #%L .. * ToPIA :: Persistence @@ -26,6 +22,10 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - +======== +sécurité +======== + Implantation de la sécurité =========================== Modified: trunk/topia-service-migration/src/site/rst/index.rst =================================================================== --- trunk/topia-service-migration/src/site/rst/index.rst 2010-04-20 00:10:50 UTC (rev 1898) +++ trunk/topia-service-migration/src/site/rst/index.rst 2010-04-20 08:42:35 UTC (rev 1899) @@ -1,6 +1,3 @@ -ToPIA Migration Service -======================= - .. - .. * #%L .. * ToPIA :: Service Migration @@ -25,6 +22,8 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - +ToPIA Migration Service +======================= ToPIA Migration Service est un module ToPIA chargé d'effectuer la migration d'une base de données existante sans perte de données. Modified: trunk/topia-service-migration/src/site/rst/manualMigration.rst =================================================================== --- trunk/topia-service-migration/src/site/rst/manualMigration.rst 2010-04-20 00:10:50 UTC (rev 1898) +++ trunk/topia-service-migration/src/site/rst/manualMigration.rst 2010-04-20 08:42:35 UTC (rev 1899) @@ -1,6 +1,3 @@ -ToPIA Migration Service (manual version) -======================================== - .. - .. * #%L .. * ToPIA :: Service Migration @@ -25,6 +22,8 @@ .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - +ToPIA Migration Service (manual version) +======================================== ToPIA Migration Service est un module ToPIA chargé d'effectuer la migration d'une base de données existante sans perte de données. Modified: trunk/topia-service-replication/pom.xml =================================================================== --- trunk/topia-service-replication/pom.xml 2010-04-20 00:10:50 UTC (rev 1898) +++ trunk/topia-service-replication/pom.xml 2010-04-20 08:42:35 UTC (rev 1899) @@ -141,21 +141,6 @@ </plugins> </build> - <reporting> - <plugins> - - <plugin> - - <artifactId>maven-project-info-reports-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <version>2.2</version> - </plugin> - - </plugins> - </reporting> <!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> @@ -202,6 +187,28 @@ </plugins> </build> </profile> + + <!-- reporting at release time --> + <profile> + <id>reporting-profile</id> + <activation> + <property> + <name>performRelease</name> + <value>true</value> + </property> + </activation> + + <reporting> + <plugins> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> + <version>2.2</version> + </plugin> + </plugins> + </reporting> + + </profile> </profiles> </project> Modified: trunk/topia-service-replication/src/site/rst/index.rst =================================================================== --- trunk/topia-service-replication/src/site/rst/index.rst 2010-04-20 00:10:50 UTC (rev 1898) +++ trunk/topia-service-replication/src/site/rst/index.rst 2010-04-20 08:42:35 UTC (rev 1899) @@ -1,30 +1,29 @@ -ToPIA Recherche Service -======================= - .. - .. * #%L .. * ToPIA :: Service Replication -.. * +.. * .. * $Id$ .. * $HeadURL$ .. * %% .. * Copyright (C) 2004 - 2010 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify -.. * it under the terms of the GNU Lesser General Public License as -.. * published by the Free Software Foundation, either version 3 of the +.. * it under the terms of the GNU Lesser General Public License as +.. * published by the Free Software Foundation, either version 3 of the .. * License, or (at your option) any later version. -.. * +.. * .. * This program is distributed in the hope that it will be useful, .. * but WITHOUT ANY WARRANTY; without even the implied warranty of .. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .. * GNU General Lesser Public License for more details. -.. * -.. * You should have received a copy of the GNU General Lesser Public +.. * +.. * You should have received a copy of the GNU General Lesser Public .. * License along with this program. If not, see .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L% .. - +ToPIA Recherche Service +======================= Permet de rechercher un mot clé parmis les entités de l'application. Il repose sur la librairie lucene d'apache. Modified: trunk/topia-service-security/src/site/rst/index.rst =================================================================== --- trunk/topia-service-security/src/site/rst/index.rst 2010-04-20 00:10:50 UTC (rev 1898) +++ trunk/topia-service-security/src/site/rst/index.rst 2010-04-20 08:42:35 UTC (rev 1899) @@ -4,23 +4,23 @@ .. - .. * #%L .. * ToPIA :: Service Security -.. * +.. * .. * $Id$ .. * $HeadURL$ .. * %% .. * Copyright (C) 2004 - 2010 CodeLutin .. * %% .. * This program is free software: you can redistribute it and/or modify -.. * it under the terms of the GNU Lesser General Public License as -.. * published by the Free Software Foundation, either version 3 of the +.. * it under the terms of the GNU Lesser General Public License as +.. * published by the Free Software Foundation, either version 3 of the .. * License, or (at your option) any later version. -.. * +.. * .. * This program is distributed in the hope that it will be useful, .. * but WITHOUT ANY WARRANTY; without even the implied warranty of .. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .. * GNU General Lesser Public License for more details. -.. * -.. * You should have received a copy of the GNU General Lesser Public +.. * +.. * You should have received a copy of the GNU General Lesser Public .. * License along with this program. If not, see .. * <http://www.gnu.org/licenses/lgpl-3.0.html>. .. * #L%