Author: mcconnell Date: Wed Jun 30 07:52:04 2004 New Revision: 22335 Removed: avalon/trunk/planet/tutorials/hello/conf/block.xml avalon/trunk/planet/tutorials/hello/conf/hello.block avalon/trunk/planet/tutorials/hello/merlin.properties avalon/trunk/planet/tutorials/hello/project.properties avalon/trunk/planet/tutorials/hello/project.xml Modified: avalon/trunk/planet/tutorials/hello/build.xml Log: cleaning up
Modified: avalon/trunk/planet/tutorials/hello/build.xml ============================================================================== --- avalon/trunk/planet/tutorials/hello/build.xml (original) +++ avalon/trunk/planet/tutorials/hello/build.xml Wed Jun 30 07:52:04 2004 @@ -7,7 +7,7 @@ <import file="${project.system}/build/standard.xml"/> <target name="build" depends="standard.build"> - <x:block name="tutorial" embed="MAIN" standalone="TRUE"> + <x:block name="tutorial" embed="MAIN"> <x:component name="hello" class="tutorial.HelloComponent"/> </x:block> </target> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]