Revision: 5917
Author: [email protected]
Date: Fri Aug  7 13:08:28 2009
Log: Re-introducing c5890 and c5891, which updated the htmlunit  
dependencies and
re-introduced the test.web.htmlunit target in test.


http://code.google.com/p/google-web-toolkit/source/detail?r=5917

Modified:
  /trunk/eclipse/user/.classpath
  /trunk/user/build.xml

=======================================
--- /trunk/eclipse/user/.classpath      Wed Aug  5 21:01:59 2009
+++ /trunk/eclipse/user/.classpath      Fri Aug  7 13:08:28 2009
@@ -19,9 +19,9 @@
        <classpathentry kind="var"  
path="GWT_TOOLS/lib/nekohtml/nekohtml-1.9.12.jar" />
        <classpathentry kind="var"  
path="GWT_TOOLS/lib/selenium/selenium-java-client-driver.jar"/>
        <classpathentry kind="var" path="GWT_TOOLS/lib/xalan/xalan-2.7.1.jar" />
-       <classpathentry kind="var"  
path="GWT_TOOLS/lib/xerces/serializer-2.7.1.jar" />
-       <classpathentry kind="var"  
path="GWT_TOOLS/lib/xerces/xercesImpl-2.8.1.jar" />
-       <classpathentry kind="var"  
path="GWT_TOOLS/lib/xerces/xml-apis-1.3.04.jar" />
+       <classpathentry kind="var"  
path="GWT_TOOLS/lib/xerces/xerces-2_9_1/serializer.jar" />
+       <classpathentry kind="var"  
path="GWT_TOOLS/lib/xerces/xerces-2_9_1/xercesImpl.jar" />
+       <classpathentry kind="var"  
path="GWT_TOOLS/lib/xerces/xerces-2_9_1/xml-apis.jar" />
        <classpathentry kind="var" path="GWT_TOOLS/lib/w3c/sac/sac-1.3.jar"/>
        <classpathentry kind="var" 
path="GWT_TOOLS/lib/w3c/flute/flute-1.3.jar"/>
        <classpathentry combineaccessrules="false" kind="src"  
path="/gwt-dev-windows"/>
=======================================
--- /trunk/user/build.xml       Thu Aug  6 08:09:11 2009
+++ /trunk/user/build.xml       Fri Aug  7 13:08:28 2009
@@ -51,9 +51,9 @@
      <pathelement  
location="${gwt.tools.lib}/htmlunit/htmlunit-core-js-2.5.jar" />
      <pathelement location="${gwt.tools.lib}/nekohtml/nekohtml-1.9.12.jar"  
/>
      <pathelement location="${gwt.tools.lib}/xalan/xalan-2.7.1.jar" />
-    <pathelement location="${gwt.tools.lib}/xerces/serializer-2.7.1.jar" />
-    <pathelement location="${gwt.tools.lib}/xerces/xercesImpl-2.8.1.jar" />
-    <pathelement location="${gwt.tools.lib}/xerces/xml-apis-1.3.04.jar" />
+    <pathelement  
location="${gwt.tools.lib}/xerces/xerces-2_9_1/serializer.jar" />
+    <pathelement  
location="${gwt.tools.lib}/xerces/xerces-2_9_1/xercesImpl.jar" />
+    <pathelement  
location="${gwt.tools.lib}/xerces/xerces-2_9_1/xml-apis.jar" />
      <pathelement location="${gwt.tools.lib}/w3c/sac/sac-1.3.jar" />
    </path>
    <!-- Platform shouldn't matter here, just picking one -->
@@ -242,8 +242,7 @@
        <antcall target="test.noserver"/>
        <antcall target="test.web"/>
        <antcall target="test.web.disableClassMetadata"/>
-      <!-- TODO(amitmanjhi): uncomment it after fixing the xerces issue -->
-      <!-- <antcall target="test.web.htmlunit"/> -->
+      <antcall target="test.web.htmlunit"/>
        <antcall target="test.web.draft"/>
      </parallel>
      </limit>

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to