From 254ee6f47eebfc00462c10756a92066e82cc1a96 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Tue, 21 Jun 2011 15:46:02 +0200 Subject: Initial commit --- resources/textFiles/consoleHelp.txt | 18 ++++++++++++++ resources/textFiles/defaultConf.properties | 5 ++++ resources/textFiles/license.html | 38 ++++++++++++++++++++++++++++++ resources/textFiles/version.txt | 1 + 4 files changed, 62 insertions(+) create mode 100755 resources/textFiles/consoleHelp.txt create mode 100755 resources/textFiles/defaultConf.properties create mode 100755 resources/textFiles/license.html create mode 100755 resources/textFiles/version.txt (limited to 'resources/textFiles') diff --git a/resources/textFiles/consoleHelp.txt b/resources/textFiles/consoleHelp.txt new file mode 100755 index 0000000..2b96172 --- /dev/null +++ b/resources/textFiles/consoleHelp.txt @@ -0,0 +1,18 @@ +Cristal 2 scripting console +--------------------------- +Commands entered here are directly parsed by the javascript engine. You can call methods directly on five objects pre-loaded from the Gateway: +proxy - the EntityProxyManager +storage - the TransactionManager +db - the ClusterStorageManager +lookup - the LDAPLookup (server context) +orb - the ORB + +Your output is a log stream, by default set to level 0. Change your log level with 'log n'. +View this message with 'help'. + +Useful methods: +proxy.reportCurrentProxies(logLevel); +proxy.reportConnections(logLevel); +storage.dumpPendingTransactions(logLevel); +db.clearCache([sysKey][, rootPath]); +db.dumpCacheContents(logLevel); diff --git a/resources/textFiles/defaultConf.properties b/resources/textFiles/defaultConf.properties new file mode 100755 index 0000000..dbc58de --- /dev/null +++ b/resources/textFiles/defaultConf.properties @@ -0,0 +1,5 @@ +OutcomeHandler.CompositeActivityDef.0=com.c2kernel.lifecycle.gui.view.CompActDefOutcomeHandler +OutcomeHandler.ElementaryActivityDef.0=com.c2kernel.lifecycle.gui.view.ElemActDefOutcomeHandler +OutcomeHandler.Schema.0=com.c2kernel.gui.tabs.outcome.BasicOutcomeEditor +OutcomeHandler.Script.0=com.c2kernel.gui.tabs.outcome.BasicOutcomeEditor +banner=about.png diff --git a/resources/textFiles/license.html b/resources/textFiles/license.html new file mode 100755 index 0000000..eede128 --- /dev/null +++ b/resources/textFiles/license.html @@ -0,0 +1,38 @@ +

Cristal 2 Kernel

+Copyright (c) 2001-2004 The European Centre For Particle Physics Research. All Rights Reserved. +

Cristal Kernel utilizes the following software products: +

+

Third Party Licenses

+ \ No newline at end of file diff --git a/resources/textFiles/version.txt b/resources/textFiles/version.txt new file mode 100755 index 0000000..17e85ef --- /dev/null +++ b/resources/textFiles/version.txt @@ -0,0 +1 @@ +C2Kernel V2.2 Build 2 \ No newline at end of file -- cgit v1.2.3