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:48:05 UTC

svn commit: rev 54796 - portals/pluto/trunk/container

Author: ddewolf
Date: Thu Oct 14 11:48:05 2004
New Revision: 54796

Modified:
   portals/pluto/trunk/container/maven.xml
Log:
Adding README to distributions.  Thanks to Craig Doremus for pointing this out.

Modified: portals/pluto/trunk/container/maven.xml
==============================================================================
--- portals/pluto/trunk/container/maven.xml	(original)
+++ portals/pluto/trunk/container/maven.xml	Thu Oct 14 11:48:05 2004
@@ -22,6 +22,7 @@
   <postGoal name="dist:prepare-bin-filesystem">
     <ant:copy todir="${maven.dist.bin.assembly.dir}">
       <ant:fileset dir="${basedir}/.." includes="LICENSE.TXT"/>
+      <ant:fileset dir="${basedir}/.." includes="README"/>
     </ant:copy>
   </postGoal>
 </project>