Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 97614 invoked from network); 13 Jan 2011 20:47:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Jan 2011 20:47:37 -0000 Received: (qmail 58359 invoked by uid 500); 13 Jan 2011 20:47:36 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 58314 invoked by uid 500); 13 Jan 2011 20:47:36 -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 58307 invoked by uid 99); 13 Jan 2011 20:47:36 -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:47:36 +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:47:36 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2821E23889E9; Thu, 13 Jan 2011 20:47:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1058745 - in /directory/shared/branches/shared-AP/i18n: ./ pom.xml Date: Thu, 13 Jan 2011 20:47:10 -0000 To: commits@directory.apache.org From: akarasulu@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110113204710.2821E23889E9@eris.apache.org> Author: akarasulu Date: Thu Jan 13 20:47:09 2011 New Revision: 1058745 URL: http://svn.apache.org/viewvc?rev=1058745&view=rev Log: Merge i18n change to OSGi bundle Modified: directory/shared/branches/shared-AP/i18n/ (props changed) directory/shared/branches/shared-AP/i18n/pom.xml Propchange: directory/shared/branches/shared-AP/i18n/ ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Thu Jan 13 20:47:09 2011 @@ -1,4 +1,6 @@ +/directory/shared/branches/shared-AP/i18n:1058734 /directory/shared/branches/shared-codec-merge/i18n:982370-987558 /directory/shared/branches/shared-config/i18n:1023444-1029061 /directory/shared/branches/shared-dnfactory-experiment/i18n:980352-980933 /directory/shared/branches-dnfactory-experiment/i18n:980350-980351 +/directory/shared/trunk/i18n:1058734 Modified: directory/shared/branches/shared-AP/i18n/pom.xml URL: http://svn.apache.org/viewvc/directory/shared/branches/shared-AP/i18n/pom.xml?rev=1058745&r1=1058744&r2=1058745&view=diff ============================================================================== --- directory/shared/branches/shared-AP/i18n/pom.xml (original) +++ directory/shared/branches/shared-AP/i18n/pom.xml Thu Jan 13 20:47:09 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 + + +