Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 94628 invoked from network); 12 Oct 2006 17:51:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Oct 2006 17:51:52 -0000 Received: (qmail 38802 invoked by uid 500); 12 Oct 2006 17:51:51 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 38743 invoked by uid 500); 12 Oct 2006 17:51:51 -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 38732 invoked by uid 99); 12 Oct 2006 17:51:51 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Oct 2006 10:51:51 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Oct 2006 10:51:50 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id ED5471A981A; Thu, 12 Oct 2006 10:51:29 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r463343 - in /directory/trunks/apacheds/mitosis: ./ pom.xml Date: Thu, 12 Oct 2006 17:51:29 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061012175129.ED5471A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: elecharny Date: Thu Oct 12 10:51:27 2006 New Revision: 463343 URL: http://svn.apache.org/viewvc?view=rev&rev=463343 Log: Added Mitosis in Apacheds subproject Added: directory/trunks/apacheds/mitosis/ (with props) directory/trunks/apacheds/mitosis/pom.xml Propchange: directory/trunks/apacheds/mitosis/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Thu Oct 12 10:51:27 2006 @@ -0,0 +1,3 @@ +target +.classpath +.project Added: directory/trunks/apacheds/mitosis/pom.xml URL: http://svn.apache.org/viewvc/directory/trunks/apacheds/mitosis/pom.xml?view=auto&rev=463343 ============================================================================== --- directory/trunks/apacheds/mitosis/pom.xml (added) +++ directory/trunks/apacheds/mitosis/pom.xml Thu Oct 12 10:51:27 2006 @@ -0,0 +1,100 @@ + + + 4.0.0 + + org.apache.directory.server + build + 1.1.0-SNAPSHOT + + mitosis + ApacheDS replication + jar + + Mitosis is the multi-master replications service included into Apache + Directory Server + + + + + + + commons-collections + commons-collections + 3.2 + + + + commons-dbcp + commons-dbcp + 1.2.1 + + + + commons-io + commons-io + 1.2 + + + + commons-lang + commons-lang + 2.1 + + + + jug + jug-asl + 2.0.0 + + + + org.apache.mina + mina-core + 1.1.0-SNAPSHOT + + + + org.apache.directory.server + apacheds-core + 1.1.0-SNAPSHOT + + + + org.apache.directory.shared + shared-ldap + 0.9.6-SNAPSHOT + + + + org.slf4j + nlog4j + 1.2.25 + + + + quartz + quartz + 1.5.2 + + + + jdbm + jdbm + 1.0 + + + + org.apache.directory.server + apacheds-core-shared + ${pom.version} + + + + + + + + + + +