
|
If you were logged in you would be able to see more operations.
|
|
|
|
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.
|
|
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. |
Show » |
|