You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ca...@apache.org on 2004/07/03 20:02:09 UTC

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

carlos      2004/07/03 11:02:09

  Modified:    dist     project.xml plugin.jelly
               dist/xdocs changes.xml
  Log:
  Add NOTICE file to distribution
  
  Revision  Changes    Path
  1.37      +1 -1      maven-plugins/dist/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/dist/project.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- project.xml	30 Jun 2004 04:17:04 -0000	1.36
  +++ project.xml	3 Jul 2004 18:02:09 -0000	1.37
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-dist-plugin</id>
     <name>Maven Distribution Plugin</name>
  -  <currentVersion>1.6</currentVersion>
  +  <currentVersion>1.7-SNAPSHOT</currentVersion>
     <shortDescription>Create source and binary distributions</shortDescription>
     <url>http://maven.apache.org/reference/plugins/dist/</url>
     <issueTrackingUrl>http://jira.codehaus.org/browse/MPDIST</issueTrackingUrl>
  
  
  
  1.19      +2 -0      maven-plugins/dist/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/dist/plugin.jelly,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- plugin.jelly	28 Jun 2004 09:46:11 -0000	1.18
  +++ plugin.jelly	3 Jul 2004 18:02:09 -0000	1.19
  @@ -75,6 +75,7 @@
         <ant:fileset dir=".">
           <ant:include name="README.txt"/>
           <ant:include name="LICENSE*"/>
  +        <ant:include name="NOTICE*"/>
         </ant:fileset>
       </ant:copy>
   
  @@ -113,6 +114,7 @@
         <ant:fileset dir=".">
           <ant:include name="README.txt"/>
           <ant:include name="LICENSE*"/>
  +        <ant:include name="NOTICE*"/>
           <ant:include name="project.properties"/>
           <ant:include name="maven.xml"/>
           <ant:include name="project.xml"/>
  
  
  
  1.19      +3 -0      maven-plugins/dist/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/dist/xdocs/changes.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- changes.xml	30 Jun 2004 04:17:03 -0000	1.18
  +++ changes.xml	3 Jul 2004 18:02:09 -0000	1.19
  @@ -24,6 +24,9 @@
       <author email="vmassol@octo.com">Vincent Massol</author>
     </properties>
     <body>
  +    <release version="1.7-SNAPSHOT" date="in CVS">
  +      <action dev="carlos" type="update">Add NOTICE file to distribution</action>
  +    </release>
       <release version="1.6" date="2004-06-25">
         <action dev="brett" type="update">Use artifact plugin for deployments</action>
       </release>
  
  
  

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