dion 2003/09/17 00:53:27 Modified: src/plugins-build/gump project.xml plugin.jelly src/plugins-build/gump/xdocs changes.xml Log: Fix bug where gump.xml generated in different directory to ${basedir} Revision Changes Path 1.12 +1 -1 maven/src/plugins-build/gump/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven/src/plugins-build/gump/project.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- project.xml 6 Sep 2003 07:28:56 -0000 1.11 +++ project.xml 17 Sep 2003 07:53:27 -0000 1.12 @@ -5,7 +5,7 @@ <pomVersion>3</pomVersion> <id>maven-gump-plugin</id> <name>Maven Gump Plug-in</name> - <currentVersion>1.1</currentVersion> + <currentVersion>1.2-SNAPSHOT</currentVersion> <description/> <shortDescription>produce Gump descriptor</shortDescription> <url>http://maven.apache.org/reference/plugins/gump/</url> 1.3 +1 -1 maven/src/plugins-build/gump/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /home/cvs/maven/src/plugins-build/gump/plugin.jelly,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- plugin.jelly 23 Feb 2003 17:59:27 -0000 1.2 +++ plugin.jelly 17 Sep 2003 07:53:27 -0000 1.3 @@ -34,7 +34,7 @@ description="Generate Gump descriptor from Maven descriptor"> <j:set var="gumpProject"><gump:name project="${pom.artifactId}"/></j:set> - <j:file name="gump.xml" prettyPrint="true" xmlns="dummy"> + <j:file name="${basedir}/gump.xml" prettyPrint="true" xmlns="dummy"> <module name="${gumpProject}"> <description>${pom.shortDescription}</description> 1.2 +6 -1 maven/src/plugins-build/gump/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven/src/plugins-build/gump/xdocs/changes.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- changes.xml 24 Jan 2003 03:45:13 -0000 1.1 +++ changes.xml 17 Sep 2003 07:53:27 -0000 1.2 @@ -6,7 +6,12 @@ </properties> <body> - <release version="1.1" date="in CVS"> + <release version="1.2" date="in CVS"> + <action dev="dion" type="fix">gump.xml generated into basedir</action> + <action dev="dion" type="update">Added test project</action> + </release> + + <release version="1.1" date="Unknown"> <action dev="dion" type="add"> Added more documentation </action>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]