From 43b30670e62c50454a81a056824c796dada3463e Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 25 Jul 2014 21:48:36 -0400 Subject: add logback-core --- conf/dependencies.mk | 5 +++++ conf/sources.mk | 7 +++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/conf/dependencies.mk b/conf/dependencies.mk index 108bfc5..bb78be0 100644 --- a/conf/dependencies.mk +++ b/conf/dependencies.mk @@ -199,6 +199,11 @@ build/packages/groovy: \ build/packages/jansi \ build/packages/xstream \ /usr/share/java/antlr2.jar +build/packages/logback-core: \ + $(dep-javamail) \ + $(dep-servlet25) \ + build/packages/janino \ + build/packages/jansi build/packages/ognl: \ build/packages/javassist \ /usr/share/java/javacc.jar diff --git a/conf/sources.mk b/conf/sources.mk index cf732ba..fae9077 100644 --- a/conf/sources.mk +++ b/conf/sources.mk @@ -78,7 +78,6 @@ _tarbombs += $(ow-util-ant-tasks) # Misc tarballs aopalliance = tar|http://aopalliance.cvs.sourceforge.net/viewvc/aopalliance/aopalliance/?view=tar bnd = tar|https://github.com/bndtools/bnd/archive/2.3.0.REL.tar.gz -cal10n = tar|https://github.com/qos-ch/cal10n/archive/v_0.8.1.tar.gz cglib = tar|https://github.com/cglib/cglib/archive/RELEASE_3_1.tar.gz gradle = tar|https://services.gradle.org/distributions/gradle-1.12-src.zip groovy = tar|https://dl.bintray.com/groovy/maven/groovy-src-2.3.3.zip @@ -89,7 +88,6 @@ jline = tar|https://downloads.sourceforge jzlib = tar|https://github.com/ymnk/jzlib/archive/1.1.3.zip ognl = tar|https://github.com/jkuhnert/ognl/archive/OGNL_3_0_8.tar.gz qdox = tar|https://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 # HTTPS is mis-configured wagon = tar|$(_apache_mirror)/maven/wagon/wagon-2.6-source-release.zip # Janino @@ -97,6 +95,11 @@ _janino-part1 = svn|https://svn.codehaus.org/jani _janino-part2 = svn|https://svn.code.sf.net/p/loggifier/code|tags/janino_2.7.5 janino = union|_janino-part1:_janino-part2 +# Quality Open Software +logback-core = tar|http://logback.qos.ch/dist/logback-1.1.2.tar.gz|logback-core # HTTPS is mis-configured +cal10n = tar|https://github.com/qos-ch/cal10n/archive/v_0.8.1.tar.gz +slf4j-api = tar|http://www.slf4j.org/dist/slf4j-1.7.7.tar.gz|slf4j-api # HTTPS is mis-configured + eclipselink-persistence20 = tar|https://git.eclipse.org/c/eclipselink/javax.persistence.git/snapshot/javax.persistence-2.0.6.v201308211412.tar.gz eclipselink-persistence21 = tar|https://git.eclipse.org/c/eclipselink/javax.persistence.git/snapshot/javax.persistence-2.1.0.v201304241213.tar.gz sisu-inject-bootstrap = tar|https://git.eclipse.org/c/sisu/org.eclipse.sisu.inject.git/snapshot/releases/0.2.1.tar.gz|0.2.1 -- cgit v1.2.3