You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2004/06/30 16:52:05 UTC

svn commit: rev 22335 - in avalon/trunk/planet/tutorials/hello: . conf

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: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org