
The branch, master has been updated via 0334b5b0597eeb09a5319a00c69c1867a17b5b2f (commit) from 043fe3b6471a4025911da4a78d28fc41cd775038 (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=0334b5b0597eeb09a5319a00c... http://github.com/ceki/logback/commit/0334b5b0597eeb09a5319a00c69c1867a17b5b... commit 0334b5b0597eeb09a5319a00c69c1867a17b5b2f Author: Ceki Gulcu <ceki@qos.ch> Date: Fri Nov 13 00:06:19 2009 +0100 - made the import declerations for janino and javax options as suggested by DAvid Varnes in LBCORE-101 diff --git a/logback-core/pom.xml b/logback-core/pom.xml index cddf12f..873db19 100644 --- a/logback-core/pom.xml +++ b/logback-core/pom.xml @@ -135,7 +135,11 @@ <configuration> <instructions> <Export-Package>ch.qos.logback.core.*</Export-Package> - <Import-Package>org.codehaus.janino;resolution:=optional,*</Import-Package> + <Import-Package> + javax.*;resolution:=optional, + org.codehaus.janino;resolution:=optional, + * + </Import-Package> <Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment> </instructions> </configuration> ----------------------------------------------------------------------- Summary of changes: logback-core/pom.xml | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) hooks/post-receive -- Logback: the generic, reliable, fast and flexible logging framework.