diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..570402b5 --- /dev/null +++ b/pom.xml @@ -0,0 +1,43 @@ + + + 4.0.0 + core.logic + 0.6.1-SNAPSHOT + ${artifactId} + A logic/relational programming library for Clojure + jar + + + + Eclipse Public License 1.0 + http://opensource.org/licenses/eclipse-1.0.php + repo + + + + + org.clojure + pom.contrib + 0.0.21 + + + + + swannodette + David Nolen + http://dosync.posterous.com + + + + + scm:git:git://github.com/clojure/core.logic.git + http://github.com/clojure/core.logic + + + + + sonatype-oss-snapshots + https://oss.sonatype.org/content/repositories/snapshots + + + \ No newline at end of file diff --git a/project.clj b/project.clj deleted file mode 100644 index e3665618..00000000 --- a/project.clj +++ /dev/null @@ -1,9 +0,0 @@ -(defproject logos "0.6.1-SNAPSHOT" - :description "Logic programming for Clojure" - :dependencies [[org.clojure/clojure "1.3.0-alpha6"] - [org.clojure.contrib/macro-utils "1.3.0-alpha4"]] - :dev-dependencies [[swank-clojure "1.3.0"] - [lein-clojars "0.6.0"]] - ;; :jvm-opts ["-agentlib:jdwp=transport=dt_socket,address=8021,server=y,suspend=n" - ;; "-agentpath:/Applications/YourKit_Java_Profiler_8.0.29.app/bin/mac/libyjpagent.jnilib"] - )