diff options
author | James Moger <james.moger@gitblit.com> | 2013-01-23 08:30:28 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-01-23 08:30:28 -0500 |
commit | 795b227ed376f6ea9a6e13952a79770f33766266 (patch) | |
tree | 1c213bdcee0cea09cc67d4b9e61681886c325f2b /.classpath | |
parent | 1613f4067028b73e05544b55d45b6e136ce0238d (diff) | |
download | gitblit-795b227ed376f6ea9a6e13952a79770f33766266.tar.gz gitblit-795b227ed376f6ea9a6e13952a79770f33766266.zip |
Merged selenium tests from akquinet (pull request #65)
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -38,6 +38,18 @@ <classpathentry kind="lib" path="ext/xz-1.0.jar" sourcepath="ext/src/xz-1.0-sources.jar" /> <classpathentry kind="lib" path="ext/junit-4.10.jar" sourcepath="ext/src/junit-4.10-sources.jar" /> <classpathentry kind="lib" path="ext/hamcrest-core-1.1.jar" /> + <classpathentry kind="lib" path="ext/seleniumhq/selenium-java-2.28.0.jar"/> + <classpathentry kind="lib" path="ext/seleniumhq/selenium-api-2.28.0.jar"/> + <classpathentry kind="lib" path="ext/seleniumhq/selenium-remote-driver-2.28.0.jar"/> + <classpathentry kind="lib" path="ext/seleniumhq/selenium-support-2.28.0.jar"/> + <classpathentry kind="lib" path="ext/seleniumhq/guava-12.0.jar"/> + <classpathentry kind="lib" path="ext/seleniumhq/json-20080701.jar"/> + <classpathentry kind="lib" path="ext/seleniumhq/commons-exec-1.1.jar"/> + <classpathentry kind="lib" path="ext/seleniumhq/httpcore-4.2.1.jar"/> + <classpathentry kind="lib" path="ext/seleniumhq/httpmime-4.2.1.jar"/> + <classpathentry kind="lib" path="ext/seleniumhq/httpclient-4.2.1.jar"/> + <classpathentry kind="lib" path="ext/seleniumhq/commons-logging-1.1.1.jar"/> + <classpathentry kind="lib" path="ext/seleniumhq/selenium-firefox-driver-2.28.0.jar"/> <classpathentry kind="output" path="bin/classes" /> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER" /> </classpath>
\ No newline at end of file |