Revision: 10032
Author:   [email protected]
Date:     Tue Apr 19 11:27:51 2011
Log: Modify the version of xalan-2.7.1.jar used to stop including an old version of the Java Cup runtime (version .10). Add java-cup-11a.jar (version .11a) to the tools/lib directory.

Review at http://gwt-code-reviews.appspot.com/1404801

Review by: [email protected]
http://code.google.com/p/google-web-toolkit/source/detail?r=10032

Modified:
 /trunk/dev/build.xml
 /trunk/eclipse/external/cldr-tools/.classpath
 /trunk/eclipse/user/.classpath

=======================================
--- /trunk/dev/build.xml        Mon Mar 28 04:59:34 2011
+++ /trunk/dev/build.xml        Tue Apr 19 11:27:51 2011
@@ -102,7 +102,8 @@
<include name="htmlunit/htmlunit-r5940/htmlunit-core-js-r5940.jar" />
           <include name="nekohtml/nekohtml-1.9.13.jar" />
<include name="streamhtmlparser/streamhtmlparser-jsilver-r10/streamhtmlparser-jsilver-r10-1.5-rebased.jar" />
-          <include name="xalan/xalan-2.7.1.jar" />
+          <include name="cup/java-cup-11a.jar" />
+          <include name="xalan/xalan-2.7.1-nocup.jar" />
           <include name="xerces/xerces-2_9_1/serializer.jar" />
           <include name="xerces/xerces-2_9_1/xercesImpl-NoMetaInf.jar" />
           <include name="xerces/xerces-2_9_1/xml-apis.jar" />
@@ -165,7 +166,8 @@
<zipfileset src="${gwt.tools.lib}/htmlunit/htmlunit-r5940/htmlunit-r5940.jar" /> <zipfileset src="${gwt.tools.lib}/htmlunit/htmlunit-r5940/htmlunit-core-js-r5940.jar" /> <zipfileset src="${gwt.tools.lib}/nekohtml/nekohtml-1.9.13.jar" />
-          <zipfileset src="${gwt.tools.lib}/xalan/xalan-2.7.1.jar" />
+          <zipfileset src="${gwt.tools.lib}/cup/java-cup-11a.jar" />
+          <zipfileset src="${gwt.tools.lib}/xalan/xalan-2.7.1-nocup.jar" />
<zipfileset src="${gwt.tools.lib}/xerces/xerces-2_9_1/serializer.jar" /> <zipfileset src="${gwt.tools.lib}/xerces/xerces-2_9_1/xercesImpl-NoMetaInf.jar" /> <zipfileset src="${gwt.tools.lib}/xerces/xerces-2_9_1/xml-apis.jar" />
=======================================
--- /trunk/eclipse/external/cldr-tools/.classpath       Fri Apr  8 07:51:16 2011
+++ /trunk/eclipse/external/cldr-tools/.classpath       Tue Apr 19 11:27:51 2011
@@ -2,7 +2,8 @@
 <classpath>
<classpathentry excluding="org/unicode/cldr/web/| org/unicode/cldr/tool/templates/" kind="src" path="java"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-       <classpathentry kind="var" path="GWT_TOOLS/lib/xalan/xalan-2.7.1.jar"/>
+       <classpathentry kind="var" path="GWT_TOOLS/lib/cup/java-cup-11a.jar"/>
+ <classpathentry kind="var" path="GWT_TOOLS/lib/xalan/xalan-2.7.1-nocup.jar"/>
        <classpathentry kind="var" path="GWT_TOOLS/lib/apache/ant-1.7.1.jar"/>
<classpathentry kind="var" path="GWT_TOOLS/lib/icu4j/4.4.2/icu4j.jar" sourcepath="/GWT_TOOLS/lib/icu4j/4.4.2/icu4jsrc.jar"/> <classpathentry kind="var" path="GWT_TOOLS/lib/icu4j/4.4.2/utilities.jar" sourcepath="/GWT_TOOLS/lib/icu4j/4.4.2/icu4jsrc.jar"/>
=======================================
--- /trunk/eclipse/user/.classpath      Wed Mar  9 04:56:27 2011
+++ /trunk/eclipse/user/.classpath      Tue Apr 19 11:27:51 2011
@@ -21,7 +21,8 @@
<classpathentry kind="var" path="GWT_TOOLS/lib/cssparser/cssparser-0.9.5.jar"/> <classpathentry kind="var" path="GWT_TOOLS/lib/nekohtml/nekohtml-1.9.13.jar"/> <classpathentry kind="var" path="GWT_TOOLS/lib/selenium/selenium-java-client-driver.jar" sourcepath="/GWT_TOOLS/lib/selenium/selenium-java-client-driver-sources.jar"/>
-       <classpathentry kind="var" path="GWT_TOOLS/lib/xalan/xalan-2.7.1.jar"/>
+       <classpathentry kind="var" path="GWT_TOOLS/lib/cup/java-cup-11a.jar"/>
+ <classpathentry kind="var" path="GWT_TOOLS/lib/xalan/xalan-2.7.1-nocup.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-NoMetaInf.jar"/> <classpathentry kind="var" path="GWT_TOOLS/lib/xerces/xerces-2_9_1/xml-apis.jar"/>

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

Reply via email to