Return-Path: X-Original-To: apmail-ace-commits-archive@www.apache.org Delivered-To: apmail-ace-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 B6D4610C96 for ; Wed, 15 Jan 2014 12:52:50 +0000 (UTC) Received: (qmail 67299 invoked by uid 500); 15 Jan 2014 12:52:50 -0000 Delivered-To: apmail-ace-commits-archive@ace.apache.org Received: (qmail 67268 invoked by uid 500); 15 Jan 2014 12:52:48 -0000 Mailing-List: contact commits-help@ace.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ace.apache.org Delivered-To: mailing list commits@ace.apache.org Received: (qmail 67260 invoked by uid 99); 15 Jan 2014 12:52:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jan 2014 12:52:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Wed, 15 Jan 2014 12:52:44 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 85AB223888D7; Wed, 15 Jan 2014 12:52:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1558368 - in /ace/trunk: org.apache.ace.agent.controller.itest/bnd.bnd org.apache.ace.agent.itest/bnd.bnd org.apache.ace.agent.update.itest/bnd.bnd org.apache.ace.agent/bnd.bnd org.apache.ace.useradmin.ui.itest/bnd.bnd Date: Wed, 15 Jan 2014 12:52:23 -0000 To: commits@ace.apache.org From: marrs@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140115125223.85AB223888D7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: marrs Date: Wed Jan 15 12:52:22 2014 New Revision: 1558368 URL: http://svn.apache.org/r1558368 Log: Fixed all run configurations to use any version of Felix 4.x Modified: ace/trunk/org.apache.ace.agent.controller.itest/bnd.bnd ace/trunk/org.apache.ace.agent.itest/bnd.bnd ace/trunk/org.apache.ace.agent.update.itest/bnd.bnd ace/trunk/org.apache.ace.agent/bnd.bnd ace/trunk/org.apache.ace.useradmin.ui.itest/bnd.bnd Modified: ace/trunk/org.apache.ace.agent.controller.itest/bnd.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.agent.controller.itest/bnd.bnd?rev=1558368&r1=1558367&r2=1558368&view=diff ============================================================================== --- ace/trunk/org.apache.ace.agent.controller.itest/bnd.bnd (original) +++ ace/trunk/org.apache.ace.agent.controller.itest/bnd.bnd Wed Jan 15 12:52:22 2014 @@ -63,7 +63,7 @@ Private-Package: \ aQute.libg.version -runee: JavaSE-1.6 -runvm: -ea --runfw: org.apache.felix.framework +-runfw: org.apache.felix.framework;version='[4,5)' -buildpath: osgi.core;version='[4.2,5)',\ org.apache.ace.agent;version=latest,\ org.apache.ace.builder;version=latest,\ Modified: ace/trunk/org.apache.ace.agent.itest/bnd.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.agent.itest/bnd.bnd?rev=1558368&r1=1558367&r2=1558368&view=diff ============================================================================== --- ace/trunk/org.apache.ace.agent.itest/bnd.bnd (original) +++ ace/trunk/org.apache.ace.agent.itest/bnd.bnd Wed Jan 15 12:52:22 2014 @@ -51,7 +51,7 @@ Private-Package: aQute.bnd.annotation.co aQute.libg.version -runee: JavaSE-1.6 -runvm: -ea --runfw: org.apache.felix.framework +-runfw: org.apache.felix.framework;version='[4,5)' -buildpath: osgi.core;version='[4.2,5)',\ org.apache.ace.agent;version=latest,\ org.apache.ace.builder;version=latest,\ Modified: ace/trunk/org.apache.ace.agent.update.itest/bnd.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.agent.update.itest/bnd.bnd?rev=1558368&r1=1558367&r2=1558368&view=diff ============================================================================== --- ace/trunk/org.apache.ace.agent.update.itest/bnd.bnd (original) +++ ace/trunk/org.apache.ace.agent.update.itest/bnd.bnd Wed Jan 15 12:52:22 2014 @@ -24,7 +24,7 @@ Test-Cases: ${classes;CONCRETE;EXTENDS;j Private-Package: org.apache.ace.agent.itest -runee: JavaSE-1.6 -runvm: -ea --runfw: org.apache.felix.framework +-runfw: org.apache.felix.framework;version='[4,5)' -buildpath: osgi.core;version='[4.2,5)',\ org.apache.ace.agent;version=latest,\ org.apache.ace.test;version=latest,\ Modified: ace/trunk/org.apache.ace.agent/bnd.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.agent/bnd.bnd?rev=1558368&r1=1558367&r2=1558368&view=diff ============================================================================== --- ace/trunk/org.apache.ace.agent/bnd.bnd (original) +++ ace/trunk/org.apache.ace.agent/bnd.bnd Wed Jan 15 12:52:22 2014 @@ -39,7 +39,7 @@ Export-Package: org.apache.ace.agent,\ org.apache.ace.feedback.common;version=latest -sources false --runfw: org.apache.felix.framework;version='[4.0,5.0)' +-runfw: org.apache.felix.framework;version='[4,5)' -runee: JavaSE-1.6 -runbundles: org.apache.felix.gogo.command,\ org.apache.felix.gogo.runtime,\ Modified: ace/trunk/org.apache.ace.useradmin.ui.itest/bnd.bnd URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.useradmin.ui.itest/bnd.bnd?rev=1558368&r1=1558367&r2=1558368&view=diff ============================================================================== --- ace/trunk/org.apache.ace.useradmin.ui.itest/bnd.bnd (original) +++ ace/trunk/org.apache.ace.useradmin.ui.itest/bnd.bnd Wed Jan 15 12:52:22 2014 @@ -1,7 +1,7 @@ Test-Cases: ${classes;CONCRETE;EXTENDS;org.apache.ace.it.IntegrationTestBase} Private-Package: org.apache.ace.useradmin.ui.test -runvm: -ea --runfw: org.apache.felix.framework;version='[4.0.3,4.0.3]' +-runfw: org.apache.felix.framework;version='[4,5)' -runbundles: osgi.cmpn,\ com.vaadin,\ org.apache.felix.configadmin,\