svn commit: rev 22506 - avalon/trunk/planet/tutorials/parameterization

[email protected]
Newsgroups gmane.comp.jakarta.avalon.cvs
Message-ID <[email protected]>
Author: mcconnell
Date: Sat Jul  3 07:32:03 2004
New Revision: 22506

Added:
   avalon/trunk/planet/tutorials/parameterization/build.xml
Log:
woops

Added: avalon/trunk/planet/tutorials/parameterization/build.xml
==============================================================================
--- (empty file)
+++ avalon/trunk/planet/tutorials/parameterization/build.xml	Sat Jul  3 07:32:03 2004
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+
+<project name="avalon-tutorial-parameters" default="install" basedir="." 
+    xmlns:x="antlib:org.apache.avalon.tools">
+
+  <property name="project.home" value=".."/>
+  <import file="${project.home}/standard.xml"/>
+
+  <target name="build" depends="standard.build">
+    <x:block name="tutorial" embed="MAIN">
+      <x:component name="hello" class="tutorial.HelloComponent">
+       <x:parameters>
+         <x:parameter name="color" value="magenta"/>
+         <x:parameter name="size" value="relative"/>
+       </x:parameters>
+      </x:component>
+    </x:block>
+  </target>
+
+</project>
+
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.