Revision: 6120 Author: [email protected] Date: Thu Sep 10 17:10:13 2009 Log: Adds the htmlunit dependency to oophm. "ant dist-dev" passes
Patch by: amitmanjhi http://code.google.com/p/google-web-toolkit/source/detail?r=6120 Modified: /branches/farewellSwt/dev/oophm/build.xml ======================================= --- /branches/farewellSwt/dev/oophm/build.xml Thu Aug 6 18:57:54 2009 +++ /branches/farewellSwt/dev/oophm/build.xml Thu Sep 10 17:10:13 2009 @@ -30,6 +30,8 @@ <classpath> <pathelement location="${gwt.tools.lib}/sun/swingworker/swing-worker-1.1.jar" /> <pathelement location="${gwt.core.build}/bin" /> + <pathelement location="${gwt.tools.lib}/htmlunit/htmlunit-2.5.jar" /> + <pathelement location="${gwt.tools.lib}/htmlunit/htmlunit-core-js-2.5.jar" /> </classpath> </gwt.javac> </target> --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
