Author: sco...@google.com Date: Thu Apr 2 15:12:54 2009 New Revision: 5172
Modified: trunk/tools/api-checker/build.xml Log: Build fix: ApiChecker should depend on gwt-dev instead of an explicit (old) JDT jar directly. Modified: trunk/tools/api-checker/build.xml ============================================================================== --- trunk/tools/api-checker/build.xml (original) +++ trunk/tools/api-checker/build.xml Thu Apr 2 15:12:54 2009 @@ -56,12 +56,10 @@ <sysproperty key="gwt.devjar" value="${gwt.dev.staging.jar}" /> <classpath> <pathelement location="test" /> - <pathelement location="${gwt.build.out}/dev/core/bin"/> + <pathelement location="${javac.junit.out}" /> <pathelement location="${gwt.build.out}/tools/api-checker/bin"/> - <pathelement location="${gwt.tools.lib}/eclipse/jdt-3.3.1.jar"/> + <pathelement location="${gwt.dev.jar}" /> <pathelement location="${gwt.tools.lib}/junit/junit-3.8.1.jar" /> - <pathelement location="${gwt.tools.lib}/tomcat/commons-collections-3.1.jar"/> - <pathelement location="${javac.junit.out}" /> </classpath> <formatter type="plain" /> --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---