You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by dd...@apache.org on 2004/10/14 20:47:25 UTC

svn commit: rev 54795 - portals/pluto/trunk

Author: ddewolf
Date: Thu Oct 14 11:47:24 2004
New Revision: 54795

Modified:
   portals/pluto/trunk/maven.xml
Log:
Adding README file to distributions.  Thanks to Craig Doremus (craig at maine d0t com) for pointing this out.

Modified: portals/pluto/trunk/maven.xml
==============================================================================
--- portals/pluto/trunk/maven.xml	(original)
+++ portals/pluto/trunk/maven.xml	Thu Oct 14 11:47:24 2004
@@ -175,6 +175,7 @@
     <!-- Deploy Pluto (and it's licenses)! -->
     <copy todir="${maven.dist.dir}/${plutobin.dist.name}">
       <fileset dir="${basedir}" includes="LICENSE*"/>
+      <fileset dir="${basedir}" includes="README"/>
     </copy>
     
     <j:invokeStatic className="java.lang.System" method="setProperty">
@@ -286,6 +287,7 @@
     <!-- -->
 	<ant:copy todir="${maven.dist.dir}/${plutotools.dist.name}/">
       <ant:fileset dir="${basedir}" includes="LICENSE*"/>
+      <ant:fileset dir="${basedir}" includes="README"/>
 	</ant:copy>
 
 	<!-- STEP #2: Copy all to our dist dist dir -->