You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2005/09/29 21:07:00 UTC

svn commit: r292514 - /cocoon/trunk/tools/targets/ide-build.xml

Author: cziegeler
Date: Thu Sep 29 12:06:39 2005
New Revision: 292514

URL: http://svn.apache.org/viewcvs?rev=292514&view=rev
Log:
Exclude jars build by m2 in eclipse project

Modified:
    cocoon/trunk/tools/targets/ide-build.xml

Modified: cocoon/trunk/tools/targets/ide-build.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/tools/targets/ide-build.xml?rev=292514&r1=292513&r2=292514&view=diff
==============================================================================
--- cocoon/trunk/tools/targets/ide-build.xml (original)
+++ cocoon/trunk/tools/targets/ide-build.xml Thu Sep 29 12:06:39 2005
@@ -100,6 +100,7 @@
       <!-- blocks lib -->
       <fileset dir="${blocks}">
         <include name="*/trunk/*/*.jar"/>
+        <exclude name="*/trunk/target/*.jar"/>
       </fileset>
       <!-- tools libs -->
       <fileset dir="${tools}/lib">