stephan 2004/03/23 11:23:07
Modified: tools/src blocks-build.xsl Log: Allow to share codebase to other blocks.
<pathelement location="${{build.blocks}}/{$block-name}/mocks"/>
+ <pathelement location="${{build.blocks}}/{$block-name}/dest"/>
+ <pathelement location="${{build.blocks}}/{$block-name}/samples"/>
<xsl:for-each select="$cocoon-block-dependencies">
<path refid="{substring-after(@project,'cocoon-block-')}.classpath"/>
</xsl:for-each>
This was the reason for the common classpath, wasn't it? I wanted to have a look on it after having reverted the common classpath, but I guess that's no longer needed. Thanks for it. BTW, which block depends on other block's samples?
Joerg
