Skip to content

Commit

Permalink
update project files for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
alexott committed Nov 9, 2012
1 parent 0a0d723 commit 9cbf646
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ lib
classes
*.jar
*.log
<<<<<<< HEAD
.cake
.lein*
pom.xml.asc
4 changes: 4 additions & 0 deletions modules/incanter-charts/project.clj
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
4 changes: 4 additions & 0 deletions modules/incanter-core/project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 4 additions & 0 deletions modules/incanter-excel/project.clj
Original file line number Diff line number Diff line change
@@ -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"]]
Expand Down
4 changes: 4 additions & 0 deletions modules/incanter-io/project.clj
Original file line number Diff line number Diff line change
@@ -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?
Expand Down
4 changes: 4 additions & 0 deletions modules/incanter-latex/project.clj
Original file line number Diff line number Diff line change
@@ -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"]]
Expand Down
4 changes: 4 additions & 0 deletions modules/incanter-mongodb/project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 4 additions & 0 deletions modules/incanter-pdf/project.clj
Original file line number Diff line number Diff line change
@@ -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"]]
Expand Down
4 changes: 4 additions & 0 deletions modules/incanter-zoo/project.clj
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
4 changes: 4 additions & 0 deletions project.clj
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
4 changes: 2 additions & 2 deletions script/push
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 9cbf646

Please sign in to comment.