Permalink
Browse files

normalize path

  • Loading branch information...
1 parent acade81 commit 71989ca3bc1bf92b9a356decbf41c67e45568cec @mmcgrana committed Aug 7, 2011
Showing with 1 addition and 1 deletion.
  1. +1 −1 project.clj
View
2 project.clj
@@ -2,7 +2,7 @@
:description "A schema-free database optimized for agile development."
:url "http://github.com/mmcgrana/fleetdb"
:source-path "src/clj"
- :java-source-path "src/jvm/"
+ :java-source-path "src/jvm"
:javac-fork "true"
:aot [fleetdb.server]
:dependencies

0 comments on commit 71989ca

Please sign in to comment.