Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 91052 invoked from network); 13 Jan 2011 20:26:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Jan 2011 20:26:27 -0000 Received: (qmail 45000 invoked by uid 500); 13 Jan 2011 20:26:27 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 44866 invoked by uid 500); 13 Jan 2011 20:26:27 -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 44858 invoked by uid 99); 13 Jan 2011 20:26:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jan 2011 20:26:27 +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; Thu, 13 Jan 2011 20:26:26 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A17DE23889FD; Thu, 13 Jan 2011 20:26:00 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1058734 - /directory/shared/trunk/i18n/pom.xml Date: Thu, 13 Jan 2011 20:26:00 -0000 To: commits@directory.apache.org From: akarasulu@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110113202600.A17DE23889FD@eris.apache.org> Author: akarasulu Date: Thu Jan 13 20:26:00 2011 New Revision: 1058734 URL: http://svn.apache.org/viewvc?rev=1058734&view=rev Log: For testing purposes with Studio build made i18n into a bundle Modified: directory/shared/trunk/i18n/pom.xml Modified: directory/shared/trunk/i18n/pom.xml URL: http://svn.apache.org/viewvc/directory/shared/trunk/i18n/pom.xml?rev=1058734&r1=1058733&r2=1058734&view=diff ============================================================================== --- directory/shared/trunk/i18n/pom.xml (original) +++ directory/shared/trunk/i18n/pom.xml Thu Jan 13 20:26:00 2011 @@ -27,7 +27,7 @@ shared-i18n Apache Directory Shared I18n - + bundle Internationalization of errors and other messages @@ -39,6 +39,21 @@ always + + + org.apache.felix + maven-bundle-plugin + true + true + + + ${pom.groupId}.${pom.artifactId} + ${pom.artifactId} + ${pom.version} + org.apache.directory.shared.i18n + + +