[This is a repost with additional detail and a partial solution.]
I'm trying to make a really quick change to xdoclet so that we can move
away from frequently using merge files.
Here's a simple example of a class which contains two of the same
components. I'm using hibernate 2.01 and xdoclet 1.
Here's a contrived, simple example of a class which contain two of the
same componets. I'm using hibernate 2.01 and xdoclet 1.2b3.
Given a basic class, PhoneNumber:
package com.le.examples.hibernate;
public class PhoneNumber {
/** @hibernate.property */
public String getNumber() { return n