Skip to content

Commit

Permalink
reorganized source directories, split out demo so that it's only used…
Browse files Browse the repository at this point in the history
… during dev
  • Loading branch information
kunstmusik committed Mar 13, 2015
1 parent 26de264 commit e900ca6
Show file tree
Hide file tree
Showing 57 changed files with 15 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -5,6 +5,7 @@
/site
/docs/**
pom.xml
pom.xml.asc
*.jar
*.class
*.swp
Expand Down
18 changes: 14 additions & 4 deletions project.clj
Expand Up @@ -28,11 +28,14 @@
:dependencies [[org.clojure/clojure "1.6.0"]
[primitive-math "0.1.4"]]


:profiles {
:dev {
:global-vars {*warn-on-reflection* true}
:dependencies [[criterium "0.4.2"]]
:plugins [[codox "0.8.8"]] }
:plugins [[codox "0.8.8"]]
:source-paths ["src/demo"]
}

:profiling {
:plugins [[lein-nodisassemble "0.1.3"]]
Expand All @@ -42,14 +45,21 @@
}
}

:benchmarking {
:source-paths ["src/benchmarks"]
}

:plotting {
:dependencies [[incanter "1.5.4"]]
:source-paths ["plotting"]
:dependencies [[incanter "1.5.4"]
;[kunstmusik/pink-viz "0.1.0-SNAPSHOT"]
]
:source-paths ["src/plotting"]
}
}


:java-source-paths ["src"]
:source-paths ["src/main"]
:java-source-paths ["src/main"]
:javac-options ["-target" "1.7" "-source" "1.7"]
:scm {:name "git"
:url "https://github.com/kunstmusik/pink.git" }
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e900ca6

Please sign in to comment.