Build fix: remove another dependency from ApiChecker to old JDT.
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@5175 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/build.xml b/build.xml
index cd9b583..1803e7c 100755
--- a/build.xml
+++ b/build.xml
@@ -94,10 +94,7 @@
<sysproperty key="gwt.devjar" value="${gwt.dev.staging.jar}" />
<classpath>
<pathelement location="${gwt.build.out}/tools/api-checker/bin"/>
- <pathelement location="${gwt.build.out}/dev/core/bin"/>
- <pathelement location="${gwt.build.out}/user/bin"/>
- <pathelement location="${gwt.tools.lib}/eclipse/jdt-3.3.1.jar"/>
- <pathelement location="${gwt.tools.lib}/tomcat/commons-collections-3.1.jar"/>
+ <fileset dir="${gwt.build.lib}" includes="gwt-user.jar,gwt-dev-*.jar" />
<pathelement path="${java.class.path}"/>
</classpath>
<arg value="-configFile"/>