svn commit: rev 22331 - in avalon/trunk/planet/tutorials/hello: . etc
| Newsgroups | gmane.comp.jakarta.avalon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mcconnell
Date: Wed Jun 30 07:26:40 2004
New Revision: 22331
Removed:
avalon/trunk/planet/tutorials/hello/etc/
Modified:
avalon/trunk/planet/tutorials/hello/build.xml
Log:
replace the etx stuff with an auto-generated block
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:26:40 2004
@@ -6,5 +6,11 @@
<property file="build.properties"/>
<import file="${project.system}/build/standard.xml"/>
+ <target name="build" depends="standard.build">
+ <x:block name="tutorial" embed="MAIN" standalone="TRUE">
+ <x:component name="hello" class="tutorial.HelloComponent"/>
+ </x:block>
+ </target>
+
</project>