Author: [email protected]
Date: Thu Apr 2 16:43:08 2009
New Revision: 5175
Modified:
trunk/build.xml
Log:
Build fix: remove another dependency from ApiChecker to old JDT.
Modified: trunk/build.xml
==============================================================================
--- trunk/build.xml (original)
+++ trunk/build.xml Thu Apr 2 16:43:08 2009
@@ -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"/>
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---