From 3f1685082db7f4aed52b889457054ec0bf054bd4 Mon Sep 17 00:00:00 2001 From: martin Date: Sat, 14 Nov 2015 17:37:23 +0800 Subject: [PATCH 1/2] test --- readme.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.txt b/readme.txt index 4871d0f114..6a15df1b82 100644 --- a/readme.txt +++ b/readme.txt @@ -249,3 +249,4 @@ under the Apache License: of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS + \ No newline at end of file From a81f72e4a239c5889ec96e1d04a244a8a03a147c Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 14 Nov 2015 21:03:52 +0800 Subject: [PATCH 2/2] test --- pom.xml | 290 -------------------------------------------------------- 1 file changed, 290 deletions(-) delete mode 100644 pom.xml diff --git a/pom.xml b/pom.xml deleted file mode 100644 index f3b848f9c4..0000000000 --- a/pom.xml +++ /dev/null @@ -1,290 +0,0 @@ - - - 4.0.0 - org.clojure - clojure - clojure - jar - 1.7.0-master-SNAPSHOT - - http://clojure.org/ - Clojure core environment and runtime library. - - - - Rich Hickey - richhickey@gmail.com - -5 - - - - - - Eclipse Public License 1.0 - http://opensource.org/licenses/eclipse-1.0.php - repo - - - - - org.sonatype.oss - oss-parent - 7 - - - - scm:git:git@github.com:clojure/clojure.git - scm:git:git@github.com:clojure/clojure.git - git@github.com:clojure/clojure.git - - - - - org.codehaus.jsr166-mirror - jsr166y - 1.7.0 - provided - - - org.clojure - test.generative - 0.5.2 - test - - - org.clojure - clojure - - - - - org.clojure - test.check - 0.5.9 - test - - - org.clojure - clojure - - - - - - - - - src/resources - true - - - src/clj - - - test/java - - - org.apache.maven.plugins - maven-compiler-plugin - 2.3.2 - - 1.6 - 1.6 - ${project.build.sourceEncoding} - - - - maven-antrun-plugin - 1.6 - - - clojure-compile - compile - - run - - - - - - - - - - clojure-test - test - - run - - - - - - - - - - - - org.codehaus.mojo - build-helper-maven-plugin - 1.5 - - - add-clojure-source-dirs - generate-sources - - add-source - - - - src/jvm - - - - - - - maven-assembly-plugin - 2.2 - - - clojure-slim-jar - package - - single - - - - src/assembly/slim.xml - - - - clojure.main - - - - - - - - maven-jar-plugin - 2.3.1 - - - - clojure.main - - - - - - maven-source-plugin - 2.1.2 - - - sources-jar - package - - jar - - - - clojure/version.properties - - - - - - - - org.apache.maven.plugins - maven-release-plugin - 2.1 - - false - true - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.6 - - true - - - - - - - - - distribution - - - - maven-assembly-plugin - 2.2 - - - clojure-distribution - package - - single - - - false - - src/assembly/distribution.xml - - - - - - - - - - sonatype-oss-release - - - - - org.apache.maven.plugins - maven-deploy-plugin - 2.7 - - true - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.4.4 - - - default-deploy - deploy - - - deploy - - - - - - https://oss.sonatype.org/ - - sonatype-nexus-staging - - - - - - -