[Lutingenerator-commits] r389 - maven-generator-plugin/trunk
Author: tchemit Date: 2008-12-10 14:37:44 +0000 (Wed, 10 Dec 2008) New Revision: 389 Added: maven-generator-plugin/trunk/README.txt maven-generator-plugin/trunk/changelog.txt Removed: maven-generator-plugin/trunk/changelog Modified: maven-generator-plugin/trunk/pom.xml Log: use lutinpluginproject 3.2 Added: maven-generator-plugin/trunk/README.txt =================================================================== --- maven-generator-plugin/trunk/README.txt (rev 0) +++ maven-generator-plugin/trunk/README.txt 2008-12-10 14:37:44 UTC (rev 389) @@ -0,0 +1,2 @@ +To deploy new version of pom: mvn deploy +To install localy: mvn install Deleted: maven-generator-plugin/trunk/changelog =================================================================== --- maven-generator-plugin/trunk/changelog 2008-12-10 14:31:54 UTC (rev 388) +++ maven-generator-plugin/trunk/changelog 2008-12-10 14:37:44 UTC (rev 389) @@ -1,40 +0,0 @@ -0.62-SNAPSHOT - * 20081208 [chorlet] correction bug #1737: Prise en compte du MetaModel UML dans les fichiers XMI - - ajout du support des fichiers default-java.xml et default-uml14.xmi - -0.62 chemit 200811?? - * 20081203 [chemit] add a encoding goal property to be dispatched in all generator to control file generation encoding - * 20081118 [chemit] use lutinproject 3.1 - * 20081117 [chemit] - - add extraClassPathDirectory parameter to can specify an extra directory to add in classLoader - - bump lutingenerator version - -0.61 chatellier 20081114 - * 20081107 [chatellier] - - add test compile dir and test resources in generation gaol - * 20081101 [chemit] - - add an excludeTemplates property on GeneratorPlugin to permit exclusion of generators for some composite generator - - bump lutingenerator to 0.61 - -0.60 chemit 20081013 - * 20081013 [chemit] - - remove addCompileDirectory option (always done) + add dynamic resources - - use lutingenerator 0.60 - - clean pom - -0.51 thimel 20080925 - * 20080925 [thimel] Refactor pom using the correct architecture - * 20080925 [thimel] Switched License to LGPL - * 20080723 [chemit] - - add generated sources in maven project's compilation directories via addCompilationDirectory plugin property - - * 20070525 [chatellier] - - add Xmi2StateModel goal - - improve Xmi2Model Hierarchy - * 20070525 [chatellier] update ant dependency to 1.7.0 - * 20070525 [chatellier] replacing lutinxml.XSLAntTask by Ant.XSLTProcess - -0.50 ??? ??? - - * 20070420 [chatellier] add goal to copy a set of generated files - * 20070420 [chatellier] update lutingenerator depencency to 0.50 Copied: maven-generator-plugin/trunk/changelog.txt (from rev 383, maven-generator-plugin/trunk/changelog) =================================================================== --- maven-generator-plugin/trunk/changelog.txt (rev 0) +++ maven-generator-plugin/trunk/changelog.txt 2008-12-10 14:37:44 UTC (rev 389) @@ -0,0 +1,37 @@ +0.62 chemit 20081210 + * 20081210 [chemit] use lutinpluginproject 3.2 + * 20081203 [chemit] add a encoding goal property to be dispatched in all generator to control file generation encoding + * 20081118 [chemit] use lutinproject 3.1 + * 20081117 [chemit] + - add extraClassPathDirectory parameter to can specify an extra directory to add in classLoader + - bump lutingenerator version + +0.61 chatellier 20081114 + * 20081107 [chatellier] + - add test compile dir and test resources in generation gaol + * 20081101 [chemit] + - add an excludeTemplates property on GeneratorPlugin to permit exclusion of generators for some composite generator + - bump lutingenerator to 0.61 + +0.60 chemit 20081013 + * 20081013 [chemit] + - remove addCompileDirectory option (always done) + add dynamic resources + - use lutingenerator 0.60 + - clean pom + +0.51 thimel 20080925 + * 20080925 [thimel] Refactor pom using the correct architecture + * 20080925 [thimel] Switched License to LGPL + * 20080723 [chemit] + - add generated sources in maven project's compilation directories via addCompilationDirectory plugin property + + * 20070525 [chatellier] + - add Xmi2StateModel goal + - improve Xmi2Model Hierarchy + * 20070525 [chatellier] update ant dependency to 1.7.0 + * 20070525 [chatellier] replacing lutinxml.XSLAntTask by Ant.XSLTProcess + +0.50 ??? ??? + + * 20070420 [chatellier] add goal to copy a set of generated files + * 20070420 [chatellier] update lutingenerator depencency to 0.50 \ No newline at end of file Property changes on: maven-generator-plugin/trunk/changelog.txt ___________________________________________________________________ Name: svn:keywords + Author Date Id Revision Name: svn:eol-style + native Modified: maven-generator-plugin/trunk/pom.xml =================================================================== --- maven-generator-plugin/trunk/pom.xml 2008-12-10 14:31:54 UTC (rev 388) +++ maven-generator-plugin/trunk/pom.xml 2008-12-10 14:37:44 UTC (rev 389) @@ -9,10 +9,11 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>lutinpluginproject</artifactId> - <version>3.1</version> + <version>3.2</version> </parent> <artifactId>maven-generator-plugin</artifactId> + <version>0.62-SNAPSHOT</version> <!-- POM Relationships : Inheritance : Dependencies --> <dependencies> @@ -20,7 +21,7 @@ <dependency> <groupId>org.codelutin</groupId> <artifactId>lutingenerator</artifactId> - <version>0.62-SNAPSHOT</version> + <version>${project.version}</version> <scope>compile</scope> </dependency> @@ -44,7 +45,6 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> <name>Plugin maven Generator</name> - <version>0.62-SNAPSHOT</version> <inceptionYear>2006</inceptionYear> <description>maven plugin to use the lutingenerator library</description>
participants (1)
-
tchemit@users.labs.libre-entreprise.org