You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by br...@apache.org on 2013/11/07 10:29:06 UTC

svn commit: r1539570 - in /ace/trunk/run-client: client.bndrun conf/org.apache.ace.log.server.store.filebased.cfg

Author: bramk
Date: Thu Nov  7 09:29:05 2013
New Revision: 1539570

URL: http://svn.apache.org/r1539570
Log:
ACE-426 Client bndrun is missing store config

Added the missing config file store the run-client conf. This solves the issue.
Exlcuded nodelauncher for now. It is suffering from the same problem but nor used.

Added:
    ace/trunk/run-client/conf/org.apache.ace.log.server.store.filebased.cfg
Modified:
    ace/trunk/run-client/client.bndrun

Modified: ace/trunk/run-client/client.bndrun
URL: http://svn.apache.org/viewvc/ace/trunk/run-client/client.bndrun?rev=1539570&r1=1539569&r2=1539570&view=diff
==============================================================================
--- ace/trunk/run-client/client.bndrun (original)
+++ ace/trunk/run-client/client.bndrun Thu Nov  7 09:29:05 2013
@@ -36,9 +36,6 @@
 	org.apache.ace.http.listener;version=latest,\
 	org.apache.ace.log.server.task;version=latest,\
 	org.apache.ace.log.api;version=latest,\
-	org.apache.ace.nodelauncher.amazon;version=latest,\
-	org.apache.ace.nodelauncher.api;version=latest,\
-	org.apache.ace.nodelauncher.ui;version=latest,\
 	org.apache.ace.range.api;version=latest,\
 	org.apache.ace.repository.api;version=latest,\
 	org.apache.ace.repository.impl;version=latest,\

Added: ace/trunk/run-client/conf/org.apache.ace.log.server.store.filebased.cfg
URL: http://svn.apache.org/viewvc/ace/trunk/run-client/conf/org.apache.ace.log.server.store.filebased.cfg?rev=1539570&view=auto
==============================================================================
--- ace/trunk/run-client/conf/org.apache.ace.log.server.store.filebased.cfg (added)
+++ ace/trunk/run-client/conf/org.apache.ace.log.server.store.filebased.cfg Thu Nov  7 09:29:05 2013
@@ -0,0 +1 @@
+MaxEvents=0
\ No newline at end of file