Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2602 - development/main/test/components/acme

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT dpml.net
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2602 - development/main/test/components/acme
  • Date: Wed, 18 May 2005 23:53:21 +0000

Author: mcconnell AT dpml.net
Date: Wed May 18 23:53:21 2005
New Revision: 2602

Modified:
development/main/test/components/acme/build.xml
Log:
Update type and component tasks.

Modified: development/main/test/components/acme/build.xml
==============================================================================
--- development/main/test/components/acme/build.xml (original)
+++ development/main/test/components/acme/build.xml Wed May 18 23:53:21
2005
@@ -10,19 +10,19 @@

<!-- create the component types -->
<types xmlns="plugin:dpml/composition/dpml-composition-builder">
- <type class="net.dpml.composition.testing.ExampleComponent"/>
- <type class="net.dpml.composition.testing.ExampleContainer"/>
- <type class="net.dpml.composition.testing.SimpleWidget"/>
- <type class="net.dpml.composition.testing.DimensionComponent"/>
- <type class="net.dpml.composition.testing.BadWidget"
threadsafe="true"/>
- <type class="net.dpml.composition.testing.GizmoComponent"
threadsafe="true"/>
- <type class="net.dpml.composition.testing.AcmeContainer"
threadsafe="true"/>
- <type class="net.dpml.composition.testing.WidgetComponent"
threadsafe="true"/>
+ <type class="net.dpml.test.acme.ExampleComponent"/>
+ <type class="net.dpml.test.acme.ExampleContainer"/>
+ <type class="net.dpml.test.acme.SimpleWidget"/>
+ <type class="net.dpml.test.acme.DimensionComponent"/>
+ <type class="net.dpml.test.acme.BadWidget" threadsafe="true"/>
+ <type class="net.dpml.test.acme.GizmoComponent" threadsafe="true"/>
+ <type class="net.dpml.test.acme.AcmeContainer" threadsafe="true"/>
+ <type class="net.dpml.test.acme.WidgetComponent" threadsafe="true"/>
</types>

<!-- creation of a component for reference by uri -->
<component xmlns="plugin:dpml/composition/dpml-composition-builder"
- type="net.dpml.composition.testing.DimensionComponent"
+ type="net.dpml.test.acme.DimensionComponent"
name="dimension"/>

</target>



  • svn commit: r2602 - development/main/test/components/acme, mcconnell, 05/18/2005

Archive powered by MHonArc 2.6.24.

Top of Page