Skip to content

Instantly share code, notes, and snippets.

@joshcough
Created October 25, 2012 14:37
Show Gist options
  • Save joshcough/3952901 to your computer and use it in GitHub Desktop.
Save joshcough/3952901 to your computer and use it in GitHub Desktop.
(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