From 9cbf6467dccf2a41773b108a87f7e2c720bb173a Mon Sep 17 00:00:00 2001 From: Alex Ott Date: Fri, 9 Nov 2012 11:58:24 +0100 Subject: [PATCH] update project files for deployment --- .gitignore | 2 +- modules/incanter-charts/project.clj | 4 ++++ modules/incanter-core/project.clj | 4 ++++ modules/incanter-excel/project.clj | 4 ++++ modules/incanter-io/project.clj | 4 ++++ modules/incanter-latex/project.clj | 4 ++++ modules/incanter-mongodb/project.clj | 4 ++++ modules/incanter-pdf/project.clj | 4 ++++ modules/incanter-zoo/project.clj | 4 ++++ project.clj | 4 ++++ script/push | 4 ++-- 11 files changed, 39 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d3b86b62..3b3a6f77 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,6 @@ lib classes *.jar *.log -<<<<<<< HEAD .cake .lein* +pom.xml.asc diff --git a/modules/incanter-charts/project.clj b/modules/incanter-charts/project.clj index e7aab474..2ae30527 100644 --- a/modules/incanter-charts/project.clj +++ b/modules/incanter-charts/project.clj @@ -1,5 +1,9 @@ (defproject incanter/incanter-charts "1.4.0" :description "Incanter-charts is the JFreeChart module of the Incanter project." + :url "http://incanter.org/" + :license {:name "Eclipse Public License" + :url "http://www.eclipse.org/legal/epl-v10.html"} + :scm {:name "git" :url "https://github.com/liebke/incanter"} :min-lein-version "2.0.0" :dependencies [[incanter/incanter-core "1.4.0"] [incanter/incanter-io "1.4.0"] diff --git a/modules/incanter-core/project.clj b/modules/incanter-core/project.clj index aa4ceac4..8737c7c0 100644 --- a/modules/incanter-core/project.clj +++ b/modules/incanter-core/project.clj @@ -1,5 +1,9 @@ (defproject incanter/incanter-core "1.4.0" :description "Incanter-core is the core module of the Incanter project." + :url "http://incanter.org/" + :license {:name "Eclipse Public License" + :url "http://www.eclipse.org/legal/epl-v10.html"} + :scm {:name "git" :url "https://github.com/liebke/incanter"} :min-lein-version "2.0.0" :dependencies [[org.clojure/clojure "1.4.0"] [org.clojure/math.combinatorics "0.0.3" diff --git a/modules/incanter-excel/project.clj b/modules/incanter-excel/project.clj index f50df63f..38d3de87 100644 --- a/modules/incanter-excel/project.clj +++ b/modules/incanter-excel/project.clj @@ -1,5 +1,9 @@ (defproject incanter/incanter-excel "1.4.0" :description "Incanter-excel provides access to reading and writing Excel files." + :url "http://incanter.org/" + :license {:name "Eclipse Public License" + :url "http://www.eclipse.org/legal/epl-v10.html"} + :scm {:name "git" :url "https://github.com/liebke/incanter"} :min-lein-version "2.0.0" :dependencies [[incanter/incanter-core "1.4.0"] [org.apache.poi/poi-ooxml "3.8"]] diff --git a/modules/incanter-io/project.clj b/modules/incanter-io/project.clj index 354cec3f..fae84065 100644 --- a/modules/incanter-io/project.clj +++ b/modules/incanter-io/project.clj @@ -1,5 +1,9 @@ (defproject incanter/incanter-io "1.4.0" :description "Incanter-io is the I/O module of the Incanter project." + :url "http://incanter.org/" + :license {:name "Eclipse Public License" + :url "http://www.eclipse.org/legal/epl-v10.html"} + :scm {:name "git" :url "https://github.com/liebke/incanter"} :min-lein-version "2.0.0" :dependencies [[incanter/incanter-core "1.4.0"] ;; TODO: switch to data.json? diff --git a/modules/incanter-latex/project.clj b/modules/incanter-latex/project.clj index 71829f77..2b8af397 100644 --- a/modules/incanter-latex/project.clj +++ b/modules/incanter-latex/project.clj @@ -1,5 +1,9 @@ (defproject incanter/incanter-latex "1.4.0" :description "Library for rendering LaTeX math equations using the jLateXMath library." + :url "http://incanter.org/" + :license {:name "Eclipse Public License" + :url "http://www.eclipse.org/legal/epl-v10.html"} + :scm {:name "git" :url "https://github.com/liebke/incanter"} :min-lein-version "2.0.0" :dependencies [[incanter/incanter-charts "1.4.0"] [org.scilab.forge/jlatexmath "0.9.6"]] diff --git a/modules/incanter-mongodb/project.clj b/modules/incanter-mongodb/project.clj index 46ed28d7..082ed05b 100644 --- a/modules/incanter-mongodb/project.clj +++ b/modules/incanter-mongodb/project.clj @@ -1,5 +1,9 @@ (defproject incanter/incanter-mongodb "1.4.0" :description "Incanter-mongodb is the MongoDB module of the Incanter project." + :url "http://incanter.org/" + :license {:name "Eclipse Public License" + :url "http://www.eclipse.org/legal/epl-v10.html"} + :scm {:name "git" :url "https://github.com/liebke/incanter"} :min-lein-version "2.0.0" :dependencies [[incanter/incanter-core "1.4.0"] [congomongo "0.3.3" diff --git a/modules/incanter-pdf/project.clj b/modules/incanter-pdf/project.clj index 3774514c..c5cf4787 100644 --- a/modules/incanter-pdf/project.clj +++ b/modules/incanter-pdf/project.clj @@ -1,5 +1,9 @@ (defproject incanter/incanter-pdf "1.4.0" :description "Incanter-pdf is the PDF module of the Incanter project." + :url "http://incanter.org/" + :license {:name "Eclipse Public License" + :url "http://www.eclipse.org/legal/epl-v10.html"} + :scm {:name "git" :url "https://github.com/liebke/incanter"} :min-lein-version "2.0.0" :dependencies [[incanter/incanter-charts "1.4.0"] [com.lowagie/itext "2.1.7"]] diff --git a/modules/incanter-zoo/project.clj b/modules/incanter-zoo/project.clj index 5da277e3..209b5de3 100644 --- a/modules/incanter-zoo/project.clj +++ b/modules/incanter-zoo/project.clj @@ -1,5 +1,9 @@ (defproject incanter-zoo "1.4.0" :description "Incanter Zoo is a port of Zoo from R." + :url "http://incanter.org/" + :license {:name "Eclipse Public License" + :url "http://www.eclipse.org/legal/epl-v10.html"} + :scm {:name "git" :url "https://github.com/liebke/incanter"} :min-lein-version "2.0.0" :dependencies [[incanter/incanter-core "1.4.0"] [incanter/incanter-io "1.4.0"] diff --git a/project.clj b/project.clj index 190d42f6..eea8c422 100644 --- a/project.clj +++ b/project.clj @@ -1,5 +1,9 @@ (defproject incanter "1.4.0" :description "Incanter is a Clojure-based, R-like statistical programming and data visualization environment." + :url "http://incanter.org/" + :license {:name "Eclipse Public License" + :url "http://www.eclipse.org/legal/epl-v10.html"} + :scm {:name "git" :url "https://github.com/liebke/incanter"} :min-lein-version "2.0.0" :dependencies [[incanter/incanter-core "1.4.0"] [incanter/incanter-io "1.4.0"] diff --git a/script/push b/script/push index 76f03bf4..115e477f 100755 --- a/script/push +++ b/script/push @@ -12,13 +12,13 @@ for i in core io charts mongodb pdf latex excel zoo ; do if [ -d "incanter-$i" -a -f "incanter-$i/project.clj" ] ; then OLDWD=`pwd` cd "incanter-$i" - lein push + lein deploy clojars cd "$OLDWD" fi done cd .. -lein push +lein deploy clojars cd "$TWD"