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 2003/09/19 10:40:50 UTC

cvs commit: maven/src/plugins-build/statcvs/announcements 1.2.ann

vmassol     2003/09/19 01:40:50

  Modified:    src/plugins-build/statcvs/xdocs changes.xml navigation.xml
               src/plugins-build/statcvs project.xml .cvsignore
  Added:       src/plugins-build/statcvs/announcements 1.2.ann
  Log:
  Releasing version 1.2 of the statcvs plugin
  
  Revision  Changes    Path
  1.4       +11 -6     maven/src/plugins-build/statcvs/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/statcvs/xdocs/changes.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- changes.xml	29 Aug 2003 06:27:53 -0000	1.3
  +++ changes.xml	19 Sep 2003 08:40:50 -0000	1.4
  @@ -1,19 +1,24 @@
   <?xml version="1.0"?>
   <document>
     <properties>
  -    <title>Changes</title>
  +    <title>Statcvs</title>
  +    <author email="vmassol@pivolis.com">Vincent Massol</author>
       <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
     </properties>
   
     <body>
  -	<release version="1.2" date="in CVS">
  -      <action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action>
  +	<release version="1.2" date="2003-09-19">
  +      <action dev="dion" type="update">
  +        Updated to use maven.docs.*/maven.gen.docs
  +      </action>
         <action dev="evenisse" type="fix" due-to="Alwyn Schoeman">
  -        Fixed MAVEN-561. Creates maven.build.dir and maven.docs.dest directory if doesn't exist.
  +        Fixed MAVEN-561. Creates maven.build.dir and maven.docs.dest directory
  +        if doesn't exist.
         </action>
         <action dev="evenisse" type="fix">
  -        Fixed MAVEN-493. I register reports only if source, test,... exists.
  -        So, corresponding entrys in menu will appear only if reports are registered.
  +        Fixed MAVEN-493. Register reports only if source, test,... exists.
  +        So, corresponding entrys in menu will appear only if reports are 
  +        registered.
         </action>
       </release>
     </body>
  
  
  
  1.3       +9 -8      maven/src/plugins-build/statcvs/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/statcvs/xdocs/navigation.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- navigation.xml	19 Mar 2003 05:54:19 -0000	1.2
  +++ navigation.xml	19 Sep 2003 08:40:50 -0000	1.3
  @@ -1,17 +1,18 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<project name="Maven statcvs Plugin">
  -  <title>Maven statcvs Plugin</title>
  +<project name="Maven statCvs Plugin">
  +  <title>Maven StatCvs Plugin</title>
     <body>
       <links>
  -      <item href="http://maven.apache.org/" name="Maven">
  -      </item>
  +      <item href="http://statcvs.sourceforge.net" name="StatCvs"/>
  +      <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>
  +    <menu name="Downloads">
  +      <item name="StatCvs Plugin 1.2" href="http://www.ibiblio.org/maven/maven/plugins/maven-statcvs-plugin-1.2.jar"/>
       </menu>
     </body>
   </project>
  
  
  
  1.15      +10 -3     maven/src/plugins-build/statcvs/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/statcvs/project.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- project.xml	2 Sep 2003 10:23:33 -0000	1.14
  +++ project.xml	19 Sep 2003 08:40:50 -0000	1.15
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-statcvs-plugin</id>
     <name>Maven StatCvs Plug-in</name>
  -  <currentVersion>1.2-SNAPSHOT</currentVersion>
  +  <currentVersion>1.2</currentVersion>
     <description/>
     <shortDescription>Provides CVS statistics</shortDescription>
     <url>http://maven.apache.org/reference/plugins/statcvs/</url>
  @@ -14,6 +14,13 @@
       <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/statcvs/</connection>
       <url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/statcvs/</url>
     </repository>
  +  <versions>
  +    <version>
  +      <id>1.2</id>
  +      <name>1.2</name>
  +      <tag>MAVEN_STATCVS_1_2</tag>
  +    </version>
  +  </versions>
     <developers>
       <developer>
         <name>dIon Gillard</name>
  @@ -36,8 +43,8 @@
       <developer>
         <name>Vincent Massol</name>
         <id>vmassol</id>
  -      <email>vmassol@octo.com</email>
  -      <organization>Octo Technology</organization>
  +      <email>vmassol@pivolis.com</email>
  +      <organization>Pivolis</organization>
         <roles>
           <role>Java Developer</role>
         </roles>
  
  
  
  1.2       +4 -1      maven/src/plugins-build/statcvs/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/statcvs/.cvsignore,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- .cvsignore	24 Jan 2003 03:45:50 -0000	1.1
  +++ .cvsignore	19 Sep 2003 08:40:50 -0000	1.2
  @@ -1,3 +1,6 @@
   target
  -velocity.log
   maven.log
  +velocity.log
  +build.properties
  +.classpath
  +.project
  
  
  
  1.1                  maven/src/plugins-build/statcvs/announcements/1.2.ann
  
  Index: 1.2.ann
  ===================================================================
  The Maven team is pleased to announce the StatCvs plugin 1.2 release!
  
  http://maven.apache.org/reference/plugins/statcvs
  
  The Maven StatcCs plugin is a plugin for StatCvs
  (http://statcvs.sourceforge.net) that generates CVS 
  statistic reports.
  
  Changes in this version:
  
  o Updated to use maven.docs.*/maven.gen.docs
  o Fixed MAVEN-561. Creates maven.build.dir and maven.docs.dest directory
    if doesn't exist.
  o Fixed MAVEN-493. Register reports only if source, test,... exists.
    So, corresponding entrys in menu will appear only if reports are registered.
  
  You can download the StatCvs Maven plugin here:
  http://www.ibiblio.org/maven/maven/jars/maven-statcvs-plugin-1.2.jar
  
  Have fun!
  -Vincent
  
  

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