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/03/07 01:24:26 UTC

cvs commit: maven-plugins/ant/xdocs changes.xml

brett       2004/03/06 16:24:26

  Modified:    ant      project.xml
               ant/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.6
  
  Revision  Changes    Path
  1.29      +8 -2      maven-plugins/ant/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/ant/project.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- project.xml	4 Mar 2004 17:59:03 -0000	1.28
  +++ project.xml	7 Mar 2004 00:24:26 -0000	1.29
  @@ -1,4 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -17,13 +18,12 @@
    */
    -->
   
  -
   <project>
     <extend>../project.xml</extend>
     <pomVersion>3</pomVersion>
     <id>maven-ant-plugin</id>
     <name>Maven Ant Plug-in</name>
  -  <currentVersion>1.6-SNAPSHOT</currentVersion>
  +  <currentVersion>1.6</currentVersion>
     <description>Generates ant build files from a maven project, so that plain ant users can build your project</description>
     <shortDescription>Generate Ant build file</shortDescription>
     <url>http://maven.apache.org/reference/plugins/ant/</url>
  @@ -31,6 +31,7 @@
     <siteDirectory>/www/maven.apache.org/reference/plugins/ant/</siteDirectory>
     <repository>
       <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/ant/</connection>
  +    <developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-plugins/ant/</developerConnection>
       <url>http://cvs.apache.org/viewcvs/maven-plugins/ant/</url>
     </repository>
     <versions>
  @@ -38,6 +39,11 @@
         <id>1.5</id>
         <name>1.5</name>
         <tag>MAVEN_ANT_1_5</tag>
  +    </version>
  +    <version>
  +      <id>1.6</id>
  +      <name>1.6</name>
  +      <tag>MAVEN_ANT_1_6</tag>
       </version>
     </versions>
     <developers>
  
  
  
  1.14      +20 -68    maven-plugins/ant/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/ant/xdocs/changes.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- changes.xml	4 Mar 2004 17:59:03 -0000	1.13
  +++ changes.xml	7 Mar 2004 00:24:26 -0000	1.14
  @@ -1,4 +1,5 @@
  -<?xml version="1.0"?>
  +<?xml version="1.0" encoding="UTF-8"?>
  +
   <!-- 
   /*
    * Copyright 2001-2004 The Apache Software Foundation.
  @@ -22,88 +23,39 @@
       <title>Ant plugin changes</title>
       <author email="dion@multitask.com.au">dIon Gillard</author>
     </properties>
  -
     <body>
  -  
  -    <release version="1.6" date="in CVS">
  -      <action dev="evenisse" type="fix" issue="MPANT-8">
  -        Use relative path for javadoc.
  -      </action>
  -      <action dev="dion" type="fix">
  -        Check unit test source dir exists before making relative path
  -      </action>
  +    <release version="1.6" date="2004-03-07">
  +      <action dev="evenisse" type="fix" issue="MPANT-8">Use relative path for javadoc.</action>
  +      <action dev="dion" type="fix">Check unit test source dir exists before making relative path</action>
       </release>
  -
       <release version="1.5" date="2003-10-08">
  -      <action dev="dion" type="fix" issue="MPANT-2">
  -        Make relative paths output for various pom values.
  -      </action>
  +      <action dev="dion" type="fix" issue="MPANT-2">Make relative paths output for various pom values.</action>
       </release>
  -  
       <release version="1.4" date="2003-09-29">
  -      <action dev="dion" type="update">
  -        Added test project
  -      </action>
  -      <action dev="dion" type="fix">
  -        Separate build.xml template from plugin.jelly
  -      </action>
  -      <action dev="dion" type="fix">
  -        Allow dependencies other than 'jars' to be downloaded
  -      </action>
  +      <action dev="dion" type="update">Added test project</action>
  +      <action dev="dion" type="fix">Separate build.xml template from plugin.jelly</action>
  +      <action dev="dion" type="fix">Allow dependencies other than 'jars' to be downloaded</action>
       </release>
  -    
       <release version="1.3" date="Maven beta 9">
  -      <action dev="dion" type="fix">
  -        Use first remote repo the user has specified for gets
  -      </action>
  +      <action dev="dion" type="fix">Use first remote repo the user has specified for gets</action>
       </release>
  -
       <release version="1.2" date="2003-02-12">
  -      <action dev="dion" type="add">
  -        Added the new maven.ant.excludedTests property
  -      </action>
  -      <action dev="dion" type="fix">
  -        If a project has no test source, the test targets are empty.
  -      </action>
  +      <action dev="dion" type="add">Added the new maven.ant.excludedTests property</action>
  +      <action dev="dion" type="fix">If a project has no test source, the test targets are empty.</action>
         <action dev="jcej" type="fix">
  -        <p>
  -          Fixing a chicken-and-egg problem. The "test" and "compile-tests"
  -          tasks were putting target/${final.name}.jar into the classpath.
  -        </p>
  -        <p> 
  -          But... the "jar" target that creates that jarfile is dependent 
  -          upon those two targets.
  -        </p>
  -        <p>
  -          So, there was no way for the first two to succeed since the
  -          jarfile couldn't be created. Now, the first two include target/classes
  -          in the classpath and all is well.
  -        </p>
  -      </action>
  -      <action dev="jcej" type="add">
  -        Added the maven.ant.generatebuild.file property and docs
  -      </action>
  -      <action dev="dion" type="add">
  -        Added more documentation on properties and supported SCM systems
  +        <p>Fixing a chicken-and-egg problem. The "test" and "compile-tests" tasks were putting target/${final.name}.jar into the classpath.</p>
  +        <p>But... the "jar" target that creates that jarfile is dependent upon those two targets.</p>
  +        <p>So, there was no way for the first two to succeed since the jarfile couldn't be created. Now, the first two include target/classes in the classpath and all is well.</p>
         </action>
  +      <action dev="jcej" type="add">Added the maven.ant.generatebuild.file property and docs</action>
  +      <action dev="dion" type="add">Added more documentation on properties and supported SCM systems</action>
       </release>
  -
       <release version="1.1" date="2002-09-15">
  -      <action dev="dion" type="update">
  -        Fix documentation
  -      </action>
  -      <action dev="dion" type="fix" issue="MPANT-1">
  -        Generated ant build should execute the unit tests before generating a 
  -        jar.
  -      </action>
  +      <action dev="dion" type="update">Fix documentation</action>
  +      <action dev="dion" type="fix" issue="MPANT-1">Generated ant build should execute the unit tests before generating a jar.</action>
       </release>
  -
       <release version="1.0" date="2002-08-04">
  -      <action dev="jvanzyl" type="add">
  -        Original release for Maven 1.0-beta6
  -      </action>
  +      <action dev="jvanzyl" type="add">Original release for Maven 1.0-beta6</action>
       </release>
  -
     </body>
   </document>
  -
  
  
  

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