Created
October 25, 2012 14:37
-
-
Save joshcough/3952901 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defproject jcdc.pluginfactory.test "0.1.0-SNAPSHOT" | |
:source-paths ["src/main/clojure"] ; where to find source files | |
:test-paths ["src/test/clojure"] ; where to find test files | |
:compile-path "target/clojure-1.4.0/classes" ; for .class files | |
:target-path "target/" ; where to place the project's jar file | |
:aot [jcdc.pluginfactory.test.core] ; what modules to compile | |
:description "just testing" | |
:dependencies [[org.clojure/clojure "1.4.0"]]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment