On Wed, 2002-05-29 at 14:04, Jason van Zyl wrote:
> On Wed, 2002-05-29 at 13:30, Martin van den Bemt wrote:

> 
> The only thing here I ask is that the same format that is used for the
> project.xml file be used for this descriptor. This way betwixt can be
> used in its default mode to map the descriptor to an object:
> 
> <mavenProperties>
>   <groups>
>     <group>
>       <name>User Settings</name>
>       <type>String</type>
>       <description>Yada yada</description>
>     </group>
>   </groups>
> </mavenProperties>
>  

I forgot the <properties> wrapper, but you get the idea. The plural form
of the property as a wrapper around the collection:

<properties>
  <property/>
  <property/>
</properties>

-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]

http://tambora.zenplex.org


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to