r3093 - in trunk: src/site src/site/rst src/site/rst/user topia-persistence/src/test/java/org/nuiton/topia/persistence/internal/support topia-service-flyway topia-service-flyway/src/main/java/org/nuiton/topia/flyway topia-templates/src/main/java/org/nuiton/topia/templates topia-templates/src/test/java/org/nuiton/topia/templates
Author: tchemit Date: 2014-05-04 12:38:04 +0200 (Sun, 04 May 2014) New Revision: 3093 Url: http://forge.nuiton.org/projects/topia/repository/revisions/3093 Log: add license headers optimize dependencies migrates some url Modified: trunk/src/site/rst/index.rst trunk/src/site/rst/user/ModelGeneration.rst.vm trunk/src/site/rst/user/howto.rst.vm trunk/src/site/rst/user/tagvalues.rst trunk/src/site/site_fr.xml trunk/topia-persistence/src/test/java/org/nuiton/topia/persistence/internal/support/MyFirstTopiaService.java trunk/topia-persistence/src/test/java/org/nuiton/topia/persistence/internal/support/MyFirstTopiaServiceImpl.java trunk/topia-persistence/src/test/java/org/nuiton/topia/persistence/internal/support/MySecondTopiaService.java trunk/topia-persistence/src/test/java/org/nuiton/topia/persistence/internal/support/MySecondTopiaServiceImpl.java trunk/topia-persistence/src/test/java/org/nuiton/topia/persistence/internal/support/TopiaServiceSupportImplTest.java trunk/topia-service-flyway/pom.xml trunk/topia-service-flyway/src/main/java/org/nuiton/topia/flyway/TopiaFlywayJdbcMigration.java trunk/topia-service-flyway/src/main/java/org/nuiton/topia/flyway/TopiaFlywayMigrationInfoProvider.java trunk/topia-service-flyway/src/main/java/org/nuiton/topia/flyway/TopiaFlywayService.java trunk/topia-service-flyway/src/main/java/org/nuiton/topia/flyway/TopiaFlywayServiceImpl.java trunk/topia-templates/src/main/java/org/nuiton/topia/templates/TopiaModelPropertiesProvider.java trunk/topia-templates/src/test/java/org/nuiton/topia/templates/TopiaStereoTypesTest.java trunk/topia-templates/src/test/java/org/nuiton/topia/templates/TopiaTagValuesTest.java Modified: trunk/src/site/rst/index.rst =================================================================== --- trunk/src/site/rst/index.rst 2014-05-01 14:12:03 UTC (rev 3092) +++ trunk/src/site/rst/index.rst 2014-05-04 10:38:04 UTC (rev 3093) @@ -115,7 +115,7 @@ .. _service pour la sécurité: ../topia-service-security .. _service pour la gestion des mises à jour: ../topia-service-migration .. _service de réplication: ../topia-service-replication -.. _Eugene: http://maven-site.nuiton.org/eugene/ +.. _Eugene: http://doc.nuiton.org/eugene/ .. _ArgoUML: http://argouml.tigris.org/ Modified: trunk/src/site/rst/user/ModelGeneration.rst.vm =================================================================== --- trunk/src/site/rst/user/ModelGeneration.rst.vm 2014-05-01 14:12:03 UTC (rev 3092) +++ trunk/src/site/rst/user/ModelGeneration.rst.vm 2014-05-04 10:38:04 UTC (rev 3093) @@ -86,7 +86,7 @@ </plugin> Pour plus d'information à propos d'Eugene, merci de consulter le site : -http://maven-site.nuiton.org/eugene/ +http://doc.nuiton.org/eugene/ Dépendances du projet ===================== Modified: trunk/src/site/rst/user/howto.rst.vm =================================================================== --- trunk/src/site/rst/user/howto.rst.vm 2014-05-01 14:12:03 UTC (rev 3092) +++ trunk/src/site/rst/user/howto.rst.vm 2014-05-04 10:38:04 UTC (rev 3093) @@ -153,4 +153,4 @@ -.. _Eugene: http://maven-site.nuiton.org/eugene/ +.. _Eugene: http://doc.nuiton.org/eugene/ Modified: trunk/src/site/rst/user/tagvalues.rst =================================================================== --- trunk/src/site/rst/user/tagvalues.rst 2014-05-01 14:12:03 UTC (rev 3092) +++ trunk/src/site/rst/user/tagvalues.rst 2014-05-04 10:38:04 UTC (rev 3093) @@ -78,4 +78,4 @@ Eugene contains also his tag values. See `eugene documentation`_ for more détails. -.. _eugene documentation: http://maven-site.nuiton.org/eugene/ +.. _eugene documentation: http://doc.nuiton.org/eugene/ Modified: trunk/src/site/site_fr.xml =================================================================== --- trunk/src/site/site_fr.xml 2014-05-01 14:12:03 UTC (rev 3092) +++ trunk/src/site/site_fr.xml 2014-05-04 10:38:04 UTC (rev 3093) @@ -89,7 +89,7 @@ </head> <breadcrumbs> - <item href="http://maven-site.nuiton.org/topia" name="${project.name}"/> + <item href="http://doc.nuiton.org/topia" name="${project.name}"/> </breadcrumbs> <menu name="Documentation" inherit="top"> Modified: trunk/topia-persistence/src/test/java/org/nuiton/topia/persistence/internal/support/MyFirstTopiaService.java =================================================================== --- trunk/topia-persistence/src/test/java/org/nuiton/topia/persistence/internal/support/MyFirstTopiaService.java 2014-05-01 14:12:03 UTC (rev 3092) +++ trunk/topia-persistence/src/test/java/org/nuiton/topia/persistence/internal/support/MyFirstTopiaService.java 2014-05-04 10:38:04 UTC (rev 3093) @@ -1,5 +1,29 @@ package org.nuiton.topia.persistence.internal.support; +/* + * #%L + * ToPIA :: Persistence + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2004 - 2014 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 + * 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 + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import org.nuiton.topia.persistence.TopiaService; public interface MyFirstTopiaService extends TopiaService { Modified: trunk/topia-persistence/src/test/java/org/nuiton/topia/persistence/internal/support/MyFirstTopiaServiceImpl.java =================================================================== --- trunk/topia-persistence/src/test/java/org/nuiton/topia/persistence/internal/support/MyFirstTopiaServiceImpl.java 2014-05-01 14:12:03 UTC (rev 3092) +++ trunk/topia-persistence/src/test/java/org/nuiton/topia/persistence/internal/support/MyFirstTopiaServiceImpl.java 2014-05-04 10:38:04 UTC (rev 3093) @@ -1,5 +1,29 @@ package org.nuiton.topia.persistence.internal.support; +/* + * #%L + * ToPIA :: Persistence + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2004 - 2014 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 + * 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 + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.nuiton.topia.persistence.TopiaApplicationContext; Modified: trunk/topia-persistence/src/test/java/org/nuiton/topia/persistence/internal/support/MySecondTopiaService.java =================================================================== --- trunk/topia-persistence/src/test/java/org/nuiton/topia/persistence/internal/support/MySecondTopiaService.java 2014-05-01 14:12:03 UTC (rev 3092) +++ trunk/topia-persistence/src/test/java/org/nuiton/topia/persistence/internal/support/MySecondTopiaService.java 2014-05-04 10:38:04 UTC (rev 3093) @@ -1,5 +1,29 @@ package org.nuiton.topia.persistence.internal.support; +/* + * #%L + * ToPIA :: Persistence + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2004 - 2014 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 + * 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 + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import org.nuiton.topia.persistence.TopiaService; public interface MySecondTopiaService extends TopiaService { Modified: trunk/topia-persistence/src/test/java/org/nuiton/topia/persistence/internal/support/MySecondTopiaServiceImpl.java =================================================================== --- trunk/topia-persistence/src/test/java/org/nuiton/topia/persistence/internal/support/MySecondTopiaServiceImpl.java 2014-05-01 14:12:03 UTC (rev 3092) +++ trunk/topia-persistence/src/test/java/org/nuiton/topia/persistence/internal/support/MySecondTopiaServiceImpl.java 2014-05-04 10:38:04 UTC (rev 3093) @@ -1,5 +1,29 @@ package org.nuiton.topia.persistence.internal.support; +/* + * #%L + * ToPIA :: Persistence + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2004 - 2014 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 + * 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 + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.nuiton.topia.persistence.TopiaApplicationContext; Modified: trunk/topia-persistence/src/test/java/org/nuiton/topia/persistence/internal/support/TopiaServiceSupportImplTest.java =================================================================== --- trunk/topia-persistence/src/test/java/org/nuiton/topia/persistence/internal/support/TopiaServiceSupportImplTest.java 2014-05-01 14:12:03 UTC (rev 3092) +++ trunk/topia-persistence/src/test/java/org/nuiton/topia/persistence/internal/support/TopiaServiceSupportImplTest.java 2014-05-04 10:38:04 UTC (rev 3093) @@ -1,5 +1,29 @@ package org.nuiton.topia.persistence.internal.support; +/* + * #%L + * ToPIA :: Persistence + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2004 - 2014 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 + * 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 + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import com.google.common.collect.ImmutableMap; import org.junit.Assert; import org.junit.Before; Modified: trunk/topia-service-flyway/pom.xml =================================================================== --- trunk/topia-service-flyway/pom.xml 2014-05-01 14:12:03 UTC (rev 3092) +++ trunk/topia-service-flyway/pom.xml 2014-05-04 10:38:04 UTC (rev 3093) @@ -31,11 +31,6 @@ </dependency> <dependency> - <groupId>org.nuiton</groupId> - <artifactId>nuiton-utils</artifactId> - </dependency> - - <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> Modified: trunk/topia-service-flyway/src/main/java/org/nuiton/topia/flyway/TopiaFlywayJdbcMigration.java =================================================================== --- trunk/topia-service-flyway/src/main/java/org/nuiton/topia/flyway/TopiaFlywayJdbcMigration.java 2014-05-01 14:12:03 UTC (rev 3092) +++ trunk/topia-service-flyway/src/main/java/org/nuiton/topia/flyway/TopiaFlywayJdbcMigration.java 2014-05-04 10:38:04 UTC (rev 3093) @@ -1,5 +1,29 @@ package org.nuiton.topia.flyway; +/* + * #%L + * ToPIA :: Flyway integration service + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2004 - 2014 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 + * 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 + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import com.googlecode.flyway.core.api.migration.jdbc.JdbcMigration; /** Modified: trunk/topia-service-flyway/src/main/java/org/nuiton/topia/flyway/TopiaFlywayMigrationInfoProvider.java =================================================================== --- trunk/topia-service-flyway/src/main/java/org/nuiton/topia/flyway/TopiaFlywayMigrationInfoProvider.java 2014-05-01 14:12:03 UTC (rev 3092) +++ trunk/topia-service-flyway/src/main/java/org/nuiton/topia/flyway/TopiaFlywayMigrationInfoProvider.java 2014-05-04 10:38:04 UTC (rev 3093) @@ -1,5 +1,29 @@ package org.nuiton.topia.flyway; +/* + * #%L + * ToPIA :: Flyway integration service + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2004 - 2014 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 + * 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 + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import com.googlecode.flyway.core.api.migration.MigrationInfoProvider; /** Modified: trunk/topia-service-flyway/src/main/java/org/nuiton/topia/flyway/TopiaFlywayService.java =================================================================== --- trunk/topia-service-flyway/src/main/java/org/nuiton/topia/flyway/TopiaFlywayService.java 2014-05-01 14:12:03 UTC (rev 3092) +++ trunk/topia-service-flyway/src/main/java/org/nuiton/topia/flyway/TopiaFlywayService.java 2014-05-04 10:38:04 UTC (rev 3093) @@ -1,5 +1,29 @@ package org.nuiton.topia.flyway; +/* + * #%L + * ToPIA :: Flyway integration service + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2004 - 2014 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 + * 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 + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import org.nuiton.topia.persistence.TopiaService; /** Modified: trunk/topia-service-flyway/src/main/java/org/nuiton/topia/flyway/TopiaFlywayServiceImpl.java =================================================================== --- trunk/topia-service-flyway/src/main/java/org/nuiton/topia/flyway/TopiaFlywayServiceImpl.java 2014-05-01 14:12:03 UTC (rev 3092) +++ trunk/topia-service-flyway/src/main/java/org/nuiton/topia/flyway/TopiaFlywayServiceImpl.java 2014-05-04 10:38:04 UTC (rev 3093) @@ -1,5 +1,29 @@ package org.nuiton.topia.flyway; +/* + * #%L + * ToPIA :: Flyway integration service + * $Id:$ + * $HeadURL:$ + * %% + * Copyright (C) 2004 - 2014 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 + * 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 + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import com.google.common.collect.ImmutableSet; import com.googlecode.flyway.core.Flyway; import com.googlecode.flyway.core.util.Location; Modified: trunk/topia-templates/src/main/java/org/nuiton/topia/templates/TopiaModelPropertiesProvider.java =================================================================== --- trunk/topia-templates/src/main/java/org/nuiton/topia/templates/TopiaModelPropertiesProvider.java 2014-05-01 14:12:03 UTC (rev 3092) +++ trunk/topia-templates/src/main/java/org/nuiton/topia/templates/TopiaModelPropertiesProvider.java 2014-05-04 10:38:04 UTC (rev 3093) @@ -1,6 +1,30 @@ package org.nuiton.topia.templates; +/* + * #%L + * ToPIA :: Templates + * $Id$ + * $HeadURL:$ + * %% + * Copyright (C) 2004 - 2014 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 + * 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 + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import org.nuiton.eugene.ModelPropertiesUtil; /** Modified: trunk/topia-templates/src/test/java/org/nuiton/topia/templates/TopiaStereoTypesTest.java =================================================================== --- trunk/topia-templates/src/test/java/org/nuiton/topia/templates/TopiaStereoTypesTest.java 2014-05-01 14:12:03 UTC (rev 3092) +++ trunk/topia-templates/src/test/java/org/nuiton/topia/templates/TopiaStereoTypesTest.java 2014-05-04 10:38:04 UTC (rev 3093) @@ -1,5 +1,29 @@ package org.nuiton.topia.templates; +/* + * #%L + * ToPIA :: Templates + * $Id$ + * $HeadURL:$ + * %% + * Copyright (C) 2004 - 2014 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 + * 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 + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import org.junit.Assert; import org.junit.Before; import org.nuiton.eugene.models.stereotype.MismatchStereotypeTargetException; Modified: trunk/topia-templates/src/test/java/org/nuiton/topia/templates/TopiaTagValuesTest.java =================================================================== --- trunk/topia-templates/src/test/java/org/nuiton/topia/templates/TopiaTagValuesTest.java 2014-05-01 14:12:03 UTC (rev 3092) +++ trunk/topia-templates/src/test/java/org/nuiton/topia/templates/TopiaTagValuesTest.java 2014-05-04 10:38:04 UTC (rev 3093) @@ -1,5 +1,29 @@ package org.nuiton.topia.templates; +/* + * #%L + * ToPIA :: Templates + * $Id$ + * $HeadURL:$ + * %% + * Copyright (C) 2004 - 2014 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 + * 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 + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import org.junit.Assert; import org.junit.Before; import org.nuiton.eugene.models.tagvalue.MismatchTagValueTargetException;
participants (1)
-
tchemit@users.nuiton.org