diff --git a/build.xml b/build.xml index 04583baa53..898fa9be01 100644 --- a/build.xml +++ b/build.xml @@ -1,74 +1,116 @@ - - - - Build with "ant jar" and then start the REPL with: - "java -cp clojure.jar clojure.main" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + Build with "ant jar" and then start the REPL with: + "java -cp clojure.jar clojure.main" You will need to install the + Maven Ant Tasks to ${ant.home}/lib in order to + execute the nightly-build or stable-build targets. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/pom.xml b/pom.xml index 33057bca48..926316da24 100644 --- a/pom.xml +++ b/pom.xml @@ -1,31 +1,22 @@ - 4.0.0 - jvm.clojure - clojure-lang - clojure-lang - 1.0-SNAPSHOT - http://clojure.org/ - - src/jvm - src/clj - - - maven-compiler-plugin - - 1.5 - 1.5 - true - - - - - - src/clj/ - - - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + 4.0.0 + org.clojure + clojure-lang + clojure-lang + 1.0-SNAPSHOT + http://clojure.org/ + + Clojure core environment and runtime library. + + + + Eclipse Public License 1.0 + http://opensource.org/licenses/eclipse-1.0.php + repo + + + \ No newline at end of file