brett 2004/04/07 17:39:25 Modified: pom plugin.jelly project.xml pom/xdocs changes.xml goals.xml Log: remove pom:update (MPPOM-2) also remove unneeded classloader stuff and fix a bug in pom:validate Revision Changes Path 1.15 +1 -8 maven-plugins/pom/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /home/cvs/maven-plugins/pom/plugin.jelly,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- plugin.jelly 26 Mar 2004 17:15:29 -0000 1.14 +++ plugin.jelly 8 Apr 2004 00:39:24 -0000 1.15 @@ -70,7 +70,7 @@ <util:file var="xsdAsFile" name="${xsd}"/> <j:if test="${not(xsdAsFile.exists())}"> <j:set var="xsd" - value="${maven.home}/maven-project-${pom.pomVersion}.xsd"/> + value="${maven.home}/maven-project.xsd"/> </j:if> <java classname="com.thaiopensource.relaxng.util.Driver" fork="true"> @@ -93,13 +93,6 @@ <echo>${notice.Level} : ${notice.Section} : ${notice.Message}</echo> </j:forEach> - </goal> - - <!-- ================================================================== --> - <!-- U P D A T E P O M --> - <!-- ================================================================== --> - <goal name="pom:update" - description="Update the POM from its current version to a specified version"> </goal> <!-- ========================================================================== --> 1.35 +0 -9 maven-plugins/pom/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/maven-plugins/pom/project.xml,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- project.xml 7 Mar 2004 23:01:26 -0000 1.34 +++ project.xml 8 Apr 2004 00:39:24 -0000 1.35 @@ -91,9 +91,6 @@ <groupId>isorelax</groupId> <artifactId>isorelax</artifactId> <version>20030108</version> - <properties> - <classloader>root</classloader> - </properties> </dependency> <!-- validator being used --> @@ -101,17 +98,11 @@ <groupId>thaiopensource</groupId> <artifactId>jing</artifactId> <version>20030619</version> - <properties> - <classloader>root</classloader> - </properties> </dependency> <dependency> <groupId>xerces</groupId> <artifactId>xerces</artifactId> <version>2.4.0</version> - <properties> - <classloader>root</classloader> - </properties> </dependency> </dependencies> </project> 1.11 +3 -0 maven-plugins/pom/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven-plugins/pom/xdocs/changes.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- changes.xml 26 Mar 2004 17:15:29 -0000 1.10 +++ changes.xml 8 Apr 2004 00:39:25 -0000 1.11 @@ -25,6 +25,9 @@ <body> <releases> <release version="1.4" date="in CVS"> + <action dev="brett" type="remove" issue="MPPOM-2"> + remove empty pom:update goal + </action> <action dev="evenisse" type="add"> Add missing xml-apis jar. </action> 1.4 +1 -5 maven-plugins/pom/xdocs/goals.xml Index: goals.xml =================================================================== RCS file: /home/cvs/maven-plugins/pom/xdocs/goals.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- goals.xml 4 Mar 2004 18:38:43 -0000 1.3 +++ goals.xml 8 Apr 2004 00:39:25 -0000 1.4 @@ -38,13 +38,9 @@ <description>set up validation tag library</description> </goal> <goal> - <name>pom:update</name> - <description>Update the POM from its current version to a specified version</description> - </goal> - <goal> <name>pom:validate</name> <description>Validate the Maven XML project descriptor</description> </goal> </goals> </body> -</document> \ No newline at end of file +</document>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]