Skip to content

Commit

Permalink
updated deps and copy resources
Browse files Browse the repository at this point in the history
  • Loading branch information
krukow committed Aug 12, 2012
1 parent 5e48f2f commit 1ea9105
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
2 changes: 2 additions & 0 deletions calabash-jvm/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
/lib
/classes
/native
/resources/*
/target
/.lein-failures
/checkouts
/.lein-deps-sum
2 changes: 1 addition & 1 deletion calabash-jvm/copy_resources.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
cp ../resources/* resources
cp -R ../calabash-cucumber/lib/calabash-cucumber/resources resources
16 changes: 10 additions & 6 deletions calabash-jvm/project.clj
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
(defproject calabash-jvm "1.0.0-SNAPSHOT"
:description "JVM client for calabash-ios-server for automated iOS functional testing"
:dependencies [[org.clojure/clojure "1.3.0"]
[org.clojure/data.json "0.1.1"]
[clj-http "0.3.5"]
:dependencies [[org.clojure/clojure "1.4.0"]
[org.clojure/data.json "0.1.3"]
[clj-http "0.5.2"]
[org.slf4j/slf4j-log4j12 "1.6.4"]
[log4j "1.2.16" :exclusions [javax.mail/mail
javax.jms/jms
com.sun.jdmk/jmxtools
com.sun.jmx/jmxri]]
[info.cukes/cucumber-java "1.0.2"]
[info.cukes/cucumber-junit "1.0.2"]
[info.cukes/cucumber-java "1.0.11"]
[info.cukes/cucumber-junit "1.0.11"]
[junit/junit "4.10"]
[org.clojure/tools.logging "0.2.3"]
[clj-logging-config/clj-logging-config "1.9.6"]]
:dev-dependencies [[clojure-source "1.3.0"]])

:plugins [[lein-swank "1.4.4"]
[lein-cucumber "1.0.0"]]
:resources-path "resources"
:dev-dependencies [[clojure-source "1.4.0"]])

0 comments on commit 1ea9105

Please sign in to comment.