You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by jm...@apache.org on 2005/02/26 21:51:19 UTC

svn commit: r155582 - struts/core/trunk/build.xml

Author: jmitchell
Date: Sat Feb 26 12:51:18 2005
New Revision: 155582

URL: http://svn.apache.org/viewcvs?view=rev&rev=155582
Log:
fix reference to shared files

Modified:
    struts/core/trunk/build.xml

Modified: struts/core/trunk/build.xml
URL: http://svn.apache.org/viewcvs/struts/core/trunk/build.xml?view=diff&r1=155581&r2=155582
==============================================================================
--- struts/core/trunk/build.xml (original)
+++ struts/core/trunk/build.xml Sat Feb 26 12:51:18 2005
@@ -393,10 +393,10 @@
         Copy sources for distribution
 -->
     <target name="dist.source" depends="prepare.dist">
-        <copy file="INSTALL" tofile="${dist.home}/INSTALL"/>
-        <copy file="LICENSE.txt" tofile="${dist.home}/LICENSE"/>
-        <copy file="NOTICE.txt" tofile="${dist.home}/NOTICE"/>
-        <copy file="README" tofile="${dist.home}/README"/>
+        <copy file="build/INSTALL" tofile="${dist.home}/INSTALL"/>
+        <copy file="build/LICENSE.txt" tofile="${dist.home}/LICENSE"/>
+        <copy file="build/NOTICE.txt" tofile="${dist.home}/NOTICE"/>
+        <copy file="build/README" tofile="${dist.home}/README"/>
     </target>
 
 
@@ -453,7 +453,7 @@
             <fileset dir="${dist.home}"/>
         </copy>
         <copy todir="${stage.lib.dir}/${upload.file.base}-lib">
-            <fileset dir="${dist.home}" includes="LICENSE NOTICE"/>
+            <fileset dir="${dist.home}" includes="build/LICENSE build/NOTICE"/>
             <fileset dir="${dist.home}/lib"/>
         </copy>
         <copy todir="${stage.src.dir}/${upload.file.base}-src">



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