blob: 6830effb1a6bdd9e8447ec167c86343c667c70da [file] [log] [blame]
<?xml version='1.0'?>
<!--
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.
-->
<module>
<!--
This entire GWT module exists for just one proto, the hashed version, which
is used by other protos in the web client. The hashed version proto
probably belongs in the core model, rather than here in federation.
Most of the code in this package is not GWT compatible, so a stricter
inclusion rule is used: a whitelist of safe files, rather than a blacklist
of known offenders.
-->
<!-- DTO deps below. -->
<inherits name="org.waveprotocol.wave.communication.Communication"/>
<source path=""
includes="Protocol* impl/* jso/*"
excludes="ProtocolHashedVersionFactory.java"/>
</module>