brett       2004/03/10 04:32:46

  Modified:    eclipse  project.xml
               eclipse/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.6
  
  Revision  Changes    Path
  1.25      +10 -8     maven-plugins/eclipse/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/eclipse/project.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- project.xml       7 Mar 2004 23:01:25 -0000       1.24
  +++ project.xml       10 Mar 2004 12:32:45 -0000      1.25
  @@ -1,4 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -17,15 +18,13 @@
    */
    -->
   
  -
   <project>
     <extend>../project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-eclipse-plugin</id>
     <name>Maven Eclipse Plug-in</name>
  -  <currentVersion>1.6-SNAPSHOT</currentVersion>
  -  <description>A plugin to generate various files for the Eclipse IDE and ease the 
use of Maven within that environment.
  -    Requires Maven 1.0 RC2.</description>
  +  <currentVersion>1.6</currentVersion>
  +  <description>A plugin to generate various files for the Eclipse IDE and ease the 
use of Maven within that environment. Requires Maven 1.0 RC2.</description>
     <shortDescription>Eclipse Plugin for Maven</shortDescription>
     <url>http://maven.apache.org/reference/plugins/eclipse/</url>
     <siteDirectory>/www/maven.apache.org/reference/plugins/eclipse/</siteDirectory>
  @@ -34,15 +33,18 @@
       <developerConnection>scm:cvs:ext:[EMAIL 
PROTECTED]:/home/cvs:maven-plugins/eclipse/</developerConnection>
       <url>http://cvs.apache.org/viewcvs/maven-plugins/eclipse/</url>
     </repository>
  -
     <versions>
       <version>
         <id>1.5</id>
         <name>1.5</name>
         <tag>MAVEN_ECLIPSE_1_5</tag>
       </version>
  +    <version>
  +      <id>1.6</id>
  +      <name>1.6</name>
  +      <tag>MAVEN_ECLIPSE_1_6</tag>
  +    </version>
     </versions>
  -
     <developers>
       <developer>
         <name>Vincent Massol</name>
  @@ -62,7 +64,7 @@
         <roles>
           <role>Java Developer</role>
         </roles>
  -    </developer>     
  +    </developer>
       <developer>
         <name>Emmanuel Venisse</name>
         <id>evenisse</id>
  @@ -71,6 +73,6 @@
         <roles>
           <role>Java Developer</role>
         </roles>
  -    </developer>   
  +    </developer>
     </developers>
   </project>
  
  
  
  1.12      +14 -46    maven-plugins/eclipse/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/eclipse/xdocs/changes.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- changes.xml       4 Mar 2004 18:04:37 -0000       1.11
  +++ changes.xml       10 Mar 2004 12:32:46 -0000      1.12
  @@ -1,4 +1,5 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -22,64 +23,31 @@
       <title>Changes</title>
       <author email="[EMAIL PROTECTED]">dIon Gillard</author>
     </properties>
  -
     <body>
  -    <release version="1.6" date="CVS">
  -      <action dev="vmassol" type="fix" issue="MPECLIPSE-15">
  -        Fixed Cactus support (there were problems due to the move of the Cactus
  -        plugin outside of the Maven project).
  -      </action>
  -      <action dev="epugh" type="add">
  -        Add support for having multiple other directories
  -        included in the classpath.
  -      </action>
  +    <release version="1.6" date="2004-03-10">
  +      <action dev="vmassol" type="fix" issue="MPECLIPSE-15">Fixed Cactus support 
(there were problems due to the move of the Cactus plugin outside of the Maven 
project).</action>
  +      <action dev="epugh" type="add">Add support for having multiple other 
directories included in the classpath.</action>
       </release>
  -      
       <release version="1.5" date="2003-10-14">
  -      <action dev="dion" type="fix">
  -        Only classpath dependencies are generated
  -      </action>
  +      <action dev="dion" type="fix">Only classpath dependencies are 
generated</action>
       </release>
  -  
       <release version="1.4" date="2003-09-29">
  -      <action dev="epugh" type="add">
  -        Added support for referencing cactus tests in classpath.
  -      </action>
  -      <action dev="dion" type="add">
  -        Added support for Eclipse 2.1 external tools
  -      </action>
  +      <action dev="epugh" type="add">Added support for referencing cactus tests in 
classpath.</action>
  +      <action dev="dion" type="add">Added support for Eclipse 2.1 external 
tools</action>
       </release>
  -    
       <release version="1.3" date="Unknown">
  -      <action dev="michal" type="add">
  -        Smarter generation of .classpath file.
  -        ${basedir} prefix is cut off if present in any path.
  -        Default Maven location of source and destination folder
  -        are used.
  -      </action>      
  -      <action dev="evenisse" type="add">
  -        Added dependency functionality between projects
  -      </action>
  -      <action dev="bwalding" type="update">
  -        Split eclispe goal in two goals : eclipse:generate-project
  -        and eclipse:generate-classpath
  -      </action>
  +      <action dev="michal" type="add">Smarter generation of .classpath file. 
${basedir} prefix is cut off if present in any path. Default Maven location of source 
and destination folder are used.</action>
  +      <action dev="evenisse" type="add">Added dependency functionality between 
projects</action>
  +      <action dev="bwalding" type="update">Split eclispe goal in two goals : 
eclipse:generate-project and eclipse:generate-classpath</action>
       </release>
       <release version="1.2" date="Unknown">
  -      <action dev="dion" type="add">
  -        Added more documentation
  -      </action>
  +      <action dev="dion" type="add">Added more documentation</action>
       </release>
       <release version="1.1" date="2002-10-01">
  -      <action dev="dion" type="update">
  -        Made the default to process Maven actions in the background
  -      </action>
  +      <action dev="dion" type="update">Made the default to process Maven actions in 
the background</action>
       </release>
       <release version="1.0" date="2002-08-17">
  -      <action dev="jvanzyl" type="add">
  -        Initial release for Maven 1.0-beta6
  -      </action>
  +      <action dev="jvanzyl" type="add">Initial release for Maven 1.0-beta6</action>
       </release>
     </body>
   </document>
  -
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to