Am Di, den 23.03.2004 schrieb Joerg Heinicke um 20:37:
> On 23.03.2004 20:23, [EMAIL PROTECTED] wrote:
> > 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?
One reason ;-)
> 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?
I think at moment none, but will come next ;-)
Stephan.