Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Test using an immutant incremental
Since the new deploy-tools requires the new wildfly module structure.
  • Loading branch information
tobias committed Nov 3, 2015
1 parent 01e00fd commit bceb377
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 10 deletions.
4 changes: 3 additions & 1 deletion test-resources/fail-core-pass-midje/project.clj
@@ -1,7 +1,9 @@
(defproject app "0.0.1-SNAPSHOT"
:description "Cool new project to do things and stuff"
:repositories [["Immutant incremental builds"
"http://downloads.immutant.org/incremental/"]]
:dependencies [[org.clojure/clojure "1.6.0"]
[org.immutant/web "2.0.0-beta2"]]
[org.immutant/web "2.x.incremental.669"]]
:profiles {:dev {:dependencies [[midje "1.6.3"]
[org.clojure/tools.nrepl "0.2.7"]]}})

4 changes: 3 additions & 1 deletion test-resources/fail-core/project.clj
@@ -1,6 +1,8 @@
(defproject app "0.0.1-SNAPSHOT"
:description "Cool new project to do things and stuff"
:repositories [["Immutant incremental builds"
"http://downloads.immutant.org/incremental/"]]
:dependencies [[org.clojure/clojure "1.6.0"]
[org.immutant/web "2.0.0-beta2"]
[org.immutant/web "2.x.incremental.669"]
[org.clojure/tools.nrepl "0.2.7"]])

4 changes: 3 additions & 1 deletion test-resources/fail-expectations/project.clj
@@ -1,6 +1,8 @@
(defproject app "0.0.1-SNAPSHOT"
:description "Cool new project to do things and stuff"
:repositories [["Immutant incremental builds"
"http://downloads.immutant.org/incremental/"]]
:dependencies [[org.clojure/clojure "1.6.0"]
[org.immutant/web "2.0.0-beta2"]]
[org.immutant/web "2.x.incremental.669"]]
:profiles {:dev {:dependencies [[expectations "2.0.6"]
[org.clojure/tools.nrepl "0.2.7"]]}})
4 changes: 3 additions & 1 deletion test-resources/fail-hybrid/project.clj
@@ -1,7 +1,9 @@
(defproject app "0.0.1-SNAPSHOT"
:description "Cool new project to do things and stuff"
:repositories [["Immutant incremental builds"
"http://downloads.immutant.org/incremental/"]]
:dependencies [[org.clojure/clojure "1.6.0"]
[org.immutant/web "2.0.0-beta2"]]
[org.immutant/web "2.x.incremental.669"]]
:profiles {:dev {:dependencies [[midje "1.6.3"]
[org.clojure/tools.nrepl "0.2.7"]]}}
:repl-options {:nrepl-middleware [(fn [h]
Expand Down
4 changes: 3 additions & 1 deletion test-resources/fail-midje-pass-core/project.clj
@@ -1,7 +1,9 @@
(defproject app "0.0.1-SNAPSHOT"
:description "Cool new project to do things and stuff"
:repositories [["Immutant incremental builds"
"http://downloads.immutant.org/incremental/"]]
:dependencies [[org.clojure/clojure "1.6.0"]
[org.immutant/web "2.0.0-beta2"]]
[org.immutant/web "2.x.incremental.669"]]
:profiles {:dev {:dependencies [[midje "1.6.3"]
[org.clojure/tools.nrepl "0.2.7"]]}})

4 changes: 3 additions & 1 deletion test-resources/fail-midje/project.clj
@@ -1,6 +1,8 @@
(defproject app "0.0.1-SNAPSHOT"
:description "Cool new project to do things and stuff"
:repositories [["Immutant incremental builds"
"http://downloads.immutant.org/incremental/"]]
:dependencies [[org.clojure/clojure "1.6.0"]
[org.immutant/web "2.0.0-beta2"]]
[org.immutant/web "2.x.incremental.669"]]
:profiles {:dev {:dependencies [[midje "1.6.3"]
[org.clojure/tools.nrepl "0.2.7"]]}})
4 changes: 3 additions & 1 deletion test-resources/pass-core/project.clj
@@ -1,6 +1,8 @@
(defproject app "0.0.1-SNAPSHOT"
:description "Cool new project to do things and stuff"
:repositories [["Immutant incremental builds"
"http://downloads.immutant.org/incremental/"]]
:dependencies [[org.clojure/clojure "1.6.0"]
[org.immutant/web "2.0.0-beta2"]
[org.immutant/web "2.x.incremental.669"]
[org.clojure/tools.nrepl "0.2.7"]])

4 changes: 3 additions & 1 deletion test-resources/pass-expectations/project.clj
@@ -1,6 +1,8 @@
(defproject app "0.0.1-SNAPSHOT"
:description "Cool new project to do things and stuff"
:repositories [["Immutant incremental builds"
"http://downloads.immutant.org/incremental/"]]
:dependencies [[org.clojure/clojure "1.6.0"]
[org.immutant/web "2.0.0-beta2"]]
[org.immutant/web "2.x.incremental.669"]]
:profiles {:dev {:dependencies [[expectations "2.0.6"]
[org.clojure/tools.nrepl "0.2.7"]]}})
4 changes: 3 additions & 1 deletion test-resources/pass-hybrid/project.clj
@@ -1,7 +1,9 @@
(defproject app "0.0.1-SNAPSHOT"
:description "Cool new project to do things and stuff"
:repositories [["Immutant incremental builds"
"http://downloads.immutant.org/incremental/"]]
:dependencies [[org.clojure/clojure "1.6.0"]
[org.immutant/web "2.0.0-beta2"]]
[org.immutant/web "2.x.incremental.669"]]
:profiles {:dev {:dependencies [[midje "1.6.3"]
[org.clojure/tools.nrepl "0.2.7"]]}})

4 changes: 3 additions & 1 deletion test-resources/pass-midje/project.clj
@@ -1,7 +1,9 @@
(defproject app "0.0.1-SNAPSHOT"
:description "Cool new project to do things and stuff"
:repositories [["Immutant incremental builds"
"http://downloads.immutant.org/incremental/"]]
:dependencies [[org.clojure/clojure "1.6.0"]
[org.immutant/web "2.0.0-beta2"]]
[org.immutant/web "2.x.incremental.669"]]
:profiles {:dev {:dependencies [[midje "1.6.3"]
[org.clojure/tools.nrepl "0.2.7"]]}})

0 comments on commit bceb377

Please sign in to comment.