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 BE50D186E2 for ; Fri, 24 Jul 2015 14:06:13 +0000 (UTC) Received: (qmail 90280 invoked by uid 500); 24 Jul 2015 14:06:10 -0000 Delivered-To: apmail-felix-commits-archive@felix.apache.org Received: (qmail 90240 invoked by uid 500); 24 Jul 2015 14:06:10 -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 90227 invoked by uid 99); 24 Jul 2015 14:06:10 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jul 2015 14:06:10 +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 602A7AC0623 for ; Fri, 24 Jul 2015 14:06:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1692520 - /felix/trunk/http/jetty/pom.xml Date: Fri, 24 Jul 2015 14:06:09 -0000 To: commits@felix.apache.org From: cziegeler@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150724140610.602A7AC0623@hades.apache.org> Author: cziegeler Date: Fri Jul 24 14:06:09 2015 New Revision: 1692520 URL: http://svn.apache.org/r1692520 Log: Add require capability Modified: felix/trunk/http/jetty/pom.xml Modified: felix/trunk/http/jetty/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/http/jetty/pom.xml?rev=1692520&r1=1692519&r2=1692520&view=diff ============================================================================== --- felix/trunk/http/jetty/pom.xml (original) +++ felix/trunk/http/jetty/pom.xml Fri Jul 24 14:06:09 2015 @@ -83,6 +83,9 @@ osgi.service;objectClass:List<String>="org.osgi.service.http.runtime.HttpServiceRuntime"; uses:="org.osgi.service.http.runtime,org.osgi.service.http.runtime.dto" + + osgi.contract;filter:="(&(osgi.contract=JavaServlet)(version=3.1))" + true