Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 8299 invoked from network); 7 Feb 2006 15:42:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Feb 2006 15:42:12 -0000 Received: (qmail 65823 invoked by uid 500); 7 Feb 2006 15:41:46 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 65729 invoked by uid 500); 7 Feb 2006 15:41: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 65685 invoked by uid 99); 7 Feb 2006 15:41:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2006 07:41: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; Tue, 07 Feb 2006 07:41:44 -0800 Received: (qmail 7351 invoked by uid 65534); 7 Feb 2006 15:41:17 -0000 Message-ID: <20060207154116.7187.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r375632 - in /directory/trunks/apacheds: ./ server-installers/ server-jndi/ server-main/ server-sar/ server-ssl/ server-unit/ simple/ simple/installers/ simple/jndi/ simple/main/ simple/sar/ simple/ssl/ simple/unit/ Date: Tue, 07 Feb 2006 15:40:48 -0000 To: commits@directory.apache.org From: akarasulu@apache.org X-Mailer: svnmailer-1.0.6 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: akarasulu Date: Tue Feb 7 07:40:43 2006 New Revision: 375632 URL: http://svn.apache.org/viewcvs?rev=375632&view=rev Log: repo reorg in progress Added: directory/trunks/apacheds/server-installers/ - copied from r375625, directory/trunks/apacheds/simple/installers/ directory/trunks/apacheds/server-jndi/ - copied from r375625, directory/trunks/apacheds/simple/jndi/ directory/trunks/apacheds/server-main/ - copied from r375625, directory/trunks/apacheds/simple/main/ directory/trunks/apacheds/server-sar/ - copied from r375625, directory/trunks/apacheds/simple/sar/ directory/trunks/apacheds/server-ssl/ - copied from r375625, directory/trunks/apacheds/simple/ssl/ directory/trunks/apacheds/server-unit/ - copied from r375625, directory/trunks/apacheds/simple/unit/ Removed: directory/trunks/apacheds/simple/installers/ directory/trunks/apacheds/simple/jndi/ directory/trunks/apacheds/simple/main/ directory/trunks/apacheds/simple/sar/ directory/trunks/apacheds/simple/ssl/ directory/trunks/apacheds/simple/unit/ Modified: directory/trunks/apacheds/pom.xml directory/trunks/apacheds/server-installers/pom.xml directory/trunks/apacheds/simple/pom.xml Modified: directory/trunks/apacheds/pom.xml URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/pom.xml?rev=375632&r1=375631&r2=375632&view=diff ============================================================================== --- directory/trunks/apacheds/pom.xml (original) +++ directory/trunks/apacheds/pom.xml Tue Feb 7 07:40:43 2006 @@ -67,6 +67,7 @@ protocol-common protocols simple + server-installers Modified: directory/trunks/apacheds/server-installers/pom.xml URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/server-installers/pom.xml?rev=375632&r1=375625&r2=375632&view=diff ============================================================================== --- directory/trunks/apacheds/server-installers/pom.xml (original) +++ directory/trunks/apacheds/server-installers/pom.xml Tue Feb 7 07:40:43 2006 @@ -2,7 +2,7 @@ 4.0.0 - org.apache.directory.server.standalone.simple + org.apache.directory.server build 0.9.4-SNAPSHOT Modified: directory/trunks/apacheds/simple/pom.xml URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/simple/pom.xml?rev=375632&r1=375631&r2=375632&view=diff ============================================================================== --- directory/trunks/apacheds/simple/pom.xml (original) +++ directory/trunks/apacheds/simple/pom.xml Tue Feb 7 07:40:43 2006 @@ -67,7 +67,6 @@ ssl unit sar - installers @@ -81,7 +80,6 @@ main unit sar - installers