You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2006/06/23 17:50:56 UTC

svn commit: r416748 - /lenya/trunk/src/targets/init-build.xml

Author: andreas
Date: Fri Jun 23 08:50:56 2006
New Revision: 416748

URL: http://svn.apache.org/viewvc?rev=416748&view=rev
Log:
Build process: Don't copy module java sources

Modified:
    lenya/trunk/src/targets/init-build.xml

Modified: lenya/trunk/src/targets/init-build.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/targets/init-build.xml?rev=416748&r1=416747&r2=416748&view=diff
==============================================================================
--- lenya/trunk/src/targets/init-build.xml (original)
+++ lenya/trunk/src/targets/init-build.xml Fri Jun 23 08:50:56 2006
@@ -135,7 +135,6 @@
     <!-- FIXME: Use bulkCopy task in the future; needs regexp mapper which is part of ant optional package. -->
     <!-- Copy java source files from ${pubs.root.dirs} to ${build.java.src} -->
     <copyJavaSources pubsrootdirs="${pubs.root.dirs}" javadir="java/src" builddir="${build.dir}/java/pubs" />
-    <copyJavaSources pubsrootdirs="${modules.root.dirs}" javadir="java/src" builddir="${build.dir}/java/modules" />
     
     <mkdir dir="${build.dir}/lib"/>
     



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org