aboutsummaryrefslogtreecommitdiff
path: root/guava-gwt/src/com/google/common/collect/Collect.gwt.xml
diff options
context:
space:
mode:
authorChris Povirk <cpovirk@google.com>2014-03-19 22:13:28 -0400
committerChris Povirk <cpovirk@google.com>2014-03-19 22:18:46 -0400
commitf3a3c4d96c54558f6c1f2fe328bf2c977c06d0bd (patch)
tree745fc0c7dd958255dae7d38f68ec35bead735b4f /guava-gwt/src/com/google/common/collect/Collect.gwt.xml
parent92dd28a4fcfec1a6cb52a1d0ca6c93dba3dc5c78 (diff)
downloadguava-f3a3c4d96c54558f6c1f2fe328bf2c977c06d0bd.tar.gz
Add missing <inherits> to modules.
The result is that we don't have to manually include User in our compilation tests, and other users won't have to include it, either. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=63444626
Diffstat (limited to 'guava-gwt/src/com/google/common/collect/Collect.gwt.xml')
-rw-r--r--guava-gwt/src/com/google/common/collect/Collect.gwt.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/guava-gwt/src/com/google/common/collect/Collect.gwt.xml b/guava-gwt/src/com/google/common/collect/Collect.gwt.xml
index 6aedfe097..e1263e287 100644
--- a/guava-gwt/src/com/google/common/collect/Collect.gwt.xml
+++ b/guava-gwt/src/com/google/common/collect/Collect.gwt.xml
@@ -14,6 +14,8 @@
<super-source path="super"/>
+ <inherits name="com.google.gwt.rpc.RPC"/>
+
<inherits name="com.google.common.annotations.Annotations"/>
<inherits name="com.google.common.base.Base"/>
@@ -23,5 +25,7 @@
<inherits name="com.google.common.primitives.Primitives"/>
<inherits name="java.util.Util"/>
-
+
+ <inherits name="com.google.gwt.core.Core"/>
+
</module>