Skip to content

Commit

Permalink
Move selenium-jar from github to under jenkins-home-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Bikle committed Sep 24, 2013
1 parent 4163d5a commit f4eb190
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion selenium/javaTest24.bash
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

java -cp .:com/example/tests:./junit-4.11.jar:./selenium-server-standalone-2.35.0.jar org.junit.runner.JUnitCore com.example.tests.Test24
java -cp .:com/example/tests:./junit-4.11.jar:/var/lib/jenkins/selenium/selenium-server-standalone-2.35.0.jar org.junit.runner.JUnitCore com.example.tests.Test24
2 changes: 1 addition & 1 deletion selenium/javacTest24.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# javacTest24.bash

javac -cp .:com/example/tests:selenium-server-standalone-2.35.0.jar:junit-4.11.jar com/example/tests/Test24.java
javac -cp .:com/example/tests:/var/lib/jenkins/selenium/selenium-server-standalone-2.35.0.jar:junit-4.11.jar com/example/tests/Test24.java

Binary file removed selenium/selenium-server-standalone-2.35.0.jar
Binary file not shown.

0 comments on commit f4eb190

Please sign in to comment.