Author: tchemit Date: 2010-10-29 13:05:08 +0200 (Fri, 29 Oct 2010) New Revision: 42 Url: http://nuiton.org/repositories/revision/archetypes/42 Log: add file headers + svn keywords Modified: trunk/LICENSE.txt trunk/README.txt trunk/changelog.txt trunk/nuiton-mojo-goal/LICENSE.txt trunk/nuiton-mojo-goal/README.txt trunk/nuiton-mojo-goal/changelog.txt trunk/nuiton-mojo-goal/pom.xml trunk/nuiton-mojo-goal/src/main/resources/META-INF/maven/archetype-metadata.xml trunk/nuiton-mojo-goal/src/main/resources/META-INF/maven/archetype.xml trunk/nuiton-mojo-goal/src/main/resources/archetype-resources/pom.xml trunk/nuiton-mojo-goal/src/main/resources/archetype-resources/src/main/java/__mojoName__.java trunk/nuiton-mojo-goal/src/main/resources/archetype-resources/src/test/java/__mojoName__Test.java trunk/nuiton-mojo-goal/src/main/resources/archetype-resources/src/test/resources/__mojoName__Test/__mojoGoal__.xml trunk/nuiton-mojo-goal/src/site/apt/Todo.apt trunk/nuiton-mojo-goal/src/site/apt/examples.apt trunk/nuiton-mojo-goal/src/site/apt/index.apt trunk/nuiton-mojo-goal/src/site/site.xml trunk/nuiton-mojo-pom/LICENSE.txt trunk/nuiton-mojo-pom/README.txt trunk/nuiton-mojo-pom/changelog.txt trunk/nuiton-mojo-pom/pom.xml trunk/nuiton-mojo-pom/src/main/resources/META-INF/maven/archetype-metadata.xml trunk/nuiton-mojo-pom/src/main/resources/META-INF/maven/archetype.xml trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/LICENSE.txt trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/README.txt trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/changelog.txt trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/pom.xml trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/src/main/resources/log4j.properties trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/src/site/rst/Todo.rst trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/src/site/rst/index.rst trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/src/site/rst/usage.rst trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/src/site/site.xml trunk/nuiton-mojo-pom/src/site/apt/Todo.apt trunk/nuiton-mojo-pom/src/site/apt/examples.apt trunk/nuiton-mojo-pom/src/site/apt/index.apt trunk/nuiton-mojo-pom/src/site/site.xml trunk/pom.xml trunk/src/site/apt/Todo.apt trunk/src/site/apt/examples.apt trunk/src/site/apt/index.apt trunk/src/site/site.xml Property changes on: trunk/LICENSE.txt ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Property changes on: trunk/README.txt ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Property changes on: trunk/changelog.txt ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Property changes on: trunk/nuiton-mojo-goal/LICENSE.txt ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Property changes on: trunk/nuiton-mojo-goal/README.txt ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Property changes on: trunk/nuiton-mojo-goal/changelog.txt ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Property changes on: trunk/nuiton-mojo-goal/pom.xml ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Modified: trunk/nuiton-mojo-goal/src/main/resources/META-INF/maven/archetype-metadata.xml =================================================================== --- trunk/nuiton-mojo-goal/src/main/resources/META-INF/maven/archetype-metadata.xml 2010-10-29 11:04:03 UTC (rev 41) +++ trunk/nuiton-mojo-goal/src/main/resources/META-INF/maven/archetype-metadata.xml 2010-10-29 11:05:08 UTC (rev 42) @@ -1,4 +1,29 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Nuiton mojo goal archetype + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 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 + 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% + --> + <archetype-descriptor name="archetype-nuiton-mojo-goal" partial="true"> <requiredProperties> <requiredProperty key="projectAuthor"/> Property changes on: trunk/nuiton-mojo-goal/src/main/resources/META-INF/maven/archetype-metadata.xml ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Modified: trunk/nuiton-mojo-goal/src/main/resources/META-INF/maven/archetype.xml =================================================================== --- trunk/nuiton-mojo-goal/src/main/resources/META-INF/maven/archetype.xml 2010-10-29 11:04:03 UTC (rev 41) +++ trunk/nuiton-mojo-goal/src/main/resources/META-INF/maven/archetype.xml 2010-10-29 11:05:08 UTC (rev 42) @@ -1,4 +1,29 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Nuiton mojo goal archetype + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 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 + 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% + --> + <archetype> <id>archetype-nuiton-mojo-goal</id> <sources> Property changes on: trunk/nuiton-mojo-goal/src/main/resources/META-INF/maven/archetype.xml ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Modified: trunk/nuiton-mojo-goal/src/main/resources/archetype-resources/pom.xml =================================================================== --- trunk/nuiton-mojo-goal/src/main/resources/archetype-resources/pom.xml 2010-10-29 11:04:03 UTC (rev 41) +++ trunk/nuiton-mojo-goal/src/main/resources/archetype-resources/pom.xml 2010-10-29 11:05:08 UTC (rev 42) @@ -1,4 +1,29 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Nuiton mojo goal archetype + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 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 + 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% + --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> Property changes on: trunk/nuiton-mojo-goal/src/main/resources/archetype-resources/pom.xml ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Modified: trunk/nuiton-mojo-goal/src/main/resources/archetype-resources/src/main/java/__mojoName__.java =================================================================== --- trunk/nuiton-mojo-goal/src/main/resources/archetype-resources/src/main/java/__mojoName__.java 2010-10-29 11:04:03 UTC (rev 41) +++ trunk/nuiton-mojo-goal/src/main/resources/archetype-resources/src/main/java/__mojoName__.java 2010-10-29 11:05:08 UTC (rev 42) @@ -1,3 +1,27 @@ +/* + * #%L + * Nuiton mojo goal archetype + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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 + * 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% + */ #set( $symbol_pound = '#' ) #set( $symbol_dollar = '$' ) #set( $symbol_escape = '\' ) Property changes on: trunk/nuiton-mojo-goal/src/main/resources/archetype-resources/src/main/java/__mojoName__.java ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Modified: trunk/nuiton-mojo-goal/src/main/resources/archetype-resources/src/test/java/__mojoName__Test.java =================================================================== --- trunk/nuiton-mojo-goal/src/main/resources/archetype-resources/src/test/java/__mojoName__Test.java 2010-10-29 11:04:03 UTC (rev 41) +++ trunk/nuiton-mojo-goal/src/main/resources/archetype-resources/src/test/java/__mojoName__Test.java 2010-10-29 11:05:08 UTC (rev 42) @@ -1,3 +1,27 @@ +/* + * #%L + * Nuiton mojo goal archetype + * + * $Id$ + * $HeadURL$ + * %% + * Copyright (C) 2009 - 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 + * 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% + */ #set( $symbol_pound = '#' ) #set( $symbol_dollar = '$' ) #set( $symbol_escape = '\' ) Property changes on: trunk/nuiton-mojo-goal/src/main/resources/archetype-resources/src/test/java/__mojoName__Test.java ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Modified: trunk/nuiton-mojo-goal/src/main/resources/archetype-resources/src/test/resources/__mojoName__Test/__mojoGoal__.xml =================================================================== --- trunk/nuiton-mojo-goal/src/main/resources/archetype-resources/src/test/resources/__mojoName__Test/__mojoGoal__.xml 2010-10-29 11:04:03 UTC (rev 41) +++ trunk/nuiton-mojo-goal/src/main/resources/archetype-resources/src/test/resources/__mojoName__Test/__mojoGoal__.xml 2010-10-29 11:05:08 UTC (rev 42) @@ -1,4 +1,29 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Nuiton mojo goal archetype + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 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 + 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% + --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> Property changes on: trunk/nuiton-mojo-goal/src/main/resources/archetype-resources/src/test/resources/__mojoName__Test/__mojoGoal__.xml ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Modified: trunk/nuiton-mojo-goal/src/site/apt/Todo.apt =================================================================== --- trunk/nuiton-mojo-goal/src/site/apt/Todo.apt 2010-10-29 11:04:03 UTC (rev 41) +++ trunk/nuiton-mojo-goal/src/site/apt/Todo.apt 2010-10-29 11:05:08 UTC (rev 42) @@ -1,3 +1,27 @@ +~~~ +~~ #%L +~~ Nuiton mojo goal archetype +~~ +~~ $Id$ +~~ $HeadURL$ +~~ %% +~~ Copyright (C) 2009 - 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 +~~ 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% +~~~ ---- TODO ---- Property changes on: trunk/nuiton-mojo-goal/src/site/apt/Todo.apt ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Modified: trunk/nuiton-mojo-goal/src/site/apt/examples.apt =================================================================== --- trunk/nuiton-mojo-goal/src/site/apt/examples.apt 2010-10-29 11:04:03 UTC (rev 41) +++ trunk/nuiton-mojo-goal/src/site/apt/examples.apt 2010-10-29 11:05:08 UTC (rev 42) @@ -1,3 +1,27 @@ +~~~ +~~ #%L +~~ Nuiton mojo goal archetype +~~ +~~ $Id$ +~~ $HeadURL$ +~~ %% +~~ Copyright (C) 2009 - 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 +~~ 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% +~~~ ------ Example ------ Property changes on: trunk/nuiton-mojo-goal/src/site/apt/examples.apt ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Modified: trunk/nuiton-mojo-goal/src/site/apt/index.apt =================================================================== --- trunk/nuiton-mojo-goal/src/site/apt/index.apt 2010-10-29 11:04:03 UTC (rev 41) +++ trunk/nuiton-mojo-goal/src/site/apt/index.apt 2010-10-29 11:05:08 UTC (rev 42) @@ -1,3 +1,27 @@ +~~~ +~~ #%L +~~ Nuiton mojo goal archetype +~~ +~~ $Id$ +~~ $HeadURL$ +~~ %% +~~ Copyright (C) 2009 - 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 +~~ 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% +~~~ ------ Archetype Nuiton Mojo Goal ------ Property changes on: trunk/nuiton-mojo-goal/src/site/apt/index.apt ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Modified: trunk/nuiton-mojo-goal/src/site/site.xml =================================================================== --- trunk/nuiton-mojo-goal/src/site/site.xml 2010-10-29 11:04:03 UTC (rev 41) +++ trunk/nuiton-mojo-goal/src/site/site.xml 2010-10-29 11:05:08 UTC (rev 42) @@ -1,4 +1,29 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Nuiton mojo goal archetype + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 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 + 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% + --> + <project name="${project.name}"> <bannerLeft> Property changes on: trunk/nuiton-mojo-goal/src/site/site.xml ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Property changes on: trunk/nuiton-mojo-pom/LICENSE.txt ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Property changes on: trunk/nuiton-mojo-pom/README.txt ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Property changes on: trunk/nuiton-mojo-pom/changelog.txt ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Property changes on: trunk/nuiton-mojo-pom/pom.xml ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Modified: trunk/nuiton-mojo-pom/src/main/resources/META-INF/maven/archetype-metadata.xml =================================================================== --- trunk/nuiton-mojo-pom/src/main/resources/META-INF/maven/archetype-metadata.xml 2010-10-29 11:04:03 UTC (rev 41) +++ trunk/nuiton-mojo-pom/src/main/resources/META-INF/maven/archetype-metadata.xml 2010-10-29 11:05:08 UTC (rev 42) @@ -1,4 +1,29 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Nuiton mojo project archetype + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 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 + 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% + --> + <archetype-descriptor name="nuiton-mojo-pom"> <requiredProperties> <requiredProperty key="projectName"/> Property changes on: trunk/nuiton-mojo-pom/src/main/resources/META-INF/maven/archetype-metadata.xml ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Modified: trunk/nuiton-mojo-pom/src/main/resources/META-INF/maven/archetype.xml =================================================================== --- trunk/nuiton-mojo-pom/src/main/resources/META-INF/maven/archetype.xml 2010-10-29 11:04:03 UTC (rev 41) +++ trunk/nuiton-mojo-pom/src/main/resources/META-INF/maven/archetype.xml 2010-10-29 11:05:08 UTC (rev 42) @@ -1,4 +1,29 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Nuiton mojo project archetype + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 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 + 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% + --> + <archetype> <id>nuiton-mojo-pom</id> <resources> Property changes on: trunk/nuiton-mojo-pom/src/main/resources/META-INF/maven/archetype.xml ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Property changes on: trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/LICENSE.txt ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Property changes on: trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/README.txt ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Property changes on: trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/changelog.txt ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Modified: trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/pom.xml =================================================================== --- trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/pom.xml 2010-10-29 11:04:03 UTC (rev 41) +++ trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/pom.xml 2010-10-29 11:05:08 UTC (rev 42) @@ -1,4 +1,29 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Nuiton mojo project archetype + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 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 + 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% + --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> Property changes on: trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/pom.xml ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Modified: trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/src/main/resources/log4j.properties =================================================================== --- trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/src/main/resources/log4j.properties 2010-10-29 11:04:03 UTC (rev 41) +++ trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/src/main/resources/log4j.properties 2010-10-29 11:05:08 UTC (rev 42) @@ -1,3 +1,27 @@ +### +# #%L +# Nuiton mojo project archetype +# +# $Id$ +# $HeadURL$ +# %% +# Copyright (C) 2009 - 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 +# 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% +### # Global logging configuration log4j.rootLogger=ERROR, stdout # Console output... Property changes on: trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/src/main/resources/log4j.properties ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Modified: trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/src/site/rst/Todo.rst =================================================================== --- trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/src/site/rst/Todo.rst 2010-10-29 11:04:03 UTC (rev 41) +++ trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/src/site/rst/Todo.rst 2010-10-29 11:05:08 UTC (rev 42) @@ -1,3 +1,27 @@ +.. - +.. * #%L +.. * Nuiton mojo project archetype +.. * +.. * $Id$ +.. * $HeadURL$ +.. * %% +.. * Copyright (C) 2009 - 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 +.. * 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% +.. - TODO ==== Property changes on: trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/src/site/rst/Todo.rst ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Modified: trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/src/site/rst/index.rst =================================================================== --- trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/src/site/rst/index.rst 2010-10-29 11:04:03 UTC (rev 41) +++ trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/src/site/rst/index.rst 2010-10-29 11:05:08 UTC (rev 42) @@ -1,3 +1,27 @@ +.. - +.. * #%L +.. * Nuiton mojo project archetype +.. * +.. * $Id$ +.. * $HeadURL$ +.. * %% +.. * Copyright (C) 2009 - 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 +.. * 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% +.. - Introduction ------------ Property changes on: trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/src/site/rst/index.rst ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Modified: trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/src/site/rst/usage.rst =================================================================== --- trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/src/site/rst/usage.rst 2010-10-29 11:04:03 UTC (rev 41) +++ trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/src/site/rst/usage.rst 2010-10-29 11:05:08 UTC (rev 42) @@ -1,3 +1,27 @@ +.. - +.. * #%L +.. * Nuiton mojo project archetype +.. * +.. * $Id$ +.. * $HeadURL$ +.. * %% +.. * Copyright (C) 2009 - 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 +.. * 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% +.. - Usage ----- Property changes on: trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/src/site/rst/usage.rst ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Modified: trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/src/site/site.xml =================================================================== --- trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/src/site/site.xml 2010-10-29 11:04:03 UTC (rev 41) +++ trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/src/site/site.xml 2010-10-29 11:05:08 UTC (rev 42) @@ -1,4 +1,29 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Nuiton mojo project archetype + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 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 + 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% + --> + <project name="${project.name}"> <bannerLeft> Property changes on: trunk/nuiton-mojo-pom/src/main/resources/archetype-resources/src/site/site.xml ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Modified: trunk/nuiton-mojo-pom/src/site/apt/Todo.apt =================================================================== --- trunk/nuiton-mojo-pom/src/site/apt/Todo.apt 2010-10-29 11:04:03 UTC (rev 41) +++ trunk/nuiton-mojo-pom/src/site/apt/Todo.apt 2010-10-29 11:05:08 UTC (rev 42) @@ -1,3 +1,27 @@ +~~~ +~~ #%L +~~ Nuiton mojo project archetype +~~ +~~ $Id$ +~~ $HeadURL$ +~~ %% +~~ Copyright (C) 2009 - 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 +~~ 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% +~~~ ---- TODO ---- Property changes on: trunk/nuiton-mojo-pom/src/site/apt/Todo.apt ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Modified: trunk/nuiton-mojo-pom/src/site/apt/examples.apt =================================================================== --- trunk/nuiton-mojo-pom/src/site/apt/examples.apt 2010-10-29 11:04:03 UTC (rev 41) +++ trunk/nuiton-mojo-pom/src/site/apt/examples.apt 2010-10-29 11:05:08 UTC (rev 42) @@ -1,3 +1,27 @@ +~~~ +~~ #%L +~~ Nuiton mojo project archetype +~~ +~~ $Id$ +~~ $HeadURL$ +~~ %% +~~ Copyright (C) 2009 - 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 +~~ 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% +~~~ ------ Example ------ Property changes on: trunk/nuiton-mojo-pom/src/site/apt/examples.apt ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Modified: trunk/nuiton-mojo-pom/src/site/apt/index.apt =================================================================== --- trunk/nuiton-mojo-pom/src/site/apt/index.apt 2010-10-29 11:04:03 UTC (rev 41) +++ trunk/nuiton-mojo-pom/src/site/apt/index.apt 2010-10-29 11:05:08 UTC (rev 42) @@ -1,3 +1,27 @@ +~~~ +~~ #%L +~~ Nuiton mojo project archetype +~~ +~~ $Id$ +~~ $HeadURL$ +~~ %% +~~ Copyright (C) 2009 - 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 +~~ 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% +~~~ ------ Archetype Nuiton Mojo ------ Property changes on: trunk/nuiton-mojo-pom/src/site/apt/index.apt ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Modified: trunk/nuiton-mojo-pom/src/site/site.xml =================================================================== --- trunk/nuiton-mojo-pom/src/site/site.xml 2010-10-29 11:04:03 UTC (rev 41) +++ trunk/nuiton-mojo-pom/src/site/site.xml 2010-10-29 11:05:08 UTC (rev 42) @@ -1,4 +1,29 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Nuiton mojo project archetype + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 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 + 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% + --> + <project name="${project.name}"> <bannerLeft> Property changes on: trunk/nuiton-mojo-pom/src/site/site.xml ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Property changes on: trunk/pom.xml ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Modified: trunk/src/site/apt/Todo.apt =================================================================== --- trunk/src/site/apt/Todo.apt 2010-10-29 11:04:03 UTC (rev 41) +++ trunk/src/site/apt/Todo.apt 2010-10-29 11:05:08 UTC (rev 42) @@ -1,3 +1,27 @@ +~~~ +~~ #%L +~~ Nuiton archetypes +~~ +~~ $Id$ +~~ $HeadURL$ +~~ %% +~~ Copyright (C) 2009 - 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 +~~ 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% +~~~ ---- TODO ---- Property changes on: trunk/src/site/apt/Todo.apt ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Modified: trunk/src/site/apt/examples.apt =================================================================== --- trunk/src/site/apt/examples.apt 2010-10-29 11:04:03 UTC (rev 41) +++ trunk/src/site/apt/examples.apt 2010-10-29 11:05:08 UTC (rev 42) @@ -1,3 +1,27 @@ +~~~ +~~ #%L +~~ Nuiton archetypes +~~ +~~ $Id$ +~~ $HeadURL$ +~~ %% +~~ Copyright (C) 2009 - 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 +~~ 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% +~~~ ------ Example ------ Property changes on: trunk/src/site/apt/examples.apt ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Modified: trunk/src/site/apt/index.apt =================================================================== --- trunk/src/site/apt/index.apt 2010-10-29 11:04:03 UTC (rev 41) +++ trunk/src/site/apt/index.apt 2010-10-29 11:05:08 UTC (rev 42) @@ -1,3 +1,27 @@ +~~~ +~~ #%L +~~ Nuiton archetypes +~~ +~~ $Id$ +~~ $HeadURL$ +~~ %% +~~ Copyright (C) 2009 - 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 +~~ 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% +~~~ ------ Nuiton Archetypes ------ Property changes on: trunk/src/site/apt/index.apt ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL Modified: trunk/src/site/site.xml =================================================================== --- trunk/src/site/site.xml 2010-10-29 11:04:03 UTC (rev 41) +++ trunk/src/site/site.xml 2010-10-29 11:05:08 UTC (rev 42) @@ -1,4 +1,29 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Nuiton archetypes + + $Id$ + $HeadURL$ + %% + Copyright (C) 2009 - 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 + 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% + --> + <project name="${project.name}"> <bannerLeft> Property changes on: trunk/src/site/site.xml ___________________________________________________________________ Modified: svn:keywords - HeadURL Id Date Revision Author + Author Date Id Revision HeadURL