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/22 12:20:16 UTC

svn commit: r416317 - /lenya/trunk/src/targets/ide-build.xml

Author: andreas
Date: Thu Jun 22 03:20:15 2006
New Revision: 416317

URL: http://svn.apache.org/viewvc?rev=416317&view=rev
Log:
Added module-core directory to IDE build

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

Modified: lenya/trunk/src/targets/ide-build.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/targets/ide-build.xml?rev=416317&r1=416316&r2=416317&view=diff
==============================================================================
--- lenya/trunk/src/targets/ide-build.xml (original)
+++ lenya/trunk/src/targets/ide-build.xml Thu Jun 22 03:20:15 2006
@@ -48,6 +48,10 @@
         <include name="*/java/src"/>
         <include name="*/java/test"/>
       </dirset>
+      <dirset dir="src/modules-core">
+        <include name="*/java/src"/>
+        <include name="*/java/test"/>
+      </dirset>
       <dirset dir="src/modules-optional">
         <include name="*/java/src"/>
         <include name="*/java/test"/>



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