Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 48048 invoked from network); 30 Dec 2005 07:26:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Dec 2005 07:26:19 -0000 Received: (qmail 72001 invoked by uid 500); 30 Dec 2005 07:26:18 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 71957 invoked by uid 500); 30 Dec 2005 07:26:18 -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 71946 invoked by uid 99); 30 Dec 2005 07:26:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Dec 2005 23:26:18 -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; Thu, 29 Dec 2005 23:26:17 -0800 Received: (qmail 47957 invoked by uid 65534); 30 Dec 2005 07:25:57 -0000 Message-ID: <20051230072557.47956.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r360010 - in /directory/trunk: pom.xml protocol-common/ protocol-common/pom.xml protocol-common/project.properties Date: Fri, 30 Dec 2005 07:25:56 -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: Thu Dec 29 23:25:52 2005 New Revision: 360010 URL: http://svn.apache.org/viewcvs?rev=360010&view=rev Log: building and passing tests for protocol common which is now included in top level build Added: directory/trunk/protocol-common/pom.xml Removed: directory/trunk/protocol-common/project.properties Modified: directory/trunk/pom.xml directory/trunk/protocol-common/ (props changed) Modified: directory/trunk/pom.xml URL: http://svn.apache.org/viewcvs/directory/trunk/pom.xml?rev=360010&r1=360009&r2=360010&view=diff ============================================================================== --- directory/trunk/pom.xml (original) +++ directory/trunk/pom.xml Thu Dec 29 23:25:52 2005 @@ -11,6 +11,7 @@ asn1 ldap-common apacheds-build + protocol-common + + + + org.apache.ldap.server + org.apache.ldap.server.core + 0.9.4-SNAPSHOT + + + + + + maven-surefire-plugin + + + **/Abstract* + **/CatalogTest.java + **/TestUtils.java + **/KerberosTest.java + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.4 + 1.4 + + + + + +