DanielWagnerHall: Fixing eclipse classpath after guava update

git-svn-id: http://selenium.googlecode.com/svn/trunk@18444 07704840-8298-11de-bf8c-fd130f914ac9
diff --git a/android/.classpath b/android/.classpath
index a15172f..076b9c7 100644
--- a/android/.classpath
+++ b/android/.classpath
@@ -7,6 +7,6 @@
 	<classpathentry kind="lib" path="/third-party/java/android/android-14.jar"/>
 	<classpathentry kind="lib" path="/third-party/java/servlet-api/servlet-api-2.5-6.1.9.jar" sourcepath="/third-party/java/servlet-api/servlet-api-2.5-6.1.9-sources.jar"/>
 	<classpathentry kind="lib" path="/third-party/java/webbit/webbit-0.4.14.jar" sourcepath="/third-party/java/webbit/webbit-0.4.14-src.jar"/>
-	<classpathentry kind="lib" path="/third-party/java/guava-libraries/guava-13.0.1.jar" sourcepath="/third-party/java/guava-libraries/guava-13.0.1-sources.jar"/>
+	<classpathentry kind="lib" path="/third-party/java/guava-libraries/guava-14.0-rc1.jar" sourcepath="/third-party/java/guava-libraries/guava-14.0-rc1-sources.jar"/>
 	<classpathentry kind="output" path="bin/classes"/>
 </classpath>
diff --git a/java/client/.classpath b/java/client/.classpath
index 839927d..b843c63 100644
--- a/java/client/.classpath
+++ b/java/client/.classpath
@@ -7,7 +7,7 @@
 	<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-core-1.3.jar"/>

 	<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-library-1.3.jar"/>

 	<classpathentry kind="lib" path="/third-party/java/testng/testng-6.8.jar" sourcepath="/third-party/java/testng/testng-6.8-sources.jar"/>

-	<classpathentry kind="lib" path="/third-party/java/guava-libraries/guava-13.0.1.jar" sourcepath="/third-party/java/guava-libraries/guava-13.0.1-sources.jar"/>

+	<classpathentry kind="lib" path="/third-party/java/guava-libraries/guava-14.0-rc1.jar" sourcepath="/third-party/java/guava-libraries/guava-14.0-rc1-sources.jar"/>

 	<classpathentry kind="lib" path="/third-party/java/htmlunit/htmlunit-2.11.jar" sourcepath="/third-party/java/htmlunit/htmlunit-2.11-sources.jar"/>

 	<classpathentry kind="lib" path="/third-party/java/htmlunit/htmlunit-core-js-2.11.jar"/>

 	<classpathentry kind="lib" path="/third-party/java/jna/jna-3.4.0.jar" sourcepath="/third-party/java/jna/jna-3.4.0-src.jar"/>

diff --git a/java/server/.classpath b/java/server/.classpath
index 1d2d917..cfd3d82 100644
--- a/java/server/.classpath
+++ b/java/server/.classpath
@@ -6,7 +6,6 @@
 	<classpathentry combineaccessrules="false" exported="true" kind="src" path="/client"/>
 	<classpathentry kind="lib" path="/third-party/java/json/json-20080701.jar"/>
 	<classpathentry kind="lib" path="/third-party/java/servlet-api/servlet-api-2.5-6.1.9.jar" sourcepath="/third-party/java/servlet-api/servlet-api-2.5-6.1.9-sources.jar"/>
-	<classpathentry kind="lib" path="/third-party/java/guava-libraries/guava-13.0.1.jar" sourcepath="/third-party/java/guava-libraries/guava-13.0.1-sources.jar"/>
 	<classpathentry kind="lib" path="/third-party/java/apache-httpclient/httpclient-4.2.1.jar" sourcepath="/third-party/java/apache-httpclient/httpclient-4.2.1-sources.jar"/>
 	<classpathentry kind="lib" path="/third-party/java/apache-httpclient/httpcore-4.2.1.jar" sourcepath="/third-party/java/apache-httpclient/httpcore-4.2.1-sources.jar"/>
 	<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-core-1.3.jar"/>
@@ -27,5 +26,6 @@
 	<classpathentry kind="lib" path="/third-party/java/bouncycastle/bcpkix-jdk15on-1.47.jar"/>
 	<classpathentry kind="lib" path="/third-party/java/webbit/webbit-0.4.14.jar" sourcepath="/third-party/java/webbit/webbit-0.4.14-src.jar"/>
 	<classpathentry kind="lib" path="/third-party/java/netty/netty-3.5.7.Final.jar"/>
+	<classpathentry kind="lib" path="/third-party/java/guava-libraries/guava-14.0-rc1.jar" sourcepath="/third-party/java/guava-libraries/guava-14.0-rc1-sources.jar"/>
 	<classpathentry kind="output" path="build/production"/>
 </classpath>