Skip to content

Commit

Permalink
Adding ini4j as an OperaDriver dependency
Browse files Browse the repository at this point in the history
r15425
  • Loading branch information
Andreas Tolf Tolfsen committed Jan 6, 2012
1 parent c082df3 commit e220cc9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions third_party/java/ini4j/build.desc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
java_library(name = "ini4j",
deps = [
"ini4j-0.5.2.jar"
]
)
Binary file added third_party/java/ini4j/ini4j-0.5.2.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion third_party/java/opera-driver/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ java_library(name = "opera-driver",
deps = [
"operadriver-v0.8.1.jar",
"//java/client/src/org/openqa/selenium/remote",
"//third_party/java/guava-libraries",
"//third_party/java/commons-exec",
"//third_party/java/commons-jxpath",
"//third_party/java/google-protobuffers",
"//third_party/java/guava-libraries",
"//third_party/java/ini4j"
])

0 comments on commit e220cc9

Please sign in to comment.