From JRapid
The "reference" element is used to include another moduleās code, making it easy to reuse code.
Usage
<reference
name = NAME
file = FILE
/>
Example
<app name="MyModule">
...
<reference name="OtherModule" file="${some.java.var}/project/othermodule.xml" />
...
</app>