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/02/14 11:45:54 UTC

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

Author: andreas
Date: Tue Feb 14 02:45:52 2006
New Revision: 377688

URL: http://svn.apache.org/viewcvs?rev=377688&view=rev
Log:
Add test sources to eclipse project

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

Modified: lenya/trunk/src/targets/ide-build.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/targets/ide-build.xml?rev=377688&r1=377687&r2=377688&view=diff
==============================================================================
--- lenya/trunk/src/targets/ide-build.xml (original)
+++ lenya/trunk/src/targets/ide-build.xml Tue Feb 14 02:45:52 2006
@@ -33,9 +33,11 @@
       <pathelement path="${src.test.dir}"/>
       <dirset dir="src/pubs">
         <include name="*/java/src"/>
+        <include name="*/java/test"/>
       </dirset>
       <dirset dir="src/modules">
         <include name="*/java/src"/>
+        <include name="*/java/test"/>
       </dirset>
     </path>
 



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