Fix dev tests.
git-svn-id: https://google-web-toolkit.googlecode.com/svn/branches/farewellSwt@6171 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/dev/build.xml b/dev/build.xml
index 1236d41..d097b2a 100755
--- a/dev/build.xml
+++ b/dev/build.xml
@@ -18,7 +18,8 @@
<target name="compile.tests" depends="build, compile.emma" description="Compiles the test code for this project">
<mkdir dir="${javac.junit.out}" />
- <gwt.javac destdir="${javac.junit.out}">
+ <gwt.javac srcdir="" destdir="${javac.junit.out}">
+ <src path="core/src" />
<src path="core/test" />
<src path="oophm/src" />
<src path="oophm/overlay" />