blob: c88a958abec1cc6314ff9a9bb04e0581494306a9 [file] [log] [blame]
<module type="fileset">
<inherits name="com.google.gwt.core.Core" />
<!-- Inherits standard RPC, c.g.g.user.RemoteService is not standalone. -->
<inherits name="com.google.gwt.user.User" />
<source path="client" />
<super-source path="super" />
<define-linker name="clientOracleLinker"
class="com.google.gwt.rpc.linker.ClientOracleLinker" />
<add-linker name="clientOracleLinker" />
<define-property name="gwt.rpc.hijackLegacyInterface" values="true,false" />
<set-property name="gwt.rpc.hijackLegacyInterface" value="false" />
<generate-with class="com.google.gwt.rpc.rebind.RpcServiceGenerator">
<any>
<when-type-assignable class="com.google.gwt.rpc.client.RpcService" />
<all>
<when-type-assignable class="com.google.gwt.user.client.rpc.RemoteService" />
<when-property-is name="gwt.rpc.hijackLegacyInterface"
value="true" />
</all>
</any>
</generate-with>
</module>