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 2008/07/03 21:06:10 UTC

svn commit: r673765 - /cocoon/branches/BRANCH_2_1_X/tools/ide/eclipse/blocks-classpath.xsl

Author: anathaniel
Date: Thu Jul  3 12:06:09 2008
New Revision: 673765

URL: http://svn.apache.org/viewvc?rev=673765&view=rev
Log:
Remove the no longer existing src/jdk1.4 from the classpath

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

Modified: cocoon/branches/BRANCH_2_1_X/tools/ide/eclipse/blocks-classpath.xsl
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/tools/ide/eclipse/blocks-classpath.xsl?rev=673765&r1=673764&r2=673765&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/tools/ide/eclipse/blocks-classpath.xsl (original)
+++ cocoon/branches/BRANCH_2_1_X/tools/ide/eclipse/blocks-classpath.xsl Thu Jul  3 12:06:09 2008
@@ -150,7 +150,6 @@
             <path id="srcs">
                 <!-- main source dir -->
                 <pathelement path="${{src}}/java"/>
-                <pathelement path="${{src}}/jdk1.4/java"/>
                 <!-- samples source dir -->
                 <!-- FIXME: Load based on local.build.properties -->
                 <pathelement path="${{src}}/samples"/>