aboutsummaryrefslogtreecommitdiff
path: root/src/CaliperCore.gwt.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/CaliperCore.gwt.xml')
-rw-r--r--src/CaliperCore.gwt.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/CaliperCore.gwt.xml b/src/CaliperCore.gwt.xml
new file mode 100644
index 0000000..161ac57
--- /dev/null
+++ b/src/CaliperCore.gwt.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module>
+ <inherits name='com.google.gwt.user.User'/>
+ <source path="com/google/caliper">
+ <include name="**/Run.java"/>
+ <include name="**/Scenario.java"/>
+ </source>
+</module> \ No newline at end of file