You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2004/06/12 02:46:22 UTC

svn commit: rev 21113 - in avalon/trunk/runtime/merlin/cli/etc: . main test

Author: mcconnell
Date: Fri Jun 11 17:46:21 2004
New Revision: 21113

Added:
   avalon/trunk/runtime/merlin/cli/etc/
   avalon/trunk/runtime/merlin/cli/etc/main/
   avalon/trunk/runtime/merlin/cli/etc/main/merlin.properties   (contents, props changed)
   avalon/trunk/runtime/merlin/cli/etc/test/
Log:
preparing merlin cli

Added: avalon/trunk/runtime/merlin/cli/etc/main/merlin.properties
==============================================================================
--- (empty file)
+++ avalon/trunk/runtime/merlin/cli/etc/main/merlin.properties	Fri Jun 11 17:46:21 2004
@@ -0,0 +1,29 @@
+
+#----------------------------------------------------------------------
+# static defaults for the merlin platform
+#----------------------------------------------------------------------
+
+#
+# The default avalon repository root directory. 
+#
+avalon.home = ${user.home}/.avalon
+
+#
+# merlin system implementation
+merlin.implementation = @MERLIN_IMPLEMENTATION@
+
+#
+# logging implementation
+merlin.logging.implementation = @LOGGING_IMPLEMENTATION@
+
+#
+# runtime implementation
+merlin.runtime.implementation = @STANDARD_RUNTIME@
+
+#
+# server mode
+merlin.server = true
+
+#
+# EOF
+#

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org