Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 40960 invoked from network); 14 Sep 2005 15:51:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Sep 2005 15:51:49 -0000 Received: (qmail 60703 invoked by uid 500); 14 Sep 2005 15:51:48 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 60648 invoked by uid 500); 14 Sep 2005 15:51:48 -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 60635 invoked by uid 99); 14 Sep 2005 15:51:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Sep 2005 08:51:48 -0700 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 [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 14 Sep 2005 08:51:55 -0700 Received: (qmail 40880 invoked by uid 65534); 14 Sep 2005 15:51:43 -0000 Message-ID: <20050914155143.40878.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r280878 - /directory/sandbox/trunk/osgi-spec/trunk/project.xml Date: Wed, 14 Sep 2005 15:51:43 -0000 To: commits@directory.apache.org From: erodriguez@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: erodriguez Date: Wed Sep 14 08:51:40 2005 New Revision: 280878 URL: http://svn.apache.org/viewcvs?rev=280878&view=rev Log: Minor POM maintenance update to OSGi bundles: o Added apacheds-core to parent POM o Added Service Binder to parent POM o Added SLF4J to parent POM o Changed OSGi groupId o Updated directory-standalone groupId Modified: directory/sandbox/trunk/osgi-spec/trunk/project.xml Modified: directory/sandbox/trunk/osgi-spec/trunk/project.xml URL: http://svn.apache.org/viewcvs/directory/sandbox/trunk/osgi-spec/trunk/project.xml?rev=280878&r1=280877&r2=280878&view=diff ============================================================================== --- directory/sandbox/trunk/osgi-spec/trunk/project.xml (original) +++ directory/sandbox/trunk/osgi-spec/trunk/project.xml Wed Sep 14 08:51:40 2005 @@ -1,10 +1,10 @@ 3 - apache + directory-standalone http://update.apache.org/ - apache-osgi - Apache OSGi Services + directory-standalone-osgi + Apache Directory OSGi Bundles 0.1.1 Apache @@ -72,25 +72,34 @@ + org.slf4j + nlog4j + 1.2.17 + http://slf4j.org/nlog4j + + true + + + junit junit 3.8.1 http://junit.org - osgi + org.osgi framework 1.2 http://www.osgi.org - osgi + org.osgi service 1.0 http://www.osgi.org - osgi + org.osgi util 1.0 http://www.osgi.org @@ -102,6 +111,17 @@ http://www.berlios.de plugin + + + directory + apacheds-core + 0.9.3-SNAPSHOT + + + org.ungoverned + servicebinder + 1.1.2 + dev@directory.apache.org @@ -141,6 +161,12 @@ **/*.x* false + + + ${basedir}/.. + + log4j.properties +