You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/10/23 14:11:51 UTC

cvs commit: maven-plugins/xdoc project.xml

brett       2004/10/23 05:11:51

  Modified:    artifact project.xml
               cruisecontrol project.xml
               developer-activity project.xml
               file-activity project.xml
               idea     project.xml
               itest    project.xml
               jar      project.xml
               junit-report project.xml
               jxr      project.xml
               linkcheck project.xml
               multichanges project.xml
               multiproject project.xml
               plugin   project.xml
               scm      project.xml
               site     project.xml
               test     project.xml
               xdoc     project.xml
  Log:
  remove old requires descriptions
  
  Revision  Changes    Path
  1.36      +1 -1      maven-plugins/artifact/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/artifact/project.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- project.xml	29 Sep 2004 10:58:50 -0000	1.35
  +++ project.xml	23 Oct 2004 12:11:50 -0000	1.36
  @@ -26,7 +26,7 @@
     <!-- WARNING: some dependency checks will break if we get to 1.10, need to go to 2.0 from there -->
   
     <currentVersion>1.4.1</currentVersion>
  -  <description>Tools to manage artifacts and deployment. Requires Maven 1.0 RC4</description>
  +  <description>Tools to manage artifacts and deployment.</description>
     <shortDescription>Tools to manage artifacts and deployment</shortDescription>
     <url>http://maven.apache.org/reference/plugins/artifact/</url>
     <issueTrackingUrl>http://jira.codehaus.org/browse/MPARTIFACT</issueTrackingUrl>
  
  
  
  1.32      +1 -1      maven-plugins/cruisecontrol/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/cruisecontrol/project.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- project.xml	14 Aug 2004 19:47:29 -0000	1.31
  +++ project.xml	23 Oct 2004 12:11:50 -0000	1.32
  @@ -23,7 +23,7 @@
     <id>maven-cruisecontrol-plugin</id>
     <name>Maven Cruise Control Plugin</name>
     <currentVersion>1.6-SNAPSHOT</currentVersion>
  -  <description>A plugin to handle the generating and maintaining of Cruise Control configuration. Requires Maven 1.0.</description>
  +  <description>A plugin to handle the generating and maintaining of Cruise Control configuration.</description>
     <shortDescription>Cruise Control Plugin for Maven</shortDescription>
     <url>http://maven.apache.org/reference/plugins/cruisecontrol/</url>
     <issueTrackingUrl>http://jira.codehaus.org/browse/MPCRUISECONTROL</issueTrackingUrl>
  
  
  
  1.33      +1 -1      maven-plugins/developer-activity/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/developer-activity/project.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- project.xml	19 Jul 2004 03:00:35 -0000	1.32
  +++ project.xml	23 Oct 2004 12:11:50 -0000	1.33
  @@ -24,7 +24,7 @@
     <id>maven-developer-activity-plugin</id>
     <name>Maven Developer Activity Plugin</name>
     <currentVersion>1.5.1-SNAPSHOT</currentVersion>
  -  <description>This document provides a report of activity in terms of CVS commits and breaks it out by developer. Requires Maven 1.0 RC2.</description>
  +  <description>This document provides a report of activity in terms of CVS commits and breaks it out by developer.</description>
     <shortDescription>Developer Activity report</shortDescription>
     <url>http://maven.apache.org/reference/plugins/developer-activity/</url>
     <issueTrackingUrl>http://jira.codehaus.org/browse/MPDEVACTIVITY</issueTrackingUrl>
  
  
  
  1.33      +1 -1      maven-plugins/file-activity/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/file-activity/project.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- project.xml	19 Jul 2004 03:00:35 -0000	1.32
  +++ project.xml	23 Oct 2004 12:11:51 -0000	1.33
  @@ -25,7 +25,7 @@
     <name>Maven File Activity Plug-in</name>
     <currentVersion>1.5.1-SNAPSHOT</currentVersion>
     <gumpRepositoryId>jakarta</gumpRepositoryId>
  -  <description>This document provides a report of activity in terms of CVS commits and breaks it out by file. Requires Maven 1.0 RC2.</description>
  +  <description>This document provides a report of activity in terms of CVS commits and breaks it out by file.</description>
     <shortDescription>File activity Report</shortDescription>
     <url>http://maven.apache.org/reference/plugins/file-activity/</url>
     <issueTrackingUrl>http://jira.codehaus.org/browse/MPFILEACTIVITY</issueTrackingUrl>
  
  
  
  1.30      +1 -1      maven-plugins/idea/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/idea/project.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- project.xml	25 Jun 2004 17:09:54 -0000	1.29
  +++ project.xml	23 Oct 2004 12:11:51 -0000	1.30
  @@ -25,7 +25,7 @@
     <name>Maven IDEA Plug-in</name>
     <currentVersion>1.5</currentVersion>
     <shortDescription>IDEA Plugin for Maven</shortDescription>
  -  <description>IDEA Plugin for Maven. Requires Maven 1.0 RC3.</description>
  +  <description>IDEA Plugin for Maven.</description>
     <url>http://maven.apache.org/reference/plugins/idea/</url>
     <issueTrackingUrl>http://jira.codehaus.org/browse/MPIDEA</issueTrackingUrl>
     <siteDirectory>/www/maven.apache.org/reference/plugins/idea/</siteDirectory>
  
  
  
  1.2       +1 -1      maven-plugins/itest/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/itest/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	20 Sep 2004 22:13:05 -0000	1.1
  +++ project.xml	23 Oct 2004 12:11:51 -0000	1.2
  @@ -23,7 +23,7 @@
       <id>maven-itest-plugin</id>
       <name>Maven Integration Test Plug-in</name>
       <currentVersion>1.0</currentVersion>
  -    <description>Run JUnit tests on artifacts such as jars, ejbs, wars, ears. Requires Maven 1.0 RC2.</description>
  +    <description>Run JUnit tests on artifacts such as jars, ejbs, wars, ears.</description>
       <shortDescription>Run JUnit integration tests</shortDescription>
       <url>http://maven.apache.org/reference/plugins/itest/</url>
       <issueTrackingUrl>http://jira.codehaus.org/browse/MPTEST</issueTrackingUrl>
  
  
  
  1.33      +1 -1      maven-plugins/jar/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jar/project.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- project.xml	18 Oct 2004 17:19:07 -0000	1.32
  +++ project.xml	23 Oct 2004 12:11:51 -0000	1.33
  @@ -24,7 +24,7 @@
     <id>maven-jar-plugin</id>
     <name>Maven Jar Plug-in</name>
     <currentVersion>1.7-SNAPSHOT</currentVersion>
  -  <description>Plugin for creating JAR files. Requires Maven 1.0 RC2.</description>
  +  <description>Plugin for creating JAR files.</description>
     <shortDescription>Create jar files</shortDescription>
     <url>http://maven.apache.org/reference/plugins/jar/</url>
     <issueTrackingUrl>http://jira.codehaus.org/browse/MPJAR</issueTrackingUrl>
  
  
  
  1.31      +1 -1      maven-plugins/junit-report/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/junit-report/project.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- project.xml	25 Jun 2004 15:24:29 -0000	1.30
  +++ project.xml	23 Oct 2004 12:11:51 -0000	1.31
  @@ -24,7 +24,7 @@
     <id>maven-junit-report-plugin</id>
     <name>Maven JUnit Report Plug-in</name>
     <currentVersion>1.5.1-SNAPSHOT</currentVersion>
  -  <description>Reports from JUnit tests. Requires Maven 1.0 RC2.</description>
  +  <description>Reports from JUnit tests.</description>
     <shortDescription>Reports from JUnit tests</shortDescription>
     <url>http://maven.apache.org/reference/plugins/junit-report/</url>
     <issueTrackingUrl>http://jira.codehaus.org/browse/MPJUNITREPORT</issueTrackingUrl>
  
  
  
  1.48      +1 -1      maven-plugins/jxr/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/jxr/project.xml,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- project.xml	23 Oct 2004 12:01:53 -0000	1.47
  +++ project.xml	23 Oct 2004 12:11:51 -0000	1.48
  @@ -24,7 +24,7 @@
     <id>maven-jxr-plugin</id>
     <name>Maven JXR Plug-in</name>
     <currentVersion>1.4.2</currentVersion>
  -  <description>Create cross reference. Requires Maven 1.0 RC2.</description>
  +  <description>Create cross reference.</description>
     <shortDescription>Create cross reference</shortDescription>
     <url>http://maven.apache.org/reference/plugins/jxr/</url>
     <issueTrackingUrl>http://jira.codehaus.org/browse/MPJXR</issueTrackingUrl>
  
  
  
  1.59      +1 -1      maven-plugins/linkcheck/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/linkcheck/project.xml,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- project.xml	27 Sep 2004 08:26:29 -0000	1.58
  +++ project.xml	23 Oct 2004 12:11:51 -0000	1.59
  @@ -24,7 +24,7 @@
     <id>maven-linkcheck-plugin</id>
     <name>Maven LinkCheck Plug-in</name>
     <currentVersion>1.3.3</currentVersion>
  -  <description>Check xdoc links. Requires Maven 1.0 RC2.</description>
  +  <description>Check xdoc links.</description>
     <shortDescription>Check xdoc links</shortDescription>
     <url>http://maven.apache.org/reference/plugins/linkcheck/</url>
     <issueTrackingUrl>http://jira.codehaus.org/browse/MPLINKCHECK</issueTrackingUrl>
  
  
  
  1.14      +1 -1      maven-plugins/multichanges/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/multichanges/project.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- project.xml	24 Jul 2004 22:41:58 -0000	1.13
  +++ project.xml	23 Oct 2004 12:11:51 -0000	1.14
  @@ -24,7 +24,7 @@
     <id>maven-multichanges-plugin</id>
     <name>Maven MultiChanges plugin</name>
     <currentVersion>1.2-SNAPSHOT</currentVersion>
  -  <description>Produce release dashboard for subprojects. Requires Maven 1.0 RC3.</description>
  +  <description>Produce release dashboard for subprojects.</description>
     <url>http://maven.apache.org/reference/plugins/multichanges/</url>
     <issueTrackingUrl>http://jira.codehaus.org/browse/MPMULTICHANGES</issueTrackingUrl>
     <siteDirectory>/www/maven.apache.org/reference/plugins/multichanges/</siteDirectory>
  
  
  
  1.34      +1 -1      maven-plugins/multiproject/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/multiproject/project.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- project.xml	21 Sep 2004 13:47:53 -0000	1.33
  +++ project.xml	23 Oct 2004 12:11:51 -0000	1.34
  @@ -23,7 +23,7 @@
     <id>maven-multiproject-plugin</id>
     <name>Maven Multi-Project Plug-in</name>
     <currentVersion>1.4-SNAPSHOT</currentVersion>
  -  <description>A plugin to handle the building of multiple projects within maven. Requires Maven 1.0 RC3</description>
  +  <description>A plugin to handle the building of multiple projects within maven.</description>
     <shortDescription>Multi-Project Plugin for Maven</shortDescription>
     <url>http://maven.apache.org/reference/plugins/multiproject/</url>
     <issueTrackingUrl>http://jira.codehaus.org/browse/MPMULTIPROJECT</issueTrackingUrl>
  
  
  
  1.46      +1 -1      maven-plugins/plugin/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/plugin/project.xml,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- project.xml	18 Jul 2004 14:20:03 -0000	1.45
  +++ project.xml	23 Oct 2004 12:11:51 -0000	1.46
  @@ -24,7 +24,7 @@
     <id>maven-plugin-plugin</id>
     <name>Maven Plugin Plugin</name>
     <currentVersion>1.5.2-SNAPSHOT</currentVersion>
  -  <description>Maven Plugin management plugin. Requires Maven 1.0 RC4.</description>
  +  <description>Maven Plugin management plugin..</description>
     <shortDescription>Maven Plugin plugin</shortDescription>
     <url>http://maven.apache.org/reference/plugins/plugin/</url>
     <issueTrackingUrl>http://jira.codehaus.org/browse/MPPLUGIN</issueTrackingUrl>
  
  
  
  1.24      +1 -1      maven-plugins/scm/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/scm/project.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- project.xml	9 Aug 2004 01:25:47 -0000	1.23
  +++ project.xml	23 Oct 2004 12:11:51 -0000	1.24
  @@ -24,7 +24,7 @@
     <name>Maven Source Control Management Plug-in</name>
     <currentVersion>1.4.2-SNAPSHOT</currentVersion>
     <description>A plugin for SCM tasks, currently CVS.</description>
  -  <shortDescription>SCM Plugin for Maven. Requires Maven 1.0 RC2.</shortDescription>
  +  <shortDescription>SCM Plugin for Maven.</shortDescription>
     <url>http://maven.apache.org/reference/plugins/scm/</url>
     <issueTrackingUrl>http://jira.codehaus.org/browse/MPSCM</issueTrackingUrl>
     <siteDirectory>/www/maven.apache.org/reference/plugins/scm/</siteDirectory>
  
  
  
  1.38      +1 -1      maven-plugins/site/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/site/project.xml,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- project.xml	16 Sep 2004 00:30:19 -0000	1.37
  +++ project.xml	23 Oct 2004 12:11:51 -0000	1.38
  @@ -24,7 +24,7 @@
     <id>maven-site-plugin</id>
     <name>Maven Site Plugin</name>
     <currentVersion>1.5.2-SNAPSHOT</currentVersion>
  -  <description>Generate web site. Requires Maven 1.0 RC2.</description>
  +  <description>Generate web site.</description>
     <shortDescription>Generate web site</shortDescription>
     <url>http://maven.apache.org/reference/plugins/site/</url>
     <issueTrackingUrl>http://jira.codehaus.org/browse/MPSITE</issueTrackingUrl>
  
  
  
  1.35      +1 -1      maven-plugins/test/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/test/project.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- project.xml	6 Jul 2004 12:37:18 -0000	1.34
  +++ project.xml	23 Oct 2004 12:11:51 -0000	1.35
  @@ -24,7 +24,7 @@
     <id>maven-test-plugin</id>
     <name>Maven Test Plug-in</name>
     <currentVersion>1.7-SNAPSHOT</currentVersion>
  -  <description>Run JUnit tests. Requires Maven 1.0 RC2.</description>
  +  <description>Run JUnit tests.</description>
     <shortDescription>Run JUnit tests</shortDescription>
     <url>http://maven.apache.org/reference/plugins/test/</url>
     <issueTrackingUrl>http://jira.codehaus.org/browse/MPTEST</issueTrackingUrl>
  
  
  
  1.62      +1 -1      maven-plugins/xdoc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/xdoc/project.xml,v
  retrieving revision 1.61
  retrieving revision 1.62
  diff -u -r1.61 -r1.62
  --- project.xml	21 Sep 2004 13:47:53 -0000	1.61
  +++ project.xml	23 Oct 2004 12:11:51 -0000	1.62
  @@ -24,7 +24,7 @@
     <id>maven-xdoc-plugin</id>
     <name>Maven XDoc Plug-in</name>
     <currentVersion>1.9-SNAPSHOT</currentVersion>
  -  <description>Convert xdocs into HTML. Requires Maven 1.0 RC2.</description>
  +  <description>Convert xdocs into HTML.</description>
     <shortDescription>Convert xdocs into HTML</shortDescription>
     <url>http://maven.apache.org/reference/plugins/xdoc/</url>
     <issueTrackingUrl>http://jira.codehaus.org/browse/MPXDOC</issueTrackingUrl>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org