diff --git a/clojure-1.3.0-notest.patch b/clojure-1.3.0-notest.patch new file mode 100644 index 0000000..e1d2e26 --- /dev/null +++ b/clojure-1.3.0-notest.patch @@ -0,0 +1,19 @@ +diff -up clojure-1.3.0-RC0/build.xml.notest clojure-1.3.0-RC0/build.xml +--- clojure-1.3.0-RC0/build.xml.notest 2011-09-22 18:36:29.711661366 +0200 ++++ clojure-1.3.0-RC0/build.xml 2011-09-22 18:37:44.862656794 +0200 +@@ -94,6 +94,7 @@ + description="Run clojure tests without recompiling clojure." + depends="compile-tests" + unless="maven.test.skip"> ++ + + + 1:1.3.0-0.1 - New upstrem release - Remove no-classpath patch (#684060) +- Add patch to resolve JDK-1.7 related issues with test suite * Tue Jul 12 2011 Jochen Schmitt 1:1.2.1-1 - New minor bug fixing release from upstream