diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-10 21:00:09 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-10 21:00:09 -0400 |
commit | 5487c718545e8baba2eaf693039c3ed75f1b0dbd (patch) | |
tree | 36164adc2867f925cdf06f7a76a8c6d5c82ca338 /conf | |
parent | e4f10725b1ec44ba9219247cc95de167b2432f49 (diff) |
add mina
Diffstat (limited to 'conf')
-rw-r--r-- | conf/dependencies.mk | 8 | ||||
-rw-r--r-- | conf/sources.mk | 2 |
2 files changed, 10 insertions, 0 deletions
diff --git a/conf/dependencies.mk b/conf/dependencies.mk index 4892850..665066e 100644 --- a/conf/dependencies.mk +++ b/conf/dependencies.mk @@ -116,6 +116,14 @@ build/packages/httpcomponents-client-bootstrap: \ build/packages/httpcomponents-core \ /usr/share/java/commons-logging/commons-logging.jar +build/packages/mina: \ + build/packages/commons-lang2 \ + build/packages/jzlib \ + build/packages/ognl \ + build/packages/slf4j-api \ + /usr/share/java/rxtx/RXTXcomm.jar \ + /usr/share/java/tomcat8/tomcat-jni.jar + build/packages/jdom1: \ build/packages/jaxen-bootstrap \ $(dep-xerces2) diff --git a/conf/sources.mk b/conf/sources.mk index be001c9..92661b6 100644 --- a/conf/sources.mk +++ b/conf/sources.mk @@ -28,6 +28,7 @@ cal10n = git|git://github.com/qos-ch/cal10 guava = git|https://code.google.com/p/guava-libraries/|v17.0/guava javassist = git|git://github.com/jboss-javassist/javassist.git|rel_3_18_2_ga jsoup = git|git://github.com/jhy/jsoup.git|jsoup-1.7.3 +jzlib = tar|https://github.com/ymnk/jzlib/archive/1.1.3.zip ognl = git|git://github.com/jkuhnert/ognl.git|OGNL_3_0_8 qdox = tar|http://nexus.codehaus.org/content/repositories/releases/com/thoughtworks/qdox/qdox/2.0-M1/qdox-2.0-M1-project.tar.bz2 slf4j-api = tar|http://www.slf4j.org/dist/slf4j-1.7.7.tar.gz|slf4j-api @@ -39,6 +40,7 @@ commons-lang2 = tar|$(_apache_mirror)/commons/lan httpcomponents-core = tar|$(_apache_mirror)/httpcomponents/httpcore/source/httpcomponents-core-4.3.2-src.tar.gz httpcomponents-client-bootstrap = tar|$(_apache_mirror)/httpcomponents/httpclient/source/httpcomponents-client-4.3.4-src.tar.gz +mina = tar|$(_apache_mirror)/mina/mina/2.0.7/apache-mina-2.0.7-src.tar.bz2|src # Is missing support for jom4j and xom jaxen-bootstrap = tar|http://dist.codehaus.org/jaxen/distributions/jaxen-1.1.6-src.tar.gz |