aboutsummaryrefslogtreecommitdiffstats
path: root/guava-gwt/test/com/google/common/util/concurrent/testModule.gwt.xml
diff options
context:
space:
mode:
Diffstat (limited to 'guava-gwt/test/com/google/common/util/concurrent/testModule.gwt.xml')
-rw-r--r--guava-gwt/test/com/google/common/util/concurrent/testModule.gwt.xml17
1 files changed, 0 insertions, 17 deletions
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
deleted file mode 100644
index ffae299..0000000
--- a/guava-gwt/test/com/google/common/util/concurrent/testModule.gwt.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?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"/>
- <inherits name="com.google.common.base.Base"/>
- <inherits name="com.google.common.collect.Collect"/>
- <inherits name="com.google.common.util.concurrent.Concurrent"/>
- <entry-point class="com.google.common.util.concurrent.TestModuleEntryPoint"/>
-
- <source path=""/>
-
- <add-linker name="std"/>
-
- <super-source path="super"/>
-
-</module>