Skip to Content.
Sympa Menu

notify-dpml - r1640 - trunk/tutorials/tooling/complex/parts

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1640 - trunk/tutorials/tooling/complex/parts
  • Date: Mon, 24 Jul 2006 09:42:11 +0200

Author: mcconnell
Date: 2006-07-24 09:42:09 +0200 (Mon, 24 Jul 2006)
New Revision: 1640

Modified:
trunk/tutorials/tooling/complex/parts/index.xml
Log:


Modified: trunk/tutorials/tooling/complex/parts/index.xml
===================================================================
--- trunk/tutorials/tooling/complex/parts/index.xml 2006-07-23 19:40:39
UTC (rev 1639)
+++ trunk/tutorials/tooling/complex/parts/index.xml 2006-07-24 07:42:09
UTC (rev 1640)
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<index xmlns="link:xsd:dpml/lang/dpml-module#1.0">
+<index xmlns="link:xsd:dpml/lang/dpml-module#1.0"
+ xmlns:part="link:xsd:dpml/lang/dpml-part#1.0">

<imports>
<import uri="link:module:ant"/>
@@ -13,16 +14,14 @@
<type id="jar"/>
</types>
</project>
-
+
<project name="clock-impl" basedir="impl">
<types>
<type id="jar"/>
- <component xmlns="link:xsd:dpml/lang/dpml-component#1.0"
- type="org.acme.impl.SimpleClock" name="clock">
- <context>
- <entry key="format" value="K:mm a, z"/>
- </context>
- </component>
+ <part:plugin class="org.acme.impl.SimpleClock">
+ <part:param value="h:mm"/>
+ <part:param class="java.util.Locale" method="getDefault"/>
+ </part:plugin>
</types>
<dependencies>
<runtime>




  • r1640 - trunk/tutorials/tooling/complex/parts, mcconnell at BerliOS, 07/24/2006

Archive powered by MHonArc 2.6.24.

Top of Page