Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
1.0.3
-
None
Description
Right now xwork-1.0.dtd indicates:
(package|include)+
We should change it to:
(package|include)*
This way you can have an empty file:
<xwork>
</xwork>
This is useful for Jive because they like to ship an "override" file.