From directory-cvs-return-3295-apmail-incubator-directory-cvs-archive=incubator.apache.org@incubator.apache.org Thu Jan 06 15:26:23 2005 Return-Path: Delivered-To: apmail-incubator-directory-cvs-archive@www.apache.org Received: (qmail 63341 invoked from network); 6 Jan 2005 15:26:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Jan 2005 15:26:23 -0000 Received: (qmail 97543 invoked by uid 500); 6 Jan 2005 15:26:22 -0000 Delivered-To: apmail-incubator-directory-cvs-archive@incubator.apache.org Received: (qmail 97490 invoked by uid 500); 6 Jan 2005 15:26:22 -0000 Mailing-List: contact directory-cvs-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: directory-dev@incubator.apache.org Delivered-To: mailing list directory-cvs@incubator.apache.org Received: (qmail 97472 invoked by uid 99); 6 Jan 2005 15:26:22 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 06 Jan 2005 07:26:21 -0800 Received: (qmail 63274 invoked by uid 65534); 6 Jan 2005 15:26:20 -0000 Date: 6 Jan 2005 15:26:20 -0000 Message-ID: <20050106152620.63272.qmail@minotaur.apache.org> From: akarasulu@apache.org To: directory-cvs@incubator.apache.org Subject: svn commit: r124393 - /incubator/directory/server/trunk/shared/project.xml /incubator/directory/server/trunk/shared/src/java /incubator/directory/server/trunk/shared/src/main /incubator/directory/server/trunk/shared/src/main/java MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: akarasulu Date: Thu Jan 6 07:26:19 2005 New Revision: 124393 URL: http://svn.apache.org/viewcvs?view=rev&rev=124393 Log: Changes ... o rearranging project directory structure which is closer to m2 recommended by Brett o correcting things in pom and changing name to use new server- prefix Added: incubator/directory/server/trunk/shared/src/main/ incubator/directory/server/trunk/shared/src/main/java/ - copied from r124391, incubator/directory/server/trunk/shared/src/java/ Removed: incubator/directory/server/trunk/shared/src/java/ Modified: incubator/directory/server/trunk/shared/project.xml Modified: incubator/directory/server/trunk/shared/project.xml Url: http://svn.apache.org/viewcvs/incubator/directory/server/trunk/shared/project.xml?view=diff&rev=124393&p1=incubator/directory/server/trunk/shared/project.xml&r1=124392&p2=incubator/directory/server/trunk/shared/project.xml&r2=124393 ============================================================================== --- incubator/directory/server/trunk/shared/project.xml (original) +++ incubator/directory/server/trunk/shared/project.xml Thu Jan 6 07:26:19 2005 @@ -1,15 +1,15 @@ ${basedir}/../project.xml - eve-shared - Eve Shared + server-shared + Server Shared 2003 - Shared Eve resources, and classes + Shared server resources, and classes - Created to eliminate cyclic project dependencies between the dib - and maven projects. Any code shared across modules can go here - so long as it does not depend on other modules. + Created to eliminate cyclic project dependencies between the core + and the maven plugin. Any code shared across modules in general + can go here so long as it does not depend on other modules.