Skip to content

Commit

Permalink
add lein multi to test on clojure 1.3b1
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Aug 2, 2011
1 parent b638009 commit ea4dc89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ classes/*
docs/*
parser-model/en-parser-chunking.bin
.lein-failures
multi-lib/*
7 changes: 4 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
:description "Natural Language Processing with Clojure, library for opennlp.
http://github.com/dakrone/clojure-opennlp"
:dependencies [[org.clojure/clojure "1.2.1"]
[org.clojure/clojure-contrib "1.2.0"]
[org.apache.opennlp/opennlp-tools "1.5.1-incubating"]]
:dev-dependencies [[marginalia "0.5.1"]
[slamhound "1.1.1"]]
:dev-dependencies [[slamhound "1.1.1"]
[lein-multi "1.0.0"]]
:multi-deps {"1.3" [[org.clojure/clojure "1.3.0-beta1"]
[org.apache.opennlp/opennlp-tools "1.5.1-incubating"]]}
:jvm-opts ["-Xmx1024m"])

0 comments on commit ea4dc89

Please sign in to comment.