From commits-return-27724-apmail-directory-commits-archive=directory.apache.org@directory.apache.org Tue Oct 05 09:50:26 2010 Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 35070 invoked from network); 5 Oct 2010 09:50:26 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Oct 2010 09:50:26 -0000 Received: (qmail 39771 invoked by uid 500); 5 Oct 2010 09:50:25 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 39711 invoked by uid 500); 5 Oct 2010 09:50:25 -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 39703 invoked by uid 99); 5 Oct 2010 09:50:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Oct 2010 09:50:24 +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; Tue, 05 Oct 2010 09:50:22 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6128023889F1; Tue, 5 Oct 2010 09:50:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1004591 - /directory/apacheds/trunk/pom.xml Date: Tue, 05 Oct 2010 09:50:01 -0000 To: commits@directory.apache.org From: seelmann@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101005095001.6128023889F1@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: seelmann Date: Tue Oct 5 09:50:01 2010 New Revision: 1004591 URL: http://svn.apache.org/viewvc?rev=1004591&view=rev Log: Removed dependency to daemon; commented server-tools module because it depends on deamon but doesn't work and needs to be fixed Modified: directory/apacheds/trunk/pom.xml Modified: directory/apacheds/trunk/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=1004591&r1=1004590&r2=1004591&view=diff ============================================================================== --- directory/apacheds/trunk/pom.xml (original) +++ directory/apacheds/trunk/pom.xml Tue Oct 5 09:50:01 2010 @@ -39,7 +39,6 @@ 0.9.20-SNAPSHOT - 1.1.9-SNAPSHOT 0.1-SNAPSHOT 0.1-SNAPSHOT 1.0.2-SNAPSHOT @@ -55,7 +54,6 @@ 2.5 2.0 1.5.4 - 1.1.9-SNAPSHOT 10.4.2.0 2.0.1 6.1.14 @@ -120,7 +118,8 @@ protocol-dns protocol-changepw server-integ - server-tools + + server-config @@ -476,14 +475,6 @@ ${org.apache.directory.shared.version} - - - - org.apache.directory.daemon - daemon-bootstrappers - ${daemon.bootstrappers.version} - -