/[Apache-SVN]/cocoon/branches/BRANCH_2_1_X/tools/ide/eclipse/make-classpath.xsl
ViewVC logotype

Diff of /cocoon/branches/BRANCH_2_1_X/tools/ide/eclipse/make-classpath.xsl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- cocoon/branches/BRANCH_2_1_X/tools/ide/eclipse/make-classpath.xsl	2005/05/06 13:24:05	168598
+++ cocoon/branches/BRANCH_2_1_X/tools/ide/eclipse/make-classpath.xsl	2005/05/06 13:56:04	168599
@@ -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 -->

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26