From: Carlos S. <car...@us...> - 2005-09-27 00:05:53
|
carlossg 05/09/26 17:05:46 Modified: help project.xml macker project.xml . maven.xml project.xml middlegen project.xml rpm project.xml strutsdoc project.xml tasks project.xml webtest project.xml wiki project.xml Log: Comply with xml schema so it builds with 1.1 Revision Changes Path 1.11 +0 -2 maven-plugins/help/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/help/project.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- project.xml 15 Oct 2004 11:17:32 -0000 1.10 +++ project.xml 27 Sep 2005 00:05:46 -0000 1.11 @@ -81,8 +81,6 @@ <resources> </resources> - <jars> - </jars> </build> </project> 1.2 +0 -1 maven-plugins/macker/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/macker/project.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- project.xml 1 Oct 2004 22:04:21 -0000 1.1 +++ project.xml 27 Sep 2005 00:05:46 -0000 1.2 @@ -43,7 +43,6 @@ <contributors> <contributor> <name>Cantrell</name> - <id>cantrell</id> <email>can...@po...</email> <organization>Innig</organization> <roles> 1.36 +1 -1 maven-plugins/maven.xml Index: maven.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/maven.xml,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- maven.xml 22 Sep 2005 03:04:52 -0000 1.35 +++ maven.xml 27 Sep 2005 00:05:46 -0000 1.36 @@ -1,4 +1,4 @@ -<project default="plugins:site" +<project xmlns:j="jelly:core" xmlns:ant="jelly:ant" xmlns:maven="jelly:maven"> 1.30 +1 -0 maven-plugins/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.xml,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- project.xml 12 Aug 2005 17:47:32 -0000 1.29 +++ project.xml 27 Sep 2005 00:05:46 -0000 1.30 @@ -159,6 +159,7 @@ </dependencies> <build> + <defaultGoal>plugins:site</defaultGoal> <nagEmailAddress>${pom.artifactId}@sourceforge.net</nagEmailAddress> 1.3 +0 -2 maven-plugins/middlegen/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/middlegen/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- project.xml 15 Oct 2004 11:17:34 -0000 1.2 +++ project.xml 27 Sep 2005 00:05:46 -0000 1.3 @@ -131,8 +131,6 @@ <resources> </resources> - <jars> - </jars> </build> </project> 1.21 +0 -2 maven-plugins/rpm/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/rpm/project.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- project.xml 15 Oct 2004 11:17:34 -0000 1.20 +++ project.xml 27 Sep 2005 00:05:46 -0000 1.21 @@ -79,8 +79,6 @@ <resources> </resources> - <jars> - </jars> </build> </project> 1.2 +7 -4 maven-plugins/strutsdoc/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/strutsdoc/project.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- project.xml 14 Dec 2004 15:34:21 -0000 1.1 +++ project.xml 27 Sep 2005 00:05:46 -0000 1.2 @@ -45,10 +45,13 @@ <targetPath>plugin-resources</targetPath> </resource> <resource> - <include>plugin.jelly</include> - <include>plugin.properties</include> - <include>project.properties</include> - <include>project.xml</include> + <directory>${basedir}</directory> + <includes> + <include>plugin.jelly</include> + <include>plugin.properties</include> + <include>project.properties</include> + <include>project.xml</include> + </includes> </resource> </resources> </build> 1.7 +7 -4 maven-plugins/tasks/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/tasks/project.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- project.xml 22 May 2004 05:17:42 -0000 1.6 +++ project.xml 27 Sep 2005 00:05:46 -0000 1.7 @@ -44,10 +44,13 @@ <targetPath>plugin-resources</targetPath> </resource> <resource> - <include>plugin.jelly</include> - <include>plugin.properties</include> - <include>project.properties</include> - <include>project.xml</include> + <directory>${basedir}</directory> + <includes> + <include>plugin.jelly</include> + <include>plugin.properties</include> + <include>project.properties</include> + <include>project.xml</include> + </includes> </resource> </resources> </build> 1.25 +0 -1 maven-plugins/webtest/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/webtest/project.xml,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- project.xml 24 Jun 2005 10:41:53 -0000 1.24 +++ project.xml 27 Sep 2005 00:05:46 -0000 1.25 @@ -89,7 +89,6 @@ <contributors> <contributor> <name>David Gerber</name> - <id></id> <email></email> <roles> <role></role> 1.23 +0 -2 maven-plugins/wiki/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/wiki/project.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- project.xml 15 Oct 2004 11:17:37 -0000 1.22 +++ project.xml 27 Sep 2005 00:05:46 -0000 1.23 @@ -80,8 +80,6 @@ <resources> </resources> - <jars> - </jars> </build> </project> |