rdonkin 2004/08/27 14:15:03
Added: betwixt/src/test/org/apache/commons/betwixt mapping.xml
Log:
Multi mapping document support. Contributed by Brian Pugh.
Revision Changes Path
1.1
jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/mapping.xml
Index: mapping.xml
===================================================================
<?xml version="1.0"?>
<betwixt-config>
<class name="org.apache.commons.betwixt.PartyBean">
<element name="party">
<element name="the-excuse" property="excuse"/>
<element name="location" property="venue"/>
<element name="time" property="fromHour"/>
</element>
</class>
<class name="org.apache.commons.betwixt.AddressBean">
<element name="address">
<element name="street" property="street"/>
<element name="city" property="city"/>
<element name="code" property="code"/>
<element name="country" property="country"/>
</element>
</class>
</betwixt-config>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]