Author: thimel Date: 2008-09-25 08:45:22 +0000 (Thu, 25 Sep 2008) New Revision: 317 Modified: lutingenerator/trunk/pom.xml lutingenerator/trunk/src/main/java/org/codelutin/generator/Generator.java lutingenerator/trunk/src/main/java/org/codelutin/generator/UIModelGenerator.java lutingenerator/trunk/src/main/java/org/codelutin/generator/Util.java lutingenerator/trunk/src/main/java/org/codelutin/generator/models/object/xml/ObjectModelAssociationClassImpl.java lutingenerator/trunk/src/main/java/org/codelutin/generator/models/object/xml/ObjectModelAttributeImpl.java lutingenerator/trunk/src/main/java/org/codelutin/generator/models/state/StateModelStateChart.java lutingenerator/trunk/src/main/java/org/codelutin/generator/models/ui/impl/UIModelImpl.java Log: Prepare deployment of version 0.51 Switched license on certain files Modified: lutingenerator/trunk/pom.xml =================================================================== --- lutingenerator/trunk/pom.xml 2008-09-24 18:20:42 UTC (rev 316) +++ lutingenerator/trunk/pom.xml 2008-09-25 08:45:22 UTC (rev 317) @@ -13,6 +13,7 @@ </parent> <!--A unique name for this project--> + <groupId>org.codelutin</groupId> <artifactId>lutingenerator</artifactId> <name>Lutin Generator</name> @@ -20,7 +21,7 @@ <packaging>jar</packaging> <!--Version--> - <version>0.51-SNAPSHOT</version> + <version>0.51</version> <!--Description--> <description> @@ -37,14 +38,23 @@ <maven.test.skip>true</maven.test.skip> </properties> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + </plugin> + + </plugins> + </build> + <!--Source control management--> <scm> <connection>${maven.scm.connection}</connection> <developerConnection>${maven.scm.developerConnection}</developerConnection> - <!-- This does'nt work for viewcvs.php with stat-scm with svn conf :( - <url>${maven.scm.url}</url> --> + <url>${maven.scm.url}</url> </scm> - + <!--Librairies--> <dependencies> Modified: lutingenerator/trunk/src/main/java/org/codelutin/generator/Generator.java =================================================================== --- lutingenerator/trunk/src/main/java/org/codelutin/generator/Generator.java 2008-09-24 18:20:42 UTC (rev 316) +++ lutingenerator/trunk/src/main/java/org/codelutin/generator/Generator.java 2008-09-25 08:45:22 UTC (rev 317) @@ -1,4 +1,4 @@ -/** +/* * *##% Lutin Generator * Copyright (C) 2004 - 2008 CodeLutin * Modified: lutingenerator/trunk/src/main/java/org/codelutin/generator/UIModelGenerator.java =================================================================== --- lutingenerator/trunk/src/main/java/org/codelutin/generator/UIModelGenerator.java 2008-09-24 18:20:42 UTC (rev 316) +++ lutingenerator/trunk/src/main/java/org/codelutin/generator/UIModelGenerator.java 2008-09-25 08:45:22 UTC (rev 317) @@ -1,4 +1,4 @@ -/** +/* * *##% Lutin Generator * Copyright (C) 2004 - 2008 CodeLutin * Modified: lutingenerator/trunk/src/main/java/org/codelutin/generator/Util.java =================================================================== --- lutingenerator/trunk/src/main/java/org/codelutin/generator/Util.java 2008-09-24 18:20:42 UTC (rev 316) +++ lutingenerator/trunk/src/main/java/org/codelutin/generator/Util.java 2008-09-25 08:45:22 UTC (rev 317) @@ -1,4 +1,4 @@ -/** +/* * *##% Lutin Generator * Copyright (C) 2004 - 2008 CodeLutin * @@ -16,18 +16,6 @@ * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. ##%* */ -/* * - * ##% Copyright (C) 2002, 2003 Code Lutin This program is free software; you - * can redistribute it and/or modify it under the terms of the GNU General - * Public License as published by the Free Software Foundation; either version 2 - * 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 Public License for more details. You - * should have received a copy of the GNU General Public License along with this - * program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - * - Suite 330, Boston, MA 02111-1307, USA. ##%* - */ /* * * Util.java Created: 25 ao?t 2003 Modified: lutingenerator/trunk/src/main/java/org/codelutin/generator/models/object/xml/ObjectModelAssociationClassImpl.java =================================================================== --- lutingenerator/trunk/src/main/java/org/codelutin/generator/models/object/xml/ObjectModelAssociationClassImpl.java 2008-09-24 18:20:42 UTC (rev 316) +++ lutingenerator/trunk/src/main/java/org/codelutin/generator/models/object/xml/ObjectModelAssociationClassImpl.java 2008-09-25 08:45:22 UTC (rev 317) @@ -1,4 +1,4 @@ -/** +/* * *##% Lutin Generator * Copyright (C) 2004 - 2008 CodeLutin * Modified: lutingenerator/trunk/src/main/java/org/codelutin/generator/models/object/xml/ObjectModelAttributeImpl.java =================================================================== --- lutingenerator/trunk/src/main/java/org/codelutin/generator/models/object/xml/ObjectModelAttributeImpl.java 2008-09-24 18:20:42 UTC (rev 316) +++ lutingenerator/trunk/src/main/java/org/codelutin/generator/models/object/xml/ObjectModelAttributeImpl.java 2008-09-25 08:45:22 UTC (rev 317) @@ -1,20 +1,19 @@ -/* - * *##% Copyright (C) 2002, 2003, 2004 Code Lutin - * - * This program is free software; you can redistribute it and/or modify it under - * the terms of the GNU General Public License as published by the Free Software - * Foundation; either version 2 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 Public License for more - * details. - * - * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple - * Place - Suite 330, Boston, MA 02111-1307, USA. ##% - */ +/* *##% Lutin Generator + * Copyright (C) 2004 - 2008 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>. ##%*/ /******************************************************************************* * ObjectModelAttributeImpl.java Modified: lutingenerator/trunk/src/main/java/org/codelutin/generator/models/state/StateModelStateChart.java =================================================================== --- lutingenerator/trunk/src/main/java/org/codelutin/generator/models/state/StateModelStateChart.java 2008-09-24 18:20:42 UTC (rev 316) +++ lutingenerator/trunk/src/main/java/org/codelutin/generator/models/state/StateModelStateChart.java 2008-09-25 08:45:22 UTC (rev 317) @@ -1,4 +1,4 @@ -/*##% Lutin Generator +/* *##% Lutin Generator * Copyright (C) 2004 - 2008 CodeLutin * * This program is free software: you can redistribute it and/or modify Modified: lutingenerator/trunk/src/main/java/org/codelutin/generator/models/ui/impl/UIModelImpl.java =================================================================== --- lutingenerator/trunk/src/main/java/org/codelutin/generator/models/ui/impl/UIModelImpl.java 2008-09-24 18:20:42 UTC (rev 316) +++ lutingenerator/trunk/src/main/java/org/codelutin/generator/models/ui/impl/UIModelImpl.java 2008-09-25 08:45:22 UTC (rev 317) @@ -1,4 +1,3 @@ -// UIModelImpl /* *##% Lutin Generator * Copyright (C) 2004 - 2008 CodeLutin *