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 4AC7210817 for ; Thu, 19 Sep 2013 09:31:56 +0000 (UTC) Received: (qmail 52187 invoked by uid 500); 19 Sep 2013 09:31:53 -0000 Delivered-To: apmail-ace-commits-archive@ace.apache.org Received: (qmail 52166 invoked by uid 500); 19 Sep 2013 09:31:52 -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 52158 invoked by uid 99); 19 Sep 2013 09:31:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Sep 2013 09:31:51 +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; Thu, 19 Sep 2013 09:31:48 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 02CD22388A02; Thu, 19 Sep 2013 09:31:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1524666 - /ace/trunk/org.apache.ace.agent.update.itest/bnd.bnd Date: Thu, 19 Sep 2013 09:31:26 -0000 To: commits@ace.apache.org From: bramk@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130919093127.02CD22388A02@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bramk Date: Thu Sep 19 09:31:26 2013 New Revision: 1524666 URL: http://svn.apache.org/r1524666 Log: ACE-411 - Set the CONFIG_DIR relative to any root subdir (workaround) Modified: ace/trunk/org.apache.ace.agent.update.itest/bnd.bnd 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=1524666&r1=1524665&r2=1524666&view=diff ============================================================================== --- ace/trunk/org.apache.ace.agent.update.itest/bnd.bnd (original) +++ ace/trunk/org.apache.ace.agent.update.itest/bnd.bnd Thu Sep 19 09:31:26 2013 @@ -40,7 +40,8 @@ Private-Package: org.apache.ace.agent.it org.apache.felix.eventadmin.Timeout=0,\ org.apache.ace.server.port=8080,\ org.osgi.service.http.port=8080,\ - org.apache.felix.log.maxSize=1000 + org.apache.felix.log.maxSize=1000,\ + org.apache.ace.configurator.CONFIG_DIR=../org.apache.ace.agent.update.itest/conf Import-Package: org.apache.ace.agent,\ !org.osgi.service.component.annotations,\ *