Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 4392 invoked from network); 30 Dec 2005 10:18:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Dec 2005 10:18:23 -0000 Received: (qmail 64321 invoked by uid 500); 30 Dec 2005 10:18:23 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 64268 invoked by uid 500); 30 Dec 2005 10:18:22 -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 64257 invoked by uid 99); 30 Dec 2005 10:18:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Dec 2005 02:18:22 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 30 Dec 2005 02:18:21 -0800 Received: (qmail 4311 invoked by uid 65534); 30 Dec 2005 10:18:01 -0000 Message-ID: <20051230101801.4310.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r360060 - in /directory/trunk: apacheds-build/pom.xml apacheds-server-unit/project.properties apacheds-server-unit/project.xml ldap-common/src/main/java/org/apache/ldap/common/message/spi/Provider.java Date: Fri, 30 Dec 2005 10:18:01 -0000 To: commits@directory.apache.org From: akarasulu@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: akarasulu Date: Fri Dec 30 02:17:53 2005 New Revision: 360060 URL: http://svn.apache.org/viewcvs?rev=360060&view=rev Log: changes ... o tests started working when the asn1 provider was switched to twix as the default used by ldap-common o added missing deps to server unit pom o removed old m1 build Removed: directory/trunk/apacheds-server-unit/project.properties directory/trunk/apacheds-server-unit/project.xml Modified: directory/trunk/apacheds-build/pom.xml directory/trunk/ldap-common/src/main/java/org/apache/ldap/common/message/spi/Provider.java Modified: directory/trunk/apacheds-build/pom.xml URL: http://svn.apache.org/viewcvs/directory/trunk/apacheds-build/pom.xml?rev=360060&r1=360059&r2=360060&view=diff ============================================================================== --- directory/trunk/apacheds-build/pom.xml (original) +++ directory/trunk/apacheds-build/pom.xml Fri Dec 30 02:17:53 2005 @@ -37,5 +37,6 @@ ../apacheds-plugin ../apacheds-core-unit ../apacheds-server + ../apacheds-server-unit Modified: directory/trunk/ldap-common/src/main/java/org/apache/ldap/common/message/spi/Provider.java URL: http://svn.apache.org/viewcvs/directory/trunk/ldap-common/src/main/java/org/apache/ldap/common/message/spi/Provider.java?rev=360060&r1=360059&r2=360060&view=diff ============================================================================== --- directory/trunk/ldap-common/src/main/java/org/apache/ldap/common/message/spi/Provider.java (original) +++ directory/trunk/ldap-common/src/main/java/org/apache/ldap/common/message/spi/Provider.java Fri Dec 30 02:17:53 2005 @@ -55,7 +55,7 @@ { /** Default BER Library provider class name */ public static final String DEFAULT_PROVIDER = - "org.apache.ldap.common.berlib.asn1.SnickersProvider" ; + "org.apache.asn1new.ldap.TwixProvider" ; /** BER Library provider class name property */ public static final String BERLIB_PROVIDER =