Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 15980 invoked from network); 16 Jan 2011 10:56:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Jan 2011 10:56:36 -0000 Received: (qmail 36887 invoked by uid 500); 16 Jan 2011 10:56:35 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 36832 invoked by uid 500); 16 Jan 2011 10:56:35 -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 36825 invoked by uid 99); 16 Jan 2011 10:56:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Jan 2011 10:56:34 +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; Sun, 16 Jan 2011 10:56:34 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 4F9FC2388A38; Sun, 16 Jan 2011 10:56:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1059531 - in /directory/shared/branches/shared-AP: dsml-engine/pom.xml dsml-parser/pom.xml Date: Sun, 16 Jan 2011 10:56:07 -0000 To: commits@directory.apache.org From: akarasulu@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110116105607.4F9FC2388A38@eris.apache.org> Author: akarasulu Date: Sun Jan 16 10:56:06 2011 New Revision: 1059531 URL: http://svn.apache.org/viewvc?rev=1059531&view=rev Log: making dsml modules into OSGi bundles Modified: directory/shared/branches/shared-AP/dsml-engine/pom.xml directory/shared/branches/shared-AP/dsml-parser/pom.xml Modified: directory/shared/branches/shared-AP/dsml-engine/pom.xml URL: http://svn.apache.org/viewvc/directory/shared/branches/shared-AP/dsml-engine/pom.xml?rev=1059531&r1=1059530&r2=1059531&view=diff ============================================================================== --- directory/shared/branches/shared-AP/dsml-engine/pom.xml (original) +++ directory/shared/branches/shared-AP/dsml-engine/pom.xml Sun Jan 16 10:56:06 2011 @@ -27,6 +27,7 @@ shared-dsml-engine Apache Directory Shared DSML Engine + bundle @@ -54,4 +55,23 @@ xpp3 + + + + + org.apache.felix + maven-bundle-plugin + true + true + + + ${pom.groupId}.dsmlv2.engine + ${pom.artifactId} + ${pom.version} + org.apache.directory.shared.dsmlv2.engine + + + + + Modified: directory/shared/branches/shared-AP/dsml-parser/pom.xml URL: http://svn.apache.org/viewvc/directory/shared/branches/shared-AP/dsml-parser/pom.xml?rev=1059531&r1=1059530&r2=1059531&view=diff ============================================================================== --- directory/shared/branches/shared-AP/dsml-parser/pom.xml (original) +++ directory/shared/branches/shared-AP/dsml-parser/pom.xml Sun Jan 16 10:56:06 2011 @@ -27,6 +27,7 @@ shared-dsml-parser Apache Directory Shared DSML Parser + bundle @@ -60,4 +61,23 @@ xpp3 + + + + + org.apache.felix + maven-bundle-plugin + true + true + + + ${pom.groupId}.dsmlv2.parser + ${pom.artifactId} + ${pom.version} + org.apache.directory.shared.dsmlv2.* + + + + +