aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormagdaz <magdaz@google.com>2019-02-20 07:48:03 -0800
committerRon Shapiro <shapiro.rd@gmail.com>2019-02-26 14:18:53 -0500
commitead2404f33b16b2f87825b80669afb54457a1785 (patch)
tree3e878ab6b1849ce31525fed3b747d6161d21aa49
parenta99c15f4cfcfc6106b99b6ec98e6007d211faff0 (diff)
downloadguava-ead2404f33b16b2f87825b80669afb54457a1785.tar.gz
Internal GWT change
RELNOTES=n/a ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=234795462
-rw-r--r--guava-gwt/test/com/google/common/base/testModule.gwt.xml1
-rw-r--r--guava-gwt/test/com/google/common/cache/testModule.gwt.xml1
-rw-r--r--guava-gwt/test/com/google/common/collect/testModule.gwt.xml1
-rw-r--r--guava-gwt/test/com/google/common/collect/testing/testModule.gwt.xml1
-rw-r--r--guava-gwt/test/com/google/common/escape/testModule.gwt.xml1
-rw-r--r--guava-gwt/test/com/google/common/html/testModule.gwt.xml1
-rw-r--r--guava-gwt/test/com/google/common/io/testModule.gwt.xml1
-rw-r--r--guava-gwt/test/com/google/common/math/testModule.gwt.xml1
-rw-r--r--guava-gwt/test/com/google/common/net/testModule.gwt.xml1
-rw-r--r--guava-gwt/test/com/google/common/primitives/testModule.gwt.xml1
-rw-r--r--guava-gwt/test/com/google/common/testing/testModule.gwt.xml1
-rw-r--r--guava-gwt/test/com/google/common/util/concurrent/testModule.gwt.xml1
-rw-r--r--guava-gwt/test/com/google/common/xml/testModule.gwt.xml1
13 files changed, 13 insertions, 0 deletions
diff --git a/guava-gwt/test/com/google/common/base/testModule.gwt.xml b/guava-gwt/test/com/google/common/base/testModule.gwt.xml
index afefbb8a2..326194d79 100644
--- a/guava-gwt/test/com/google/common/base/testModule.gwt.xml
+++ b/guava-gwt/test/com/google/common/base/testModule.gwt.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<module>
+
<inherits name="com.google.gwt.user.User"/>
<inherits name="com.google.gwt.junit.JUnit"/>
<inherits name="com.google.common.annotations.Annotations"/>
diff --git a/guava-gwt/test/com/google/common/cache/testModule.gwt.xml b/guava-gwt/test/com/google/common/cache/testModule.gwt.xml
index 874969f00..4a2a4e718 100644
--- a/guava-gwt/test/com/google/common/cache/testModule.gwt.xml
+++ b/guava-gwt/test/com/google/common/cache/testModule.gwt.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<module>
+
<inherits name="com.google.gwt.user.User"/>
<inherits name="com.google.gwt.junit.JUnit"/>
<inherits name="com.google.common.annotations.Annotations"/>
diff --git a/guava-gwt/test/com/google/common/collect/testModule.gwt.xml b/guava-gwt/test/com/google/common/collect/testModule.gwt.xml
index d35baa3a7..068334b8e 100644
--- a/guava-gwt/test/com/google/common/collect/testModule.gwt.xml
+++ b/guava-gwt/test/com/google/common/collect/testModule.gwt.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<module>
+
<inherits name="com.google.gwt.user.User"/>
<inherits name="com.google.gwt.junit.JUnit"/>
<inherits name="com.google.common.annotations.Annotations"/>
diff --git a/guava-gwt/test/com/google/common/collect/testing/testModule.gwt.xml b/guava-gwt/test/com/google/common/collect/testing/testModule.gwt.xml
index eb6fb2de7..d70f1d862 100644
--- a/guava-gwt/test/com/google/common/collect/testing/testModule.gwt.xml
+++ b/guava-gwt/test/com/google/common/collect/testing/testModule.gwt.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<module>
+
<inherits name="com.google.gwt.user.User"/>
<inherits name="com.google.gwt.junit.JUnit"/>
<inherits name="com.google.common.annotations.Annotations"/>
diff --git a/guava-gwt/test/com/google/common/escape/testModule.gwt.xml b/guava-gwt/test/com/google/common/escape/testModule.gwt.xml
index 9eb2464dd..ae6d05bc9 100644
--- a/guava-gwt/test/com/google/common/escape/testModule.gwt.xml
+++ b/guava-gwt/test/com/google/common/escape/testModule.gwt.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<module>
+
<inherits name="com.google.gwt.user.User"/>
<inherits name="com.google.gwt.junit.JUnit"/>
<inherits name="com.google.common.base.Base"/>
diff --git a/guava-gwt/test/com/google/common/html/testModule.gwt.xml b/guava-gwt/test/com/google/common/html/testModule.gwt.xml
index 0346ed12b..3e03493ae 100644
--- a/guava-gwt/test/com/google/common/html/testModule.gwt.xml
+++ b/guava-gwt/test/com/google/common/html/testModule.gwt.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<module>
+
<inherits name="com.google.gwt.user.User"/>
<inherits name="com.google.gwt.junit.JUnit"/>
<inherits name="com.google.common.base.Base"/>
diff --git a/guava-gwt/test/com/google/common/io/testModule.gwt.xml b/guava-gwt/test/com/google/common/io/testModule.gwt.xml
index 134e66da7..9e58e0592 100644
--- a/guava-gwt/test/com/google/common/io/testModule.gwt.xml
+++ b/guava-gwt/test/com/google/common/io/testModule.gwt.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<module>
+
<inherits name="com.google.gwt.user.User"/>
<inherits name="com.google.gwt.junit.JUnit"/>
<inherits name="com.google.common.annotations.Annotations"/>
diff --git a/guava-gwt/test/com/google/common/math/testModule.gwt.xml b/guava-gwt/test/com/google/common/math/testModule.gwt.xml
index 91255e321..76a0c99d5 100644
--- a/guava-gwt/test/com/google/common/math/testModule.gwt.xml
+++ b/guava-gwt/test/com/google/common/math/testModule.gwt.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<module>
+
<inherits name="com.google.gwt.user.User"/>
<inherits name="com.google.gwt.junit.JUnit"/>
<inherits name="com.google.common.annotations.Annotations"/>
diff --git a/guava-gwt/test/com/google/common/net/testModule.gwt.xml b/guava-gwt/test/com/google/common/net/testModule.gwt.xml
index 94bc88ce5..a42cced5d 100644
--- a/guava-gwt/test/com/google/common/net/testModule.gwt.xml
+++ b/guava-gwt/test/com/google/common/net/testModule.gwt.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<module>
+
<inherits name="com.google.gwt.user.User"/>
<inherits name="com.google.gwt.junit.JUnit"/>
<inherits name="com.google.common.annotations.Annotations"/>
diff --git a/guava-gwt/test/com/google/common/primitives/testModule.gwt.xml b/guava-gwt/test/com/google/common/primitives/testModule.gwt.xml
index 4bec90064..935d3bd7a 100644
--- a/guava-gwt/test/com/google/common/primitives/testModule.gwt.xml
+++ b/guava-gwt/test/com/google/common/primitives/testModule.gwt.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<module>
+
<inherits name="com.google.gwt.user.User"/>
<inherits name="com.google.gwt.junit.JUnit"/>
<inherits name="com.google.common.collect.testing.Testing"/>
diff --git a/guava-gwt/test/com/google/common/testing/testModule.gwt.xml b/guava-gwt/test/com/google/common/testing/testModule.gwt.xml
index cab3664b4..c3cea4130 100644
--- a/guava-gwt/test/com/google/common/testing/testModule.gwt.xml
+++ b/guava-gwt/test/com/google/common/testing/testModule.gwt.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<module>
+
<inherits name="com.google.gwt.user.User"/>
<inherits name="com.google.gwt.junit.JUnit"/>
<inherits name="com.google.common.collect.Collect"/>
diff --git a/guava-gwt/test/com/google/common/util/concurrent/testModule.gwt.xml b/guava-gwt/test/com/google/common/util/concurrent/testModule.gwt.xml
index 3b8a21726..34c94d6be 100644
--- a/guava-gwt/test/com/google/common/util/concurrent/testModule.gwt.xml
+++ b/guava-gwt/test/com/google/common/util/concurrent/testModule.gwt.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<module>
+
<inherits name="com.google.gwt.user.User"/>
<inherits name="com.google.gwt.junit.JUnit"/>
<inherits name="com.google.common.annotations.Annotations"/>
diff --git a/guava-gwt/test/com/google/common/xml/testModule.gwt.xml b/guava-gwt/test/com/google/common/xml/testModule.gwt.xml
index b66ff38d9..d377994ca 100644
--- a/guava-gwt/test/com/google/common/xml/testModule.gwt.xml
+++ b/guava-gwt/test/com/google/common/xml/testModule.gwt.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<module>
+
<inherits name="com.google.gwt.user.User"/>
<inherits name="com.google.gwt.junit.JUnit"/>
<inherits name="com.google.common.annotations.Annotations"/>