blob: 6a1f15a8ffa4892f7ac1c4f649b6e58bb4419e88 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
-->
<tobago-config
xmlns="http://myfaces.apache.org/tobago/tobago-config"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://myfaces.apache.org/tobago/tobago-config http://myfaces.apache.org/tobago/tobago-config-5.0.xsd"
version="5.0">
<name>my-name-replace</name>
<ordering>
<after>
<name>my-name</name>
</after>
</ordering>
<theme-config>
<default-theme>my-theme-3</default-theme>
</theme-config>
<theme-definitions>
<theme-definition>
<name>my-theme-3</name>
<fallback>my-theme-1</fallback>
<version>some-version-2</version>
<resources production="true">
<includes>
<script name="script-3-replacement.js" priority="3"/>
</includes>
<excludes>
<script name="script-3.js"/>
</excludes>
</resources>
</theme-definition>
</theme-definitions>
</tobago-config>