Return-Path: X-Original-To: apmail-felix-commits-archive@www.apache.org Delivered-To: apmail-felix-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 2BB5D17D49 for ; Tue, 10 Feb 2015 08:10:35 +0000 (UTC) Received: (qmail 62557 invoked by uid 500); 10 Feb 2015 08:10:35 -0000 Delivered-To: apmail-felix-commits-archive@felix.apache.org Received: (qmail 62514 invoked by uid 500); 10 Feb 2015 08:10:35 -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 62501 invoked by uid 99); 10 Feb 2015 08:10:35 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2015 08:10:35 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id E7E5CAC006C for ; Tue, 10 Feb 2015 08:10:34 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1658630 - /felix/trunk/scr/bnd.bnd Date: Tue, 10 Feb 2015 08:10:34 -0000 To: commits@felix.apache.org From: cziegeler@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150210081034.E7E5CAC006C@hades.apache.org> Author: cziegeler Date: Tue Feb 10 08:10:34 2015 New Revision: 1658630 URL: http://svn.apache.org/r1658630 Log: Use version from pom and import * Modified: felix/trunk/scr/bnd.bnd Modified: felix/trunk/scr/bnd.bnd URL: http://svn.apache.org/viewvc/felix/trunk/scr/bnd.bnd?rev=1658630&r1=1658629&r2=1658630&view=diff ============================================================================== --- felix/trunk/scr/bnd.bnd (original) +++ felix/trunk/scr/bnd.bnd Tue Feb 10 08:10:34 2015 @@ -3,7 +3,7 @@ Bundle-SymbolicName: ${project.artifactI Bundle-Vendor: The Apache Software Foundation Bundle-DocURL: http://felix.apache.org/site/apache-felix-service-component-runtime.html Bundle-Activator: org.apache.felix.scr.impl.Activator -Bundle-Version: 2.0.0 +Bundle-Version: ${project.version} Provide-Capability: osgi.extender;\ osgi.extender="osgi.component";\ @@ -41,18 +41,15 @@ Import-Package: \ org.osgi.service.metatype;version="[1.1,2)";resolution:=optional, \ org.apache.felix.service.command;resolution:=optional, \ org.apache.felix.shell;provide:=true;resolution:=optional, \ - org.osgi.dto, \ org.osgi.framework;version="[1.7,2)", \ - org.osgi.framework.dto, \ - org.osgi.util.function, \ - org.osgi.util.promise, \ org.osgi.service.log;version="[1.3,2)";resolution:=optional, \ org.osgi.service.packageadmin;version="[1.2,2)";resolution:=optional, \ - org.apache.felix.scr, \ - org.apache.felix.scr.component, \ + org.apache.felix.scr;provide:=true, \ + org.apache.felix.scr.component;provide:=true, \ org.osgi.service.component;provide:=true, \ org.osgi.service.component.runtime;provide:=true, \ - org.osgi.service.component.runtime.dto;provide:=true + org.osgi.service.component.runtime.dto;provide:=true, \ + * DynamicImport-Package: \ org.osgi.service.cm;version="[1.2,2)", \