[ 
https://issues.apache.org/jira/browse/TOBAGO-1913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16621735#comment-16621735
 ] 

Hudson commented on TOBAGO-1913:
--------------------------------

SUCCESS: Integrated in Jenkins build Tobago Trunk #1521 (See 
[https://builds.apache.org/job/Tobago%20Trunk/1521/])
Revert "TOBAGO-1913: Enhance tobago-config.xsd: there should be an (lofwyr: rev 
9330c3067f1187617043d935c3f163f297fcad4b)
* (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
* (edit) 
tobago-core/src/main/resources/org/apache/myfaces/tobago/config/tobago-config-4.3.xsd
* (edit) 
tobago-theme/tobago-theme-standard/src/main/resources/META-INF/tobago-config.xml
* (edit) 
tobago-theme/tobago-theme-roxborough/src/main/resources/META-INF/tobago-config.xml
* (edit) 
tobago-core/src/main/java/org/apache/myfaces/tobago/internal/config/TobagoConfigParser.java
* (edit) tobago-core/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-scarborough/src/main/resources/META-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)

Reply via email to