aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoktug <goktug@google.com>2019-02-14 12:16:18 -0500
committerRon Shapiro <ronshapiro@google.com>2019-02-14 12:16:18 -0500
commit715971c03dcd5ebeb35ffefb3e24269c28db3698 (patch)
treee4912c813cc9ef7ad39731fbd406b819e68e8395
parent7bf778459e3050fcc00c97705c6dceba50983920 (diff)
downloadguava-715971c03dcd5ebeb35ffefb3e24269c28db3698.tar.gz
Removes java/util GWT emul dependency
Most of the emulation provided by this target moved to JRE proper and most of dependencies are no longer needed. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=230773476
-rw-r--r--guava-gwt/src/com/google/common/collect/Collect.gwt.xml2
-rw-r--r--guava-gwt/src/com/google/common/util/concurrent/Concurrent.gwt.xml2
-rw-r--r--guava-gwt/test/com/google/common/collect/testing/Testing.gwt.xml2
3 files changed, 0 insertions, 6 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 1e0a89d67..5c71637d8 100644
--- a/guava-gwt/src/com/google/common/collect/Collect.gwt.xml
+++ b/guava-gwt/src/com/google/common/collect/Collect.gwt.xml
@@ -24,8 +24,6 @@
<inherits name="com.google.common.primitives.Primitives"/>
- <inherits name="java.lang.Lang"/>
-
<inherits name="java.util.Util"/>
<inherits name="com.google.gwt.core.Core"/>
diff --git a/guava-gwt/src/com/google/common/util/concurrent/Concurrent.gwt.xml b/guava-gwt/src/com/google/common/util/concurrent/Concurrent.gwt.xml
index 576c2d52d..4981b291e 100644
--- a/guava-gwt/src/com/google/common/util/concurrent/Concurrent.gwt.xml
+++ b/guava-gwt/src/com/google/common/util/concurrent/Concurrent.gwt.xml
@@ -20,8 +20,6 @@
<inherits name="com.google.common.collect.Collect"/>
- <inherits name="java.lang.Lang"/>
-
<inherits name="java.util.Util"/>
<inherits name="com.google.gwt.core.Core"/>
diff --git a/guava-gwt/test/com/google/common/collect/testing/Testing.gwt.xml b/guava-gwt/test/com/google/common/collect/testing/Testing.gwt.xml
index 4e8dbf18b..978168748 100644
--- a/guava-gwt/test/com/google/common/collect/testing/Testing.gwt.xml
+++ b/guava-gwt/test/com/google/common/collect/testing/Testing.gwt.xml
@@ -25,8 +25,6 @@
<inherits name="com.google.common.primitives.Primitives"/>
<inherits name="com.google.common.testing.Testing"/>
-
- <inherits name="java.lang.Lang"/>
<inherits name="com.google.gwt.core.Core"/>