Author: lgawron Date: Thu Apr 14 14:56:01 2005 New Revision: 161355 URL: http://svn.apache.org/viewcvs?view=rev&rev=161355 Log: no more src/core as the source path
Modified: cocoon/trunk/tools/ide/eclipse/blocks-classpath.xsl Modified: cocoon/trunk/tools/ide/eclipse/blocks-classpath.xsl URL: http://svn.apache.org/viewcvs/cocoon/trunk/tools/ide/eclipse/blocks-classpath.xsl?view=diff&r1=161354&r2=161355 ============================================================================== --- cocoon/trunk/tools/ide/eclipse/blocks-classpath.xsl (original) +++ cocoon/trunk/tools/ide/eclipse/blocks-classpath.xsl Thu Apr 14 14:56:01 2005 @@ -47,7 +47,6 @@ <!-- prepare the various paths that will form the project --> <path id="srcs"> <!-- main source dir --> - <pathelement path="${{src.core}}"/> <pathelement path="${{java}}"/> <!-- samples source dir --> <!-- FIXME: Load based on local.build.properties --> @@ -56,7 +55,6 @@ <!-- FIXME: Load based on local.build.properties --> <pathelement path="${{src}}/deprecated/java"/> <!-- test source dir --> - <pathelement path="${{src.core.test}}"/> <pathelement path="${{src}}/test"/> </path> <!--core mocks -->