[logback-dev] branch, master, updated. v0.9.18-2-gea2ed26
added by portage for gitosis-gentoo
git-noreply at pixie.qos.ch
Mon Dec 7 01:01:01 CET 2009
The branch, master has been updated
via ea2ed26c5255ae70a844a39793b127963bf14ea7 (commit)
from df2d1961fd5fbf4169057c0c433934616445d9bc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=ea2ed26c5255ae70a844a39793b127963bf14ea7
http://github.com/ceki/logback/commit/ea2ed26c5255ae70a844a39793b127963bf14ea7
commit ea2ed26c5255ae70a844a39793b127963bf14ea7
Author: Ceki Gulcu <ceki at qos.ch>
Date: Mon Dec 7 00:58:32 2009 +0100
- have osgi-build.xml refer to the lib/ folder within logback-classic
instead of logback-examples
diff --git a/logback-classic/osgi-build.xml b/logback-classic/osgi-build.xml
index 0d0e898..0e56c0b 100644
--- a/logback-classic/osgi-build.xml
+++ b/logback-classic/osgi-build.xml
@@ -59,7 +59,7 @@
<fileset dir="${bundlesDir}" includes="*.jar"/>
</delete>
<copy file="${iBundleJar}" todir="${bundlesDir}"/>
- <copy file="../logback-examples/lib/slf4j-api-${slf4j.version}.jar" todir="${bundlesDir}"/>
+ <copy file="lib/slf4j-api-${slf4j.version}.jar" todir="${bundlesDir}"/>
<copy file="../logback-core/target/logback-core-${currentVersion}.jar" todir="${bundlesDir}"/>
<copy file="target/logback-classic-${currentVersion}.jar" todir="${bundlesDir}"/>
<echo>value of t = @{t}</echo>
-----------------------------------------------------------------------
Summary of changes:
logback-classic/osgi-build.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Logback: the generic, reliable, fast and flexible logging framework.
More information about the logback-dev
mailing list