You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2005/06/04 06:56:04 UTC

svn commit: r179947 - /cocoon/branches/BRANCH_2_1_X/tools/ide/eclipse/make-classpath.xsl

Author: antonio
Date: Fri Jun  3 21:56:04 2005
New Revision: 179947

URL: http://svn.apache.org/viewcvs?rev=179947&view=rev
Log:
Exclude .svn dirs from eclipse classpath (needed for 3.1 rc1)

Modified:
    cocoon/branches/BRANCH_2_1_X/tools/ide/eclipse/make-classpath.xsl

Modified: cocoon/branches/BRANCH_2_1_X/tools/ide/eclipse/make-classpath.xsl
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/tools/ide/eclipse/make-classpath.xsl?rev=179947&r1=179946&r2=179947&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/tools/ide/eclipse/make-classpath.xsl (original)
+++ cocoon/branches/BRANCH_2_1_X/tools/ide/eclipse/make-classpath.xsl Fri Jun  3 21:56:04 2005
@@ -36,7 +36,7 @@
       <xsl:for-each select="src-dirs/item | mock-dirs/item">
         <!-- alphabetical sorting, complete path -->
         <xsl:sort select="."/>
-        <classpathentry excluding="htmlunit/" kind="src" path="{.}"/>
+        <classpathentry excluding="**/.svn/**|htmlunit/" kind="src" path="{.}"/>
       </xsl:for-each>
 
       <!-- 2. libraries -->