You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2004/05/01 19:15:06 UTC

cvs commit: maven-plugins/plugin/xdocs changes.xml navigation.xml

vmassol     2004/05/01 10:15:06

  Modified:    plugin   project.properties project.xml
               plugin/xdocs changes.xml navigation.xml
  Log:
  - remove unneeded properties (they are inherited from top level project.properties)
  - fixed <version> tag
  - other minor cosmetic enhancements
  
  Revision  Changes    Path
  1.5       +0 -4      maven-plugins/plugin/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/plugin/project.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.properties	4 Mar 2004 18:37:55 -0000	1.4
  +++ project.properties	1 May 2004 17:15:06 -0000	1.5
  @@ -17,7 +17,3 @@
   # -------------------------------------------------------------------
   # P R O J E C T  P R O P E R T I E S
   # -------------------------------------------------------------------
  -maven.xdoc.date=left
  -## maven.xdoc.version=${pom.currentVersion}
  -maven.license.licenseFile=${basedir}/../../../LICENSE.txt
  -
  
  
  
  1.31      +17 -0     maven-plugins/plugin/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/plugin/project.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- project.xml	28 Apr 2004 03:33:50 -0000	1.30
  +++ project.xml	1 May 2004 17:15:06 -0000	1.31
  @@ -36,6 +36,23 @@
       <developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-plugins/plugin/</developerConnection>
       <url>http://cvs.apache.org/viewcvs/maven-plugins/plugin/</url>
     </repository>
  +  <versions>
  +    <version>
  +      <id>1.2</id>
  +      <name>1.2</name>
  +      <tag>MAVEN_PLUGIN_1_2</tag>
  +    </version>
  +    <version>
  +      <id>1.3</id>
  +      <name>1.3</name>
  +      <tag>MAVEN_PLUGIN_1_3</tag>
  +    </version>
  +    <version>
  +      <id>1.4</id>
  +      <name>1.4</name>
  +      <tag>HEAD</tag>
  +    </version>
  +  </versions>
     <developers>
       <developer>
         <name>Peter Lynch</name>
  
  
  
  1.20      +0 -1      maven-plugins/plugin/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/plugin/xdocs/changes.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- changes.xml	30 Apr 2004 14:38:43 -0000	1.19
  +++ changes.xml	1 May 2004 17:15:06 -0000	1.20
  @@ -28,7 +28,6 @@
         <action dev="brett" type="add" issue="MAVEN-1219">Add plugin:uninstall-now that removes the plugin from the currently running instance of Maven.</action>
         <action dev="brett" type="add" issue="MAVEN-1219">Add a plugin:install-now goal that installs the plugin into the currently running instance of maven so that it can be used by subsequent goals.</action>
       </release>
  -
       <release version="1.3" date="2004-03-22">
         <action dev="brett" type="fix" issue="MPPLUGIN-13">Create local repository directory first so plugin:download doesn't fail when it doesn't exist</action>
         <action dev="dion" type="update">Add optional msg attribute to assertFileExists and assertEquals tags</action>
  
  
  
  1.4       +4 -7      maven-plugins/plugin/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/plugin/xdocs/navigation.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- navigation.xml	4 Mar 2004 18:37:56 -0000	1.3
  +++ navigation.xml	1 May 2004 17:15:06 -0000	1.4
  @@ -1,4 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -17,19 +18,15 @@
    */
    -->
   
  -
   <project name="Maven Plugin Plugin">
     <title>Maven Plugin Plugin</title>
     <body>
       <links>
  -      <item href="http://maven.apache.org/" name="Maven">
  -      </item>
  +      <item href="http://maven.apache.org/" name="Maven"/>
       </links>
       <menu name="Overview">
  -      <item href="/goals.html" name="Goals">
  -      </item>
  -      <item href="/properties.html" name="Properties">
  -      </item>
  +      <item href="/goals.html" name="Goals"/>
  +      <item href="/properties.html" name="Properties"/>
       </menu>
     </body>
   </project>
  
  
  

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