Upversioned to "0.1.6-SNAPSHOT" in line with mw-engine
This commit is contained in:
parent
c18b74fef6
commit
b07f69fb51
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -14,3 +14,5 @@ resources/public/docs/mw-*/uberdoc.html
|
||||||
# Artefacts:
|
# Artefacts:
|
||||||
mw_ui.log
|
mw_ui.log
|
||||||
pom.xml
|
pom.xml
|
||||||
|
|
||||||
|
buildall.tmp.*/
|
||||||
|
|
3690
docs/uberdoc.html
Normal file
3690
docs/uberdoc.html
Normal file
File diff suppressed because one or more lines are too long
29
project.clj
29
project.clj
|
@ -1,4 +1,4 @@
|
||||||
(defproject mw-ui "0.1.5-SNAPSHOT"
|
(defproject mw-ui "0.1.6-SNAPSHOT"
|
||||||
:description "Web-based user interface for MicroWorld"
|
:description "Web-based user interface for MicroWorld"
|
||||||
:url "http://www.journeyman.cc/microworld"
|
:url "http://www.journeyman.cc/microworld"
|
||||||
:manifest {
|
:manifest {
|
||||||
|
@ -8,17 +8,18 @@
|
||||||
"build-signature-timestamp" "unset"
|
"build-signature-timestamp" "unset"
|
||||||
"Implementation-Version" "unset"
|
"Implementation-Version" "unset"
|
||||||
}
|
}
|
||||||
:dependencies [[org.clojure/clojure "1.6.0"]
|
:dependencies [[org.clojure/clojure "1.8.0"]
|
||||||
[mw-engine "0.1.5-SNAPSHOT"]
|
[mw-engine "0.1.6-SNAPSHOT"]
|
||||||
[mw-parser "0.1.5-SNAPSHOT"]
|
[mw-parser "0.1.6-SNAPSHOT"]
|
||||||
[lib-noir "0.8.4"]
|
[lib-noir "0.9.9"]
|
||||||
[ring-server "0.3.1"]
|
[ring-server "0.5.0"]
|
||||||
[selmer "0.6.8"]
|
[selmer "1.12.25"]
|
||||||
[com.taoensso/timbre "3.2.1"]
|
[hiccup "1.0.5"]
|
||||||
[com.taoensso/tower "2.0.2"]
|
[com.taoensso/timbre "4.10.0"]
|
||||||
[markdown-clj "0.9.44"]
|
[com.taoensso/tower "3.0.2"]
|
||||||
[environ "0.5.0"]
|
[markdown-clj "1.10.4"]
|
||||||
[noir-exception "0.2.2"]]
|
[environ "1.2.0"]
|
||||||
|
[noir-exception "0.2.5"]]
|
||||||
|
|
||||||
:repl-options {:init-ns mw-ui.repl}
|
:repl-options {:init-ns mw-ui.repl}
|
||||||
:plugins [[lein-ring "0.8.11"]
|
:plugins [[lein-ring "0.8.11"]
|
||||||
|
@ -40,8 +41,8 @@
|
||||||
:stacktraces? false
|
:stacktraces? false
|
||||||
:auto-reload? false}}
|
:auto-reload? false}}
|
||||||
:dev {:dependencies [[ring-mock "0.1.5"]
|
:dev {:dependencies [[ring-mock "0.1.5"]
|
||||||
[ring/ring-devel "1.3.0"]
|
[ring/ring-devel "1.8.1"]
|
||||||
[pjstadig/humane-test-output "0.6.0"]]
|
[pjstadig/humane-test-output "0.10.0"]]
|
||||||
:injections [(require 'pjstadig.humane-test-output)
|
:injections [(require 'pjstadig.humane-test-output)
|
||||||
(pjstadig.humane-test-output/activate!)]
|
(pjstadig.humane-test-output/activate!)]
|
||||||
:env {:dev true}}}
|
:env {:dev true}}}
|
||||||
|
|
1
resources/public/docs/mw-engine
Symbolic link
1
resources/public/docs/mw-engine
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../../../mw-engine/docs
|
1
resources/public/docs/mw-parser
Symbolic link
1
resources/public/docs/mw-parser
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../../../mw-parser/docs
|
1
resources/public/docs/mw-ui
Symbolic link
1
resources/public/docs/mw-ui
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../../../mw-ui/docs
|
BIN
resources/public/img/heightmaps/mgi_med.png
Normal file
BIN
resources/public/img/heightmaps/mgi_med.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
Loading…
Reference in a new issue