Remove orphaned build files, fix incorrect reference.

Patch by: jat
Review by: amitmanjhi (TBR)


git-svn-id: https://google-web-toolkit.googlecode.com/svn/branches/farewellSwt@6174 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/build.xml b/user/build.xml
index 27f2272..d833e00 100755
--- a/user/build.xml
+++ b/user/build.xml
@@ -63,7 +63,7 @@
     Compile test code for dev/core to pick up TypeOracleTestUtils and others.
   -->
   <target name="compile.dev.core.tests" description="Compiles test dependencies in dev/core">
-    <gwt.ant dir="../dev/core" target="compile.tests" />
+    <gwt.ant dir="../dev" target="compile.tests" />
   </target>
 
   <target name="compile.tests" depends="compile.dev.core.tests, compile.emma" description="Compiles the test code for this project">