blob: 594e3ce8a84e207d3afd23fa601c9543add30d88 [file] [log] [blame]
<!-- -->
<!-- Copyright 2010 Google Inc. -->
<!-- Licensed under the Apache License, Version 2.0 (the "License"); you -->
<!-- may not use this file except in compliance with the License. You may -->
<!-- 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. License for the specific language governing permissions and -->
<!-- limitations under the License. -->
<!-- The Precompress linker for precompressing public emitted artifacts. -->
<!-- See the class comment of com.google.gwt.precompress.PrecompressLinker -->
<!-- for information on using it. -->
<!-- -->
<!-- This module is typically inherited via com.google.gwt.user.User -->
<!-- -->
<module>
<define-linker name="precompress" class="com.google.gwt.precompress.linker.PrecompressLinker" />
<add-linker name="precompress" />
<define-configuration-property name="precompress.leave.originals" is_multi_valued="false" />
<set-configuration-property name="precompress.leave.originals" value="true" />
<define-configuration-property name="precompress.path.regexes" is_multi_valued="true" />
<extend-configuration-property name="precompress.path.regexes" value=".*\.html" />
<extend-configuration-property name="precompress.path.regexes" value=".*\.js" />
<extend-configuration-property name="precompress.path.regexes" value=".*\.css" />
</module>