Author: ajaquith
Date: Thu Jun 12 22:10:24 2008
New Revision: 667347
URL: http://svn.apache.org/viewvc?rev=667347&view=rev
Log:
Upgraded Selenium-RC jars to 1.0-beta1. Selenium still does not work with
FireFox 3, unfortunately. :( But hope springs eternal.
Modified:
incubator/jspwiki/trunk/.classpath
Modified: incubator/jspwiki/trunk/.classpath
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/.classpath?rev=667347&r1=667346&r2=667347&view=diff
==============================================================================
--- incubator/jspwiki/trunk/.classpath (original)
+++ incubator/jspwiki/trunk/.classpath Thu Jun 12 22:10:24 2008
@@ -38,8 +38,8 @@
<classpathentry kind="lib" path="tests/lib/jetty-jmx-5.1.14.jar"/>
<classpathentry kind="lib" path="tests/lib/jetty-plus-5.1.14.jar"
sourcepath="/Users/arj/workspace/lib/jetty-5.1.14/extra/plus/src"/>
<classpathentry kind="lib" path="tests/lib/jetty-servlet-5.1.14.jar"/>
- <classpathentry kind="lib"
path="tests/lib/selenium-server-0.9.2-patched.jar"
sourcepath="/Users/arj/workspace/lib/jetty-5.1.14/src"/>
- <classpathentry kind="lib" path="tests/lib/stripes-1.4.3.jar"/>
+ <classpathentry kind="lib"
path="/Users/arj/workspace/JSPWiki-SVN-2.8/tests/lib/selenium-server-1.0-beta1.jar"
sourcepath="/Users/arj/workspace/lib/jetty-5.1.14/src"/>
+ <classpathentry kind="lib" path="tests/lib/stripes-1.4.3.jar"
sourcepath="/stripes-1.4.3-src"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/JVM
1.5.0"/>
<classpathentry kind="output" path="classes"/>
</classpath>