From: stephane m. <ste...@us...> - 2002-09-08 23:55:57
|
stephanemor 02/09/08 16:55:57 Modified: rpm project.xml wiki project.xml Log: Fixed currentVersion and added the mailing-lists Revision Changes Path 1.8 +21 -2 maven-plugins/rpm/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/rpm/project.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- project.xml 4 Sep 2002 13:05:31 -0000 1.7 +++ project.xml 8 Sep 2002 23:55:57 -0000 1.8 @@ -10,7 +10,7 @@ <url>http://jakarta.apache.org/</url> <logo>http://jakarta.apache.org/turbine/maven/images/jakarta-logo-blue.gif</logo> </organization> - <inceptionYear>2001</inceptionYear> + <inceptionYear>2002</inceptionYear> <package>org.apache.maven</package> <logo>http://jakarta.apache.org/turbine/maven/images/maven.jpg</logo> @@ -39,7 +39,26 @@ <branches> </branches> - <mailingLists/> + <mailingLists> + <mailingList> + <name>Maven-Plugins User List</name> + <subscribe>mav...@li...</subscribe> + <unsubscribe>mav...@li...</unsubscribe> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=11777</archive> + </mailingList> + <mailingList> + <name>Maven-Plugins Developer List</name> + <subscribe>mav...@li...</subscribe> + <unsubscribe>mav...@li...</unsubscribe> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=11782</archive> + </mailingList> + <mailingList> + <name>Maven-Plugins CVS Commits List</name> + <subscribe>${pom.id}-cv...@li...</subscribe> + <unsubscribe>${pom.id}-cv...@li...</unsubscribe> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=11781</archive> + </mailingList> + </mailingLists> <developers> <developer> 1.10 +21 -2 maven-plugins/wiki/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/wiki/project.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- project.xml 4 Sep 2002 12:49:56 -0000 1.9 +++ project.xml 8 Sep 2002 23:55:57 -0000 1.10 @@ -10,7 +10,7 @@ <url>http://jakarta.apache.org/</url> <logo>http://jakarta.apache.org/turbine/maven/images/jakarta-logo-blue.gif</logo> </organization> - <inceptionYear>2001</inceptionYear> + <inceptionYear>2002</inceptionYear> <package>org.apache.maven</package> <logo>http://jakarta.apache.org/turbine/maven/images/maven.jpg</logo> @@ -39,7 +39,26 @@ <branches> </branches> - <mailingLists/> + <mailingLists> + <mailingList> + <name>Maven-Plugins User List</name> + <subscribe>mav...@li...</subscribe> + <unsubscribe>mav...@li...</unsubscribe> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=11777</archive> + </mailingList> + <mailingList> + <name>Maven-Plugins Developer List</name> + <subscribe>mav...@li...</subscribe> + <unsubscribe>mav...@li...</unsubscribe> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=11782</archive> + </mailingList> + <mailingList> + <name>Maven-Plugins CVS Commits List</name> + <subscribe>${pom.id}-cv...@li...</subscribe> + <unsubscribe>${pom.id}-cv...@li...</unsubscribe> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_id=11781</archive> + </mailingList> + </mailingLists> <developers> <developer> |
From: stephane m. <ste...@us...> - 2002-09-12 13:13:16
|
stephanemor 02/09/12 06:13:15 Modified: rpm project.xml wiki project.xml Log: Added Jorn A Hansen to the RPM plugin and Wiki plugin so that his changes are visible in the changelog reports and activity reports. Revision Changes Path 1.9 +11 -0 maven-plugins/rpm/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/rpm/project.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- project.xml 8 Sep 2002 23:55:57 -0000 1.8 +++ project.xml 12 Sep 2002 13:13:15 -0000 1.9 @@ -61,6 +61,17 @@ </mailingLists> <developers> + + <developer> + <name>Jørn A Hansen</name> + <id>jornh</id> + <email>Jo...@pe...</email> + <organization></organization> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> <name>Stéphane Mor</name> <id>stephanemor</id> 1.11 +12 -0 maven-plugins/wiki/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/wiki/project.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- project.xml 8 Sep 2002 23:55:57 -0000 1.10 +++ project.xml 12 Sep 2002 13:13:15 -0000 1.11 @@ -61,6 +61,17 @@ </mailingLists> <developers> + + <developer> + <name>Jørn A Hansen</name> + <id>jornh</id> + <email>Jo...@pe...</email> + <organization></organization> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> <name>Stéphane Mor</name> <id>stephanemor</id> @@ -70,6 +81,7 @@ <role>Java Developer</role> </roles> </developer> + </developers> <dependencies> |
From: stephane m. <ste...@us...> - 2002-09-14 00:46:12
|
stephanemor 02/09/13 17:46:12 Modified: . project.xml help project.xml rpm project.xml wiki project.xml Log: That's a SourceForge project. Revision Changes Path 1.14 +2 -1 maven-plugins/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- project.xml 11 Sep 2002 22:47:40 -0000 1.13 +++ project.xml 14 Sep 2002 00:46:11 -0000 1.14 @@ -8,7 +8,8 @@ <organization> <name>Apache Software Foundation</name> <url>http://jakarta.apache.org/</url> - <logo>http://jakarta.apache.org/turbine/maven/images/jakarta-logo-blue.gif</logo> + <!-- <logo>http://jakarta.apache.org/turbine/maven/images/jakarta-logo-blue.gif</logo> --> + <logo>http://sourceforge.net/sflogo.php?group_id=61626&type=5</logo> </organization> <inceptionYear>2002</inceptionYear> <package>org.apache.maven.plugins</package> 1.2 +2 -1 maven-plugins/help/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/help/project.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- project.xml 12 Sep 2002 14:26:00 -0000 1.1 +++ project.xml 14 Sep 2002 00:46:11 -0000 1.2 @@ -8,7 +8,8 @@ <organization> <name>Apache Software Foundation</name> <url>http://jakarta.apache.org/</url> - <logo>http://jakarta.apache.org/turbine/maven/images/jakarta-logo-blue.gif</logo> + <!-- <logo>http://jakarta.apache.org/turbine/maven/images/jakarta-logo-blue.gif</logo> --> + <logo>http://sourceforge.net/sflogo.php?group_id=61626&type=5</logo> </organization> <inceptionYear>2002</inceptionYear> <package>org.apache.maven</package> 1.10 +2 -1 maven-plugins/rpm/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/rpm/project.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- project.xml 12 Sep 2002 13:13:15 -0000 1.9 +++ project.xml 14 Sep 2002 00:46:11 -0000 1.10 @@ -8,7 +8,8 @@ <organization> <name>Apache Software Foundation</name> <url>http://jakarta.apache.org/</url> - <logo>http://jakarta.apache.org/turbine/maven/images/jakarta-logo-blue.gif</logo> + <!-- <logo>http://jakarta.apache.org/turbine/maven/images/jakarta-logo-blue.gif</logo> --> + <logo>http://sourceforge.net/sflogo.php?group_id=61626&type=5</logo> </organization> <inceptionYear>2002</inceptionYear> <package>org.apache.maven</package> 1.12 +2 -1 maven-plugins/wiki/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/wiki/project.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- project.xml 12 Sep 2002 13:13:15 -0000 1.11 +++ project.xml 14 Sep 2002 00:46:11 -0000 1.12 @@ -8,7 +8,8 @@ <organization> <name>Apache Software Foundation</name> <url>http://jakarta.apache.org/</url> - <logo>http://jakarta.apache.org/turbine/maven/images/jakarta-logo-blue.gif</logo> + <!-- <logo>http://jakarta.apache.org/turbine/maven/images/jakarta-logo-blue.gif</logo> --> + <logo>http://sourceforge.net/sflogo.php?group_id=61626&type=5</logo> </organization> <inceptionYear>2002</inceptionYear> <package>org.apache.maven</package> |
From: stephane m. <ste...@us...> - 2002-09-14 00:49:25
|
stephanemor 02/09/13 17:49:24 Modified: . project.xml help project.xml rpm project.xml wiki project.xml Log: forgot name and url... Revision Changes Path 1.15 +2 -3 maven-plugins/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- project.xml 14 Sep 2002 00:46:11 -0000 1.14 +++ project.xml 14 Sep 2002 00:49:24 -0000 1.15 @@ -6,9 +6,8 @@ <name>Maven Plugins</name> <currentVersion>1.0</currentVersion> <organization> - <name>Apache Software Foundation</name> - <url>http://jakarta.apache.org/</url> - <!-- <logo>http://jakarta.apache.org/turbine/maven/images/jakarta-logo-blue.gif</logo> --> + <name>SourceForge</name> + <url>http://www.sourceforge.net</url> <logo>http://sourceforge.net/sflogo.php?group_id=61626&type=5</logo> </organization> <inceptionYear>2002</inceptionYear> 1.3 +2 -3 maven-plugins/help/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/help/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- project.xml 14 Sep 2002 00:46:11 -0000 1.2 +++ project.xml 14 Sep 2002 00:49:24 -0000 1.3 @@ -6,9 +6,8 @@ <name>Help Maven Plugin</name> <currentVersion>1.0</currentVersion> <organization> - <name>Apache Software Foundation</name> - <url>http://jakarta.apache.org/</url> - <!-- <logo>http://jakarta.apache.org/turbine/maven/images/jakarta-logo-blue.gif</logo> --> + <name>SourceForge</name> + <url>http://www.sourceforge.net</url> <logo>http://sourceforge.net/sflogo.php?group_id=61626&type=5</logo> </organization> <inceptionYear>2002</inceptionYear> 1.11 +2 -3 maven-plugins/rpm/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/rpm/project.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- project.xml 14 Sep 2002 00:46:11 -0000 1.10 +++ project.xml 14 Sep 2002 00:49:24 -0000 1.11 @@ -6,9 +6,8 @@ <name>RPM Maven Plugin</name> <currentVersion>1.0</currentVersion> <organization> - <name>Apache Software Foundation</name> - <url>http://jakarta.apache.org/</url> - <!-- <logo>http://jakarta.apache.org/turbine/maven/images/jakarta-logo-blue.gif</logo> --> + <name>SourceForge</name> + <url>http://www.sourceforge.net</url> <logo>http://sourceforge.net/sflogo.php?group_id=61626&type=5</logo> </organization> <inceptionYear>2002</inceptionYear> 1.13 +2 -3 maven-plugins/wiki/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/wiki/project.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- project.xml 14 Sep 2002 00:46:11 -0000 1.12 +++ project.xml 14 Sep 2002 00:49:24 -0000 1.13 @@ -6,9 +6,8 @@ <name>Wiki Maven Plugin</name> <currentVersion>1.0</currentVersion> <organization> - <name>Apache Software Foundation</name> - <url>http://jakarta.apache.org/</url> - <!-- <logo>http://jakarta.apache.org/turbine/maven/images/jakarta-logo-blue.gif</logo> --> + <name>SourceForge</name> + <url>http://www.sourceforge.net</url> <logo>http://sourceforge.net/sflogo.php?group_id=61626&type=5</logo> </organization> <inceptionYear>2002</inceptionYear> |
From: stephane m. <ste...@us...> - 2002-09-16 00:34:43
|
stephanemor 02/09/15 17:34:42 Modified: . project.xml rpm project.xml wiki project.xml Log: The organization url is the sourceforge project page Revision Changes Path 1.16 +3 -2 maven-plugins/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- project.xml 14 Sep 2002 00:49:24 -0000 1.15 +++ project.xml 16 Sep 2002 00:34:42 -0000 1.16 @@ -7,12 +7,13 @@ <currentVersion>1.0</currentVersion> <organization> <name>SourceForge</name> - <url>http://www.sourceforge.net</url> + <url>http://sourceforge.net/projects/${pom.id}/</url> <logo>http://sourceforge.net/sflogo.php?group_id=61626&type=5</logo> </organization> <inceptionYear>2002</inceptionYear> <package>org.apache.maven.plugins</package> - <logo>http://jakarta.apache.org/turbine/maven/images/maven.jpg</logo> +<!-- <logo>http://jakarta.apache.org/turbine/maven/images/maven.jpg</logo> --> + <logo>/images/maven-plugins-logo.gif</logo> <!-- Gump integration --> <gumpRepositoryId>${pom.id}</gumpRepositoryId> 1.12 +1 -1 maven-plugins/rpm/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/rpm/project.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- project.xml 14 Sep 2002 00:49:24 -0000 1.11 +++ project.xml 16 Sep 2002 00:34:42 -0000 1.12 @@ -7,7 +7,7 @@ <currentVersion>1.0</currentVersion> <organization> <name>SourceForge</name> - <url>http://www.sourceforge.net</url> + <url>http://www.sourceforge.net/maven-plugins/</url> <logo>http://sourceforge.net/sflogo.php?group_id=61626&type=5</logo> </organization> <inceptionYear>2002</inceptionYear> 1.14 +1 -1 maven-plugins/wiki/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/wiki/project.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- project.xml 14 Sep 2002 00:49:24 -0000 1.13 +++ project.xml 16 Sep 2002 00:34:42 -0000 1.14 @@ -7,7 +7,7 @@ <currentVersion>1.0</currentVersion> <organization> <name>SourceForge</name> - <url>http://www.sourceforge.net</url> + <url>http://www.sourceforge.net/maven-plugins/</url> <logo>http://sourceforge.net/sflogo.php?group_id=61626&type=5</logo> </organization> <inceptionYear>2002</inceptionYear> |
From: stephane m. <ste...@us...> - 2002-09-16 00:42:46
|
stephanemor 02/09/15 17:42:45 Modified: wiki project.xml Log: I added a feature, let's increment the version number, just in case ... Revision Changes Path 1.15 +1 -1 maven-plugins/wiki/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/wiki/project.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- project.xml 16 Sep 2002 00:34:42 -0000 1.14 +++ project.xml 16 Sep 2002 00:42:45 -0000 1.15 @@ -4,7 +4,7 @@ <pomVersion>3</pomVersion> <id>maven-wiki-plugin</id> <name>Wiki Maven Plugin</name> - <currentVersion>1.0</currentVersion> + <currentVersion>1.1</currentVersion> <organization> <name>SourceForge</name> <url>http://www.sourceforge.net/maven-plugins/</url> |
From: stephane m. <ste...@us...> - 2002-10-08 11:47:37
|
stephanemor 02/10/08 04:47:36 Modified: help project.xml interactive project.xml rpm project.xml wiki project.xml Log: Corrected the SourceForge site address Revision Changes Path 1.4 +1 -1 maven-plugins/help/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/help/project.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- project.xml 14 Sep 2002 00:49:24 -0000 1.3 +++ project.xml 8 Oct 2002 11:47:36 -0000 1.4 @@ -7,7 +7,7 @@ <currentVersion>1.0</currentVersion> <organization> <name>SourceForge</name> - <url>http://www.sourceforge.net</url> + <url>http://www.sourceforge.net/projects/maven-plugins/</url> <logo>http://sourceforge.net/sflogo.php?group_id=61626&type=5</logo> </organization> <inceptionYear>2002</inceptionYear> 1.4 +1 -1 maven-plugins/interactive/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/interactive/project.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- project.xml 8 Oct 2002 11:36:21 -0000 1.3 +++ project.xml 8 Oct 2002 11:47:36 -0000 1.4 @@ -7,7 +7,7 @@ <currentVersion>1.0</currentVersion> <organization> <name>SourceForge</name> - <url>http://www.sourceforge.net/maven-plugins/</url> + <url>http://www.sourceforge.net/projects/maven-plugins/</url> <logo>http://sourceforge.net/sflogo.php?group_id=61626&type=5</logo> </organization> <inceptionYear>2002</inceptionYear> 1.13 +1 -1 maven-plugins/rpm/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/rpm/project.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- project.xml 16 Sep 2002 00:34:42 -0000 1.12 +++ project.xml 8 Oct 2002 11:47:36 -0000 1.13 @@ -7,7 +7,7 @@ <currentVersion>1.0</currentVersion> <organization> <name>SourceForge</name> - <url>http://www.sourceforge.net/maven-plugins/</url> + <url>http://www.sourceforge.net/projects/maven-plugins/</url> <logo>http://sourceforge.net/sflogo.php?group_id=61626&type=5</logo> </organization> <inceptionYear>2002</inceptionYear> 1.16 +1 -1 maven-plugins/wiki/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/wiki/project.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- project.xml 16 Sep 2002 00:42:45 -0000 1.15 +++ project.xml 8 Oct 2002 11:47:36 -0000 1.16 @@ -7,7 +7,7 @@ <currentVersion>1.1</currentVersion> <organization> <name>SourceForge</name> - <url>http://www.sourceforge.net/maven-plugins/</url> + <url>http://www.sourceforge.net/projects/maven-plugins/</url> <logo>http://sourceforge.net/sflogo.php?group_id=61626&type=5</logo> </organization> <inceptionYear>2002</inceptionYear> |
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> |
From: Jeff J. <jef...@us...> - 2006-08-15 12:23:39
|
jeffjensen 06/08/15 05:23:38 Modified: wiki project.xml Log: Apply patch [ 1535340 ] [all] Fix URLs to CVS for all subprojects by Dennis Lundberg. Thank you Dennis! Revision Changes Path 1.25 +2 -2 maven-plugins/wiki/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/wiki/project.xml,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- project.xml 11 Oct 2005 06:29:12 -0000 1.24 +++ project.xml 15 Aug 2006 12:23:38 -0000 1.25 @@ -21,8 +21,8 @@ <siteDirectory>/home/groups/m/ma/maven-plugins/htdocs/wiki/</siteDirectory> <repository> - <connection>scm:cvs:pserver:ano...@cv...:/cvsroot/maven-plugins:maven-plugins/wiki</connection> - <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/maven-plugins/maven-plugins/wiki/</url> + <connection>scm:cvs:pserver:ano...@ma...:/cvsroot/maven-plugins:maven-plugins/wiki</connection> + <url>http://maven-plugins.cvs.sourceforge.net/maven-plugins/maven-plugins/wiki/</url> </repository> <versions> |