Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9C67E200C70 for ; Thu, 20 Apr 2017 01:08:20 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 996A6160BAA; Wed, 19 Apr 2017 23:08:20 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D9D23160B9C for ; Thu, 20 Apr 2017 01:08:19 +0200 (CEST) Received: (qmail 76328 invoked by uid 500); 19 Apr 2017 23:08:19 -0000 Mailing-List: contact commits-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list commits@felix.apache.org Received: (qmail 76319 invoked by uid 99); 19 Apr 2017 23:08:19 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Apr 2017 23:08:19 +0000 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 71EC93A002A for ; Wed, 19 Apr 2017 23:08:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1792002 - /felix/trunk/scr/bnd.bnd Date: Wed, 19 Apr 2017 23:08:18 -0000 To: commits@felix.apache.org From: cziegeler@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170419230818.71EC93A002A@svn01-us-west.apache.org> archived-at: Wed, 19 Apr 2017 23:08:20 -0000 Author: cziegeler Date: Wed Apr 19 23:08:17 2017 New Revision: 1792002 URL: http://svn.apache.org/viewvc?rev=1792002&view=rev Log: FELIX-5568 : SCR contains compact3 profile code Modified: felix/trunk/scr/bnd.bnd Modified: felix/trunk/scr/bnd.bnd URL: http://svn.apache.org/viewvc/felix/trunk/scr/bnd.bnd?rev=1792002&r1=1792001&r2=1792002&view=diff ============================================================================== --- felix/trunk/scr/bnd.bnd (original) +++ felix/trunk/scr/bnd.bnd Wed Apr 19 23:08:17 2017 @@ -10,6 +10,8 @@ Provide-Capability: osgi.extender;\ objectClass:List="org.osgi.service.component.runtime.ServiceComponentRuntime";\ uses:="org.osgi.service.component.runtime" +Require-Capability: osgi.ee;\ + filter:="(|(&(osgi.ee=JavaSE)(version=1.6))(&(osgi.ee=JavaSE/compact1)(version=1.8)))" Export-Package: org.apache.felix.scr.component;version=1.1.0;provide:=true, \ org.apache.felix.scr.info;version=1.0.0;provide:=true, \