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,\
        *


Reply via email to