Fix ResourcesJreSuite test suite.

The closure-stylesheet dependency was missing for several
test targets

Change-Id: I0baef25c59ae3b26591d4c000f358f744740f299
diff --git a/user/build.xml b/user/build.xml
index f5c210c..2952aa5 100755
--- a/user/build.xml
+++ b/user/build.xml
@@ -82,6 +82,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/2014-09-11/closure-stylesheets-rebased.jar"/>
   </path>
 
   <target name="compile" description="Compile all class files"
@@ -133,7 +134,6 @@
         <pathelement location="${javac.out}"/>
         <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}/gss/2014-09-11/closure-stylesheets-rebased.jar"/>
         <path refid="test.extraclasspath"/>
       </classpath>
       <compilerarg value="-processor"/>