Menu

[21d594]: / nginx-tomcat8 / project.clj  Maximize  Restore  History

Download this file

19 lines (18 with data), 867 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
(defproject nginx-clojure/nginx-tomcat8 "0.2.4"
:description "Embed Tomcat into Nginx by Nignx-Clojure Module so that Nginx can Support Java Standard Web Applications"
:url "https://github.com/nginx-clojure/nginx-clojure/nginx-tomcat8"
:license {:name "BSD 3-Clause license"
:url "http://opensource.org/licenses/BSD-3-Clause"}
:plugins []
:dependencies [
[nginx-clojure/nginx-clojure "0.4.5"]
[org.apache.tomcat/tomcat-catalina "8.0.27"]
]
:source-paths ["src/clojure"]
:java-source-paths ["src/java"]
:jar-exclusions [#"^test" #"\.java$" #"Test.*class$" #".*for_test.clj$"]
:javac-options ["-target" "1.7" "-source" "1.7" "-g" "-nowarn"]
:profiles {
:dev {:dependencies [;only for test / compile usage
[stylefruits/gniazdo "0.4.0"]]}}
)
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.