Upgrade GSS to head Change-Id: I7b442ee025a47cd0e43a80a5b90ebc255d490572
diff --git a/dev/build.xml b/dev/build.xml index 7515189..5c4d0aa 100755 --- a/dev/build.xml +++ b/dev/build.xml
@@ -36,7 +36,7 @@ excludes="**/super/**"> <classpath> <pathelement location="${javac.out}"/> - <pathelement location="${gwt.tools.lib}/gss/2015-02-18/closure-stylesheets-library-20150218-rebased.jar"/> + <pathelement location="${gwt.tools.lib}/gss/2015-10-07/closure-stylesheets-library-20151007-rebased.jar"/> <pathelement location="${gwt.tools.lib}/junit/junit-4.8.2.jar"/> <pathelement location="${gwt.tools.lib}/selenium/selenium-java-client-driver.jar"/> <pathelement location="${gwt.tools.lib}/w3c/sac/sac-1.3.jar"/> @@ -308,7 +308,7 @@ <pathelement location="${gwt.root}/samples/hello/src/"/> <!-- CompilerTest needs the dependecies to compile a project that uses UiBinder. --> <pathelement location="${gwt.tools.lib}/streamhtmlparser/streamhtmlparser-jsilver-r10/streamhtmlparser-jsilver-r10-1.5-rebased.jar"/> - <pathelement location="${gwt.tools.lib}/gss/2015-02-18/closure-stylesheets-library-20150218-rebased.jar"/> + <pathelement location="${gwt.tools.lib}/gss/2015-10-07/closure-stylesheets-library-20151007-rebased.jar"/> </extraclasspaths> </gwt.junit> </target>
diff --git a/eclipse/user/.classpath b/eclipse/user/.classpath index da3b63a..5d82d96 100644 --- a/eclipse/user/.classpath +++ b/eclipse/user/.classpath
@@ -20,7 +20,7 @@ <classpathentry kind="var" path="GWT_TOOLS/lib/apache/commons/commons-logging-1.1.1.jar"/> <classpathentry kind="var" path="GWT_TOOLS/lib/apache/commons/commons-io-2.4.jar"/> <classpathentry kind="var" path="GWT_TOOLS/lib/cssparser/cssparser-0.9.11.jar"/> - <classpathentry kind="var" path="GWT_TOOLS/lib/gss/2015-02-18/closure-stylesheets-library-20150218-rebased.jar"/> + <classpathentry kind="var" path="GWT_TOOLS/lib/gss/2015-10-07/closure-stylesheets-library-20151007-rebased.jar"/> <classpathentry kind="var" path="GWT_TOOLS/lib/mockito/1.9.5/mockito-all-1.9.5.jar"/> <classpathentry kind="var" path="GWT_TOOLS/lib/nekohtml/nekohtml-1.9.19.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"/>
diff --git a/user/build.xml b/user/build.xml index 819e71e..356352c 100755 --- a/user/build.xml +++ b/user/build.xml
@@ -81,7 +81,7 @@ <pathelement location="${gwt.tools.lib}/testng/testng-5.14.1-sources.jar"/> <pathelement location="${gwt.tools.lib}/testng/testng-5.14.1-nojunit.jar"/> <pathelement location="${gwt.dev.jar}"/> - <pathelement location="${gwt.tools.lib}/gss/2015-02-18/closure-stylesheets-library-20150218-rebased.jar"/> + <pathelement location="${gwt.tools.lib}/gss/2015-10-07/closure-stylesheets-library-20151007-rebased.jar"/> </path> <target name="compile" description="Compile all class files" @@ -89,7 +89,7 @@ <mkdir dir="${javac.out}"/> <gwt.javac excludes="**/super/**"> <classpath> - <pathelement location="${gwt.tools.lib}/gss/2015-02-18/closure-stylesheets-library-20150218-rebased.jar"/> + <pathelement location="${gwt.tools.lib}/gss/2015-10-07/closure-stylesheets-library-20151007-rebased.jar"/> <pathelement location="${gwt.tools.lib}/jetty/jetty-8.1.12.v20130726/servlet-api-3.0-NoMetaInf.jar"/> <pathelement location="${gwt.tools.lib}/junit/junit-4.8.2.jar"/> @@ -152,7 +152,7 @@ <zipfileset src="${gwt.tools.lib}/w3c/flute/flute-1.3-gg2.jar"/> <zipfileset src="${gwt.tools.lib}/streamhtmlparser/streamhtmlparser-jsilver-r10/streamhtmlparser-jsilver-r10-1.5-rebased.jar"/> - <zipfileset src="${gwt.tools.lib}/gss/2015-02-18/closure-stylesheets-library-20150218-rebased.jar"/> + <zipfileset src="${gwt.tools.lib}/gss/2015-10-07/closure-stylesheets-library-20151007-rebased.jar"/> </gwt.jar> </target>