aboutsummaryrefslogtreecommitdiffstats
path: root/guava-gwt/test/com/google/common/testing/Testing.gwt.xml
diff options
context:
space:
mode:
Diffstat (limited to 'guava-gwt/test/com/google/common/testing/Testing.gwt.xml')
-rw-r--r--guava-gwt/test/com/google/common/testing/Testing.gwt.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/guava-gwt/test/com/google/common/testing/Testing.gwt.xml b/guava-gwt/test/com/google/common/testing/Testing.gwt.xml
new file mode 100644
index 0000000..e1f85eb
--- /dev/null
+++ b/guava-gwt/test/com/google/common/testing/Testing.gwt.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<module>
+
+ <source path=""/>
+
+ <super-source path="super"/>
+
+ <inherits name="com.google.common.annotations.Annotations"/>
+
+ <inherits name="com.google.common.base.Base"/>
+
+ <inherits name="com.google.common.collect.Collect"/>
+
+ <inherits name="com.google.gwt.junit.JUnit"/>
+
+ <inherits name="java.util.Util"/>
+
+</module>