brett 2004/07/07 03:00:55 Modified: . Tag: MAVEN-1_0-BRANCH project.xml xdocs Tag: MAVEN-1_0-BRANCH changes.xml Log: include XML tag library. Needed for new build function, but also because it is so often needed and forgotten in plugins. Revision Changes Path No revision No revision 1.317.4.30 +6 -0 maven/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven/project.xml,v retrieving revision 1.317.4.29 retrieving revision 1.317.4.30 diff -u -r1.317.4.29 -r1.317.4.30 --- project.xml 28 Jun 2004 15:09:45 -0000 1.317.4.29 +++ project.xml 7 Jul 2004 10:00:55 -0000 1.317.4.30 @@ -632,6 +632,12 @@ <url>http://jakarta.apache.org/commons/jelly/tags/util/</url> </dependency> <dependency> + <groupId>commons-jelly</groupId> + <artifactId>commons-jelly-tags-xml</artifactId> + <version>20040613.030723</version> + <url>http://jakarta.apache.org/commons/jelly/tags/xml/</url> + </dependency> + <dependency> <id>commons-graph</id> <version>0.8.1</version> <url>http://jakarta.apache.org/commons/sandbox/graph/</url> No revision No revision 1.14.4.31 +1 -0 maven/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven/xdocs/changes.xml,v retrieving revision 1.14.4.30 retrieving revision 1.14.4.31 diff -u -r1.14.4.30 -r1.14.4.31 --- changes.xml 6 Jul 2004 12:45:48 -0000 1.14.4.30 +++ changes.xml 7 Jul 2004 10:00:55 -0000 1.14.4.31 @@ -25,6 +25,7 @@ </properties> <body> <release version="1.0-final-SNAPSHOT" date="in CVS"> + <action dev="brett" type="add">Bundle the Jelly XML tag library for build and for plugin's convenience</action> <action dev="brett" type="fix" issue="MAVEN-1296" due-to="Eric Lapierre">Fix property inheritence under some circumstances</action> <action dev="brett" type="add">Add different types of download progress meters.</action> <action dev="brett" type="fix"><maven:get/> now initialises the plugin if it has not already been loaded, removing the need for dependency handles</action>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]