Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 91559 invoked from network); 13 Jan 2006 23:17:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Jan 2006 23:17:21 -0000 Received: (qmail 57706 invoked by uid 500); 13 Jan 2006 23:17:20 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 57636 invoked by uid 500); 13 Jan 2006 23:17:19 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 57625 invoked by uid 99); 13 Jan 2006 23:17:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jan 2006 15:17:19 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of aok123@bellsouth.net designates 205.152.59.70 as permitted sender) Received: from [205.152.59.70] (HELO imf22aec.mail.bellsouth.net) (205.152.59.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jan 2006 15:17:19 -0800 Received: from ibm65aec.bellsouth.net ([65.80.200.112]) by imf22aec.mail.bellsouth.net with ESMTP id <20060113231658.NBY10632.imf22aec.mail.bellsouth.net@ibm65aec.bellsouth.net> for ; Fri, 13 Jan 2006 18:16:58 -0500 Received: from [172.16.1.7] (really [65.80.200.112]) by ibm65aec.bellsouth.net with ESMTP id <20060113231658.RIGS14903.ibm65aec.bellsouth.net@[172.16.1.7]> for ; Fri, 13 Jan 2006 18:16:58 -0500 Message-ID: <43C834E9.4060705@bellsouth.net> Date: Fri, 13 Jan 2006 18:16:57 -0500 From: Alex Karasulu User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@directory.apache.org Subject: [scm] [ApacheDS] Further reorg in preparation for OSGi completed Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N There were a few things that we want to do in the 1.1 branch with OSGi however if the two branches in the future are too different then moving bug fixes between them could get hard. So I rearranged what is to eventually be the 1.0 branch, so it separates some modules as elements of a standalone simple build as opposed to one for OSGi. Many of the server prefixed projects in apacheds moved to apacheds/standalone/simple. Here's a map of the movements: apacheds/server -> apacheds/standalone/simple/jndi apacheds/server-ssl -> apacheds/standalone/simple/ssl (some of this needs to be isolated for reuse) apacheds/server-unit -> apacheds/standalone/simple/unit apacheds/server-main -> apacheds/standalone/simple/main (builds the uber jar) I also removed many dependencies in pom files thanks to the new heiarchy. The heirarchy reflects interdependencies with apacheds subsystems and components. The whole project from directory/trunks should compile without problems now for MINA, ApacheDS (non-OSGi), common, and asn1. Alex