Author: cziegeler
Date: Fri May  6 06:56:04 2005
New Revision: 168599

URL: http://svn.apache.org/viewcvs?rev=168599&view=rev
Log:
Exclude htmlunit from the src directory; otherwise Eclipse can't build!

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=168599&r1=168598&r2=168599&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 May  
6 06:56:04 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright 1999-2004 The Apache Software Foundation
+  Copyright 1999-2005 The Apache Software Foundation
 
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
@@ -36,7 +36,7 @@
       <xsl:for-each select="src-dirs/item | mock-dirs/item">
         <!-- alphabetical sorting, complete path -->
         <xsl:sort select="."/>
-        <classpathentry kind="src" path="{.}"/>
+        <classpathentry excluding="htmlunit/" kind="src" path="{.}"/>
       </xsl:for-each>
 
       <!-- 2. libraries -->


Reply via email to