You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2006/02/23 00:40:34 UTC

svn commit: r379985 - in /maven/maven-1/plugins/trunk/changes: ./ src/plugin-resources/images/ xdocs/

Author: aheritier
Date: Wed Feb 22 15:40:31 2006
New Revision: 379985

URL: http://svn.apache.org/viewcvs?rev=379985&view=rev
Log:
Next release : 1.6.1
Add icons used by this plugin. This must be independent of the xdoc plugin.

Added:
    maven/maven-1/plugins/trunk/changes/src/plugin-resources/images/add.gif   (with props)
    maven/maven-1/plugins/trunk/changes/src/plugin-resources/images/fix.gif   (with props)
    maven/maven-1/plugins/trunk/changes/src/plugin-resources/images/remove.gif   (with props)
    maven/maven-1/plugins/trunk/changes/src/plugin-resources/images/update.gif   (with props)
Modified:
    maven/maven-1/plugins/trunk/changes/plugin.jelly
    maven/maven-1/plugins/trunk/changes/project.xml
    maven/maven-1/plugins/trunk/changes/src/plugin-resources/images/   (props changed)
    maven/maven-1/plugins/trunk/changes/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/changes/plugin.jelly
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changes/plugin.jelly?rev=379985&r1=379984&r2=379985&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changes/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/changes/plugin.jelly Wed Feb 22 15:40:31 2006
@@ -72,9 +72,9 @@
       outputMode="xml"
       prettyPrint="true"/>
 
-    <!-- Copy the RSS XML logo -->
+    <!-- Copy the images -->
     <mkdir dir="${maven.docs.dest}/images"/>
-    <copy todir="${maven.docs.dest}/images" file="${plugin.resources}/images/rss.png"/>
+    <copy todir="${maven.docs.dest}/images" fromdir="${plugin.resources}/images"/>
     
   </goal>
 

Modified: maven/maven-1/plugins/trunk/changes/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changes/project.xml?rev=379985&r1=379984&r2=379985&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changes/project.xml (original)
+++ maven/maven-1/plugins/trunk/changes/project.xml Wed Feb 22 15:40:31 2006
@@ -22,7 +22,7 @@
   <pomVersion>3</pomVersion>
   <id>maven-changes-plugin</id>
   <name>Maven Changes Plugin</name>
-  <currentVersion>1.6</currentVersion>
+  <currentVersion>1.6.1-SNAPSHOT</currentVersion>
   <shortDescription>Produce changes report</shortDescription>
   <versions>
     <version>

Propchange: maven/maven-1/plugins/trunk/changes/src/plugin-resources/images/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Feb 22 15:40:31 2006
@@ -0,0 +1 @@
+Thumbs.db

Added: maven/maven-1/plugins/trunk/changes/src/plugin-resources/images/add.gif
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changes/src/plugin-resources/images/add.gif?rev=379985&view=auto
==============================================================================
Binary file - no diff available.

Propchange: maven/maven-1/plugins/trunk/changes/src/plugin-resources/images/add.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: maven/maven-1/plugins/trunk/changes/src/plugin-resources/images/fix.gif
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changes/src/plugin-resources/images/fix.gif?rev=379985&view=auto
==============================================================================
Binary file - no diff available.

Propchange: maven/maven-1/plugins/trunk/changes/src/plugin-resources/images/fix.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: maven/maven-1/plugins/trunk/changes/src/plugin-resources/images/remove.gif
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changes/src/plugin-resources/images/remove.gif?rev=379985&view=auto
==============================================================================
Binary file - no diff available.

Propchange: maven/maven-1/plugins/trunk/changes/src/plugin-resources/images/remove.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: maven/maven-1/plugins/trunk/changes/src/plugin-resources/images/update.gif
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changes/src/plugin-resources/images/update.gif?rev=379985&view=auto
==============================================================================
Binary file - no diff available.

Propchange: maven/maven-1/plugins/trunk/changes/src/plugin-resources/images/update.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: maven/maven-1/plugins/trunk/changes/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changes/xdocs/changes.xml?rev=379985&r1=379984&r2=379985&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changes/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/changes/xdocs/changes.xml Wed Feb 22 15:40:31 2006
@@ -23,6 +23,9 @@
     <author email="vmassol@apache.org">Vincent Massol</author>
   </properties>
   <body>
+    <release version="1.6.1" date="In SVN">
+      <action dev="aheritier" type="fix">Add icons used by this plugin. This must be independent of the xdoc plugin.</action>
+    </release>
     <release version="1.6" date="2005-12-12">
       <action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
         <ul>