The attached patch adds two component declarations to the manual
dependencies tutorials (these declarations were missed during the
conversion to the magic based block definition).
Steve.
Index: build.xml
===================================================================
--- build.xml (revision 46989)
+++ build.xml (working copy)
@@ -8,6 +8,8 @@
<target name="build" depends="standard.build">
<x:block name="tutorial" embed="MAIN">
+ <x:component name="gloria" class="tutorial.IdentifiableComponent"/>
+ <x:component name="nancy" class="tutorial.IdentifiableComponent"/>
<x:component name="hello" class="tutorial.HelloComponent">
<x:dependencies>
<x:dependency key="primary" source="gloria"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]