summaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2013-01-23 08:30:28 -0500
committerJames Moger <james.moger@gitblit.com>2013-01-23 08:30:28 -0500
commit795b227ed376f6ea9a6e13952a79770f33766266 (patch)
tree1c213bdcee0cea09cc67d4b9e61681886c325f2b /.classpath
parent1613f4067028b73e05544b55d45b6e136ce0238d (diff)
downloadgitblit-795b227ed376f6ea9a6e13952a79770f33766266.tar.gz
gitblit-795b227ed376f6ea9a6e13952a79770f33766266.zip
Merged selenium tests from akquinet (pull request #65)
Diffstat (limited to '.classpath')
-rw-r--r--.classpath12
1 files changed, 12 insertions, 0 deletions
diff --git a/.classpath b/.classpath
index e40223d2..365b6d44 100644
--- a/.classpath
+++ b/.classpath
@@ -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