Some of the dev tests need access to user source for Core.gwt.xml and Emul.gwt.xml.

Suggested by: jat


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@1547 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/dev/core/build.xml b/dev/core/build.xml
index b9ff101..f150fa3 100755
--- a/dev/core/build.xml
+++ b/dev/core/build.xml
@@ -143,6 +143,10 @@
 				<pathelement location="${javac.out}" />
 				<pathelement location="${alldeps.jar}" />
 				<pathelement location="${gwt.tools.lib}/junit/junit-3.8.1.jar" />
+				<!-- Pull in gwt-dev and gwt-user sources for .gwt.xml files -->
+				<pathelement location="${gwt.root}/user/src/" />
+				<pathelement location="${gwt.root}/user/super/" />
+				<pathelement location="${gwt.root}/dev/core/super" />
 			</classpath>
 	
 			<formatter type="plain" />