Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 92295 invoked from network); 30 Dec 2005 09:45:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Dec 2005 09:45:46 -0000 Received: (qmail 45522 invoked by uid 500); 30 Dec 2005 09:45:45 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 45483 invoked by uid 500); 30 Dec 2005 09:45:45 -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 45472 invoked by uid 99); 30 Dec 2005 09:45:45 -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 01:45:45 -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 01:45:44 -0800 Received: (qmail 92216 invoked by uid 65534); 30 Dec 2005 09:45:24 -0000 Message-ID: <20051230094524.92215.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r360054 - in /directory/trunk: apacheds-build/pom.xml apacheds-core-unit/ apacheds-core-unit/pom.xml apacheds-core-unit/project.properties apacheds-core-unit/project.xml Date: Fri, 30 Dec 2005 09:45:23 -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 01:45:21 2005 New Revision: 360054 URL: http://svn.apache.org/viewcvs?rev=360054&view=rev Log: apacheds-core-unit compiles, passes tests and is included in global build with new m2 pom. old m1 stuff has been deleted Added: directory/trunk/apacheds-core-unit/pom.xml Removed: directory/trunk/apacheds-core-unit/project.properties directory/trunk/apacheds-core-unit/project.xml Modified: directory/trunk/apacheds-build/pom.xml directory/trunk/apacheds-core-unit/ (props changed) Modified: directory/trunk/apacheds-build/pom.xml URL: http://svn.apache.org/viewcvs/directory/trunk/apacheds-build/pom.xml?rev=360054&r1=360053&r2=360054&view=diff ============================================================================== --- directory/trunk/apacheds-build/pom.xml (original) +++ directory/trunk/apacheds-build/pom.xml Fri Dec 30 01:45:21 2005 @@ -35,5 +35,6 @@ ../apacheds ../apacheds-shared ../apacheds-plugin + ../apacheds-core-unit Propchange: directory/trunk/apacheds-core-unit/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Fri Dec 30 01:45:21 2005 @@ -1,4 +1,7 @@ *.iml +.wtpmodules +.settings +.deployables junit*.properties server-work target Added: directory/trunk/apacheds-core-unit/pom.xml URL: http://svn.apache.org/viewcvs/directory/trunk/apacheds-core-unit/pom.xml?rev=360054&view=auto ============================================================================== --- directory/trunk/apacheds-core-unit/pom.xml (added) +++ directory/trunk/apacheds-core-unit/pom.xml Fri Dec 30 01:45:21 2005 @@ -0,0 +1,38 @@ + + + 4.0.0 + + org.apache.ldap.server + build + 0.9.4-SNAPSHOT + + org.apache.ldap.server.core.unit + apacheds-core-unit + jar + + + commons-io + commons-io + 1.0 + + + + org.apache.ldap.server + org.apache.ldap.server.core + 0.9.4-SNAPSHOT + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.4 + 1.4 + + + + + +