Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Sure, that's what the <include> element is for. Most xwork.xml files
already have one:

Code Block
xml
xml
<xwork>
    <include file="webwork-default.xml"/>
    <include file="config-browser.xml"/>
    <package name="default" extends="webwork-default">
....
    </package>
    <include file="other.xml"/>
</xwork>

...