You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by be...@apache.org on 2007/10/28 20:56:26 UTC

svn commit: r589409 - /james/server/trunk/spring-deployment/build.xml

Author: berndf
Date: Sun Oct 28 12:56:25 2007
New Revision: 589409

URL: http://svn.apache.org/viewvc?rev=589409&view=rev
Log:
copy spring deployment bin files to trunk/dist/james-server-${version}/downloads/bin
this will also include them to the nightly builds dir.

Modified:
    james/server/trunk/spring-deployment/build.xml

Modified: james/server/trunk/spring-deployment/build.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/build.xml?rev=589409&r1=589408&r2=589409&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/build.xml (original)
+++ james/server/trunk/spring-deployment/build.xml Sun Oct 28 12:56:25 2007
@@ -355,6 +355,8 @@
         </tar>
         <gzip destfile="${spring-deployment.dist.bin.tgz}/" 
              src="${spring-deployment.dist.bin.tar}"/>
+        <copy todir='${dir.master.dist}/bin' file='${spring-deployment.dist.bin.zip}'/>
+        <copy todir='${dir.master.dist}/bin' file='${spring-deployment.dist.bin.tgz}'/>
     </target>
     
 </project>



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