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 2004/10/13 11:45:10 UTC

cvs commit: maven-plugins/dashboard plugin.properties plugin.jelly

vmassol     2004/10/13 02:45:10

  Modified:    dashboard plugin.properties plugin.jelly
  Log:
  Fixed MPDASHBOARD-14. there was a problem with the images not being copied to the project's docs directory. Thanks to Michael Gaffney for this.
  
  Revision  Changes    Path
  1.13      +1 -1      maven-plugins/dashboard/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/dashboard/plugin.properties,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- plugin.properties	28 Sep 2004 08:41:07 -0000	1.12
  +++ plugin.properties	13 Oct 2004 09:45:10 -0000	1.13
  @@ -68,7 +68,7 @@
   maven.dashboard.report.bar.right = red
   
   # Image to set cells with (should be transparent)
  -maven.dashboard.report.bar.image = ${plugin.resources}/images/trans.gif
  +maven.dashboard.report.bar.image = images/trans.gif
   maven.dashboard.report.bar.height = 10
   maven.dashboard.report.bar.border = 0
   maven.dashboard.report.bar.displayLabel = true
  
  
  
  1.12      +3 -0      maven-plugins/dashboard/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/dashboard/plugin.jelly,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- plugin.jelly	1 May 2004 08:23:07 -0000	1.11
  +++ plugin.jelly	13 Oct 2004 09:45:10 -0000	1.12
  @@ -141,6 +141,9 @@
           outputMode="xml"
           prettyPrint="true"/>
   
  +    <mkdir dir="${maven.docs.dest}/images"/>
  +    <copy todir="${maven.docs.dest}/images" file="${plugin.resources}/images/trans.gif"/>
  +
     </goal>
   
     <!--
  
  
  

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