Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2214 - development/main/metro/composition/testing/unit

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: r2214 - development/main/metro/composition/testing/unit
  • Date: Tue, 05 Apr 2005 15:25:22 -0400

Author: mcconnell AT dpml.net
Date: Tue Apr 5 15:25:19 2005
New Revision: 2214

Modified:
development/main/metro/composition/testing/unit/build.xml
Log:
add another example

Modified: development/main/metro/composition/testing/unit/build.xml
==============================================================================
--- development/main/metro/composition/testing/unit/build.xml (original)
+++ development/main/metro/composition/testing/unit/build.xml Tue Apr 5
15:25:19 2005
@@ -22,6 +22,19 @@
</context>
</component>

+ <!-- custom context entry example -->
+ <component dest="target/test/acme-micro.part"
+ xmlns="plugin:dpml/composition/dpml-composition-builder"
+ class="net.dpml.composition.testing.MicroWidget"
+ name="widget">
+ <context>
+ <entry key="dimension"
class="net.dpml.composition.testing.Dimension">
+ <value class="int" value="12"/>
+ <value class="int" value="100"/>
+ </entry>
+ </context>
+ </component>
+
<!-- composite component example -->
<component dest="target/test/acme-container.part"
xmlns="plugin:dpml/composition/dpml-composition-builder"
@@ -46,19 +59,6 @@
</parts>
</component>

- <!-- custom context entry example -->
- <component dest="target/test/acme-micro.part"
- xmlns="plugin:dpml/composition/dpml-composition-builder"
- class="net.dpml.composition.testing.MicroWidget"
- name="widget">
- <context>
- <entry key="dimension"
class="net.dpml.composition.testing.Dimension">
- <value class="int" value="12"/>
- <value class="int" value="100"/>
- </entry>
- </context>
- </component>
-
</target>

</project>



  • svn commit: r2214 - development/main/metro/composition/testing/unit, mcconnell, 04/05/2005

Archive powered by MHonArc 2.6.24.

Top of Page