Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 45018 invoked from network); 5 Jun 2009 17:53:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Jun 2009 17:53:32 -0000 Received: (qmail 1702 invoked by uid 500); 5 Jun 2009 17:53:44 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 1643 invoked by uid 500); 5 Jun 2009 17:53:44 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 1634 invoked by uid 99); 5 Jun 2009 17:53:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Jun 2009 17:53:44 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Jun 2009 17:53:42 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 441A623888A2; Fri, 5 Jun 2009 17:53:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r782080 - in /directory: apacheds/trunk/pom.xml daemon/trunk/pom.xml installers/trunk/apacheds/src/main/installers/apacheds-fhs.conf installers/trunk/pom.xml shared/trunk/pom.xml Date: Fri, 05 Jun 2009 17:53:21 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090605175322.441A623888A2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: elecharny Date: Fri Jun 5 17:53:21 2009 New Revision: 782080 URL: http://svn.apache.org/viewvc?rev=782080&view=rev Log: upgraded sllf4j, xbean-spring and spring framework dependencies Modified: directory/apacheds/trunk/pom.xml directory/daemon/trunk/pom.xml directory/installers/trunk/apacheds/src/main/installers/apacheds-fhs.conf directory/installers/trunk/pom.xml directory/shared/trunk/pom.xml Modified: directory/apacheds/trunk/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=782080&r1=782079&r2=782080&view=diff ============================================================================== --- directory/apacheds/trunk/pom.xml (original) +++ directory/apacheds/trunk/pom.xml Fri Jun 5 17:53:21 2009 @@ -129,19 +129,19 @@ org.slf4j slf4j-api - 1.5.2 + 1.5.6 org.slf4j jcl-over-slf4j - 1.5.2 + 1.5.6 org.slf4j slf4j-log4j12 - 1.5.2 + 1.5.6 @@ -195,25 +195,25 @@ org.apache.xbean xbean-spring - 3.4.3 + 3.5 org.springframework spring-core - 2.5.5 + 2.5.6.SEC01 org.springframework spring-beans - 2.5.5 + 2.5.6.SEC01 org.springframework spring-context - 2.5.5 + 2.5.6.SEC01 Modified: directory/daemon/trunk/pom.xml URL: http://svn.apache.org/viewvc/directory/daemon/trunk/pom.xml?rev=782080&r1=782079&r2=782080&view=diff ============================================================================== --- directory/daemon/trunk/pom.xml (original) +++ directory/daemon/trunk/pom.xml Fri Jun 5 17:53:21 2009 @@ -55,13 +55,13 @@ org.slf4j slf4j-api - 1.5.2 + 1.5.6 org.slf4j slf4j-log4j12 - 1.5.2 + 1.5.6 Modified: directory/installers/trunk/apacheds/src/main/installers/apacheds-fhs.conf URL: http://svn.apache.org/viewvc/directory/installers/trunk/apacheds/src/main/installers/apacheds-fhs.conf?rev=782080&r1=782079&r2=782080&view=diff ============================================================================== --- directory/installers/trunk/apacheds/src/main/installers/apacheds-fhs.conf (original) +++ directory/installers/trunk/apacheds/src/main/installers/apacheds-fhs.conf Fri Jun 5 17:53:21 2009 @@ -36,8 +36,8 @@ wrapper.java.classpath.1=../lib/bootstrapper.jar wrapper.java.classpath.2=../lib/wrapper.jar -wrapper.java.classpath.3=../lib/slf4j-api-1.5.2.jar -wrapper.java.classpath.4=../lib/slf4j-log4j12-1.5.2.jar +wrapper.java.classpath.3=../lib/slf4j-api-1.5.6.jar +wrapper.java.classpath.4=../lib/slf4j-log4j12-1.5.6.jar wrapper.java.classpath.5=../lib/log4j-1.2.14.jar # Java Library Path (location of Wrapper.DLL or libwrapper.so) @@ -127,4 +127,4 @@ wrapper.ntservice.interactive=false # Anything after this line can't be overridden -#include "%INSTANCE_HOME%/%INSTANCE%/conf/apacheds.conf" \ No newline at end of file +#include "%INSTANCE_HOME%/%INSTANCE%/conf/apacheds.conf" Modified: directory/installers/trunk/pom.xml URL: http://svn.apache.org/viewvc/directory/installers/trunk/pom.xml?rev=782080&r1=782079&r2=782080&view=diff ============================================================================== --- directory/installers/trunk/pom.xml (original) +++ directory/installers/trunk/pom.xml Fri Jun 5 17:53:21 2009 @@ -225,19 +225,19 @@ org.slf4j slf4j-api - 1.5.2 + 1.5.6 org.slf4j jcl-over-slf4j - 1.5.2 + 1.5.6 org.slf4j slf4j-log4j12 - 1.5.2 + 1.5.6 @@ -300,7 +300,7 @@ org.springframework spring-core - 2.5.5 + 2.5.6.SEC01 commons-logging @@ -312,7 +312,7 @@ org.springframework spring-beans - 2.5.5 + 2.5.6.SEC01 commons-logging @@ -324,7 +324,7 @@ org.springframework spring-context - 2.5.5 + 2.5.6.SEC01 commons-logging @@ -376,7 +376,7 @@ org.apache.xbean xbean-spring - 3.4.3 + 3.5 commons-logging Modified: directory/shared/trunk/pom.xml URL: http://svn.apache.org/viewvc/directory/shared/trunk/pom.xml?rev=782080&r1=782079&r2=782080&view=diff ============================================================================== --- directory/shared/trunk/pom.xml (original) +++ directory/shared/trunk/pom.xml Fri Jun 5 17:53:21 2009 @@ -76,13 +76,19 @@ org.slf4j slf4j-api - 1.5.2 + 1.5.6 org.slf4j slf4j-log4j12 - 1.5.2 + 1.5.6 + + + + log4j + log4j + 1.2.14