blob: 56926f85734b188c461bc4b3f2c5d07c694dbd6a [file] [log] [blame]
<!-- -->
<!-- Copyright 2009 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. -->
<!-- Defines the cross-site linker -->
<module type="fileset">
<define-linker name="xs" class="com.google.gwt.core.linker.XSLinker" />
<replace-with class="com.google.gwt.core.client.impl.CrossSiteLoadingStrategy">
<when-type-is
class="com.google.gwt.core.client.impl.AsyncFragmentLoader.LoadingStrategy" />
<when-linker-added name="xs" />
</replace-with>
<set-property name="compiler.predeclare.cross.fragment.references" value="true">
<when-linker-added name="xs" />
</set-property>
</module>