From commits-return-45960-apmail-directory-commits-archive=directory.apache.org@directory.apache.org Tue May 31 15:26:38 2016 Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B64F219621 for ; Tue, 31 May 2016 15:26:38 +0000 (UTC) Received: (qmail 17344 invoked by uid 500); 31 May 2016 15:26:38 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 17298 invoked by uid 500); 31 May 2016 15:26:38 -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 17289 invoked by uid 99); 31 May 2016 15:26:38 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 May 2016 15:26:38 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 19BB0C0AB5 for ; Tue, 31 May 2016 15:26:38 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.374 X-Spam-Level: X-Spam-Status: No, score=0.374 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id dnjwgaS9xkQO for ; Tue, 31 May 2016 15:26:37 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with ESMTP id 2CE115F4EB for ; Tue, 31 May 2016 15:26:37 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 1B1E4E00A4 for ; Tue, 31 May 2016 15:26:36 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id F420A3A012F for ; Tue, 31 May 2016 15:26:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1746289 - in /directory/shared/branches/shared-value/ldap: codec/standalone/pom.xml schema/data/pom.xml Date: Tue, 31 May 2016 15:26:35 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160531152635.F420A3A012F@svn01-us-west.apache.org> Author: elecharny Date: Tue May 31 15:26:35 2016 New Revision: 1746289 URL: http://svn.apache.org/viewvc?rev=1746289&view=rev Log: Applied patch for DIRSERVER_2150 Modified: directory/shared/branches/shared-value/ldap/codec/standalone/pom.xml directory/shared/branches/shared-value/ldap/schema/data/pom.xml Modified: directory/shared/branches/shared-value/ldap/codec/standalone/pom.xml URL: http://svn.apache.org/viewvc/directory/shared/branches/shared-value/ldap/codec/standalone/pom.xml?rev=1746289&r1=1746288&r2=1746289&view=diff ============================================================================== --- directory/shared/branches/shared-value/ldap/codec/standalone/pom.xml (original) +++ directory/shared/branches/shared-value/ldap/codec/standalone/pom.xml Tue May 31 15:26:35 2016 @@ -69,4 +69,38 @@ + + + + maven-jar-plugin + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + + + org.apache.felix + maven-bundle-plugin + + + jar + + + * + + + + + bundle-manifest + process-classes + + manifest + + + + + + + Modified: directory/shared/branches/shared-value/ldap/schema/data/pom.xml URL: http://svn.apache.org/viewvc/directory/shared/branches/shared-value/ldap/schema/data/pom.xml?rev=1746289&r1=1746288&r2=1746289&view=diff ============================================================================== --- directory/shared/branches/shared-value/ldap/schema/data/pom.xml (original) +++ directory/shared/branches/shared-value/ldap/schema/data/pom.xml Tue May 31 15:26:35 2016 @@ -99,6 +99,8 @@ + +