[
https://issues.apache.org/jira/browse/TOBAGO-1913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16623393#comment-16623393
]
Hudson commented on TOBAGO-1913:
--------------------------------
SUCCESS: Integrated in Jenkins build Tobago Trunk #1537 (See
[https://builds.apache.org/job/Tobago%20Trunk/1537/])
TOBAGO-1913: Enhance tobago-config.xsd: there should be an includes tag
(lofwyr: rev 34d26a5b2ee86a317afea1c2bb302996bd72ff23)
* (edit)
tobago-core/src/main/resources/org/apache/myfaces/tobago/config/tobago-config-5.0.xsd
* (edit) tobago-core/src/main/resources/META-INF/tobago-config.xml
* (edit)
tobago-theme/tobago-theme-scarborough/src/main/resources/META-INF/tobago-config.xml
* (edit)
tobago-theme/tobago-theme-charlotteville/src/main/resources/META-INF/tobago-config.xml
* (edit)
tobago-theme/tobago-theme-roxborough/src/main/resources/META-INF/tobago-config.xml
* (edit)
tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/tobago-config.xml
* (edit)
tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml
* (edit)
tobago-theme/tobago-theme-speyside/src/main/resources/META-INF/tobago-config.xml
* (edit)
tobago-example/tobago-example-blank/src/main/webapp/WEB-INF/tobago-config.xml
> Enhance tobago-config.xsd: there should be an includes tag in resources tag
> ---------------------------------------------------------------------------
>
> Key: TOBAGO-1913
> URL: https://issues.apache.org/jira/browse/TOBAGO-1913
> Project: MyFaces Tobago
> Issue Type: New Feature
> Components: Core
> Reporter: Udo Schnurpfeil
> Assignee: Udo Schnurpfeil
> Priority: Minor
> Fix For: 5.0.0
>
>
> Currenty, if resources are added to and removed from a theme the syntax in
> the configuration is like this:
> {code}
> ...
> <resources production="true">
> <excludes>
> <script name="/bar.min.js"/>
> <style name="/bar.min.css"/>
> </excludes>
> <script name="/foo.min.js"/>
> <style name="/foo.min.css"/>
> </resources>
> ...
> {code}
> It would be easier to read, if there is an "includes" tag, like the
> "excludes" tag.
> {code}
> ...
> <resources production="true">
> <includes>
> <script name="/foo.min.js"/>
> <style name="/foo.min.css"/>
> </includes>
> <excludes>
> <script name="/bar.min.js"/>
> <style name="/bar.min.css"/>
> </excludes>
> </resources>
> ...
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)