From b086f57f56bf0eb9dab9cf321a0f69aaaae84347 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Wed, 30 May 2012 08:37:45 +0200 Subject: Initial Maven Conversion --- resources/textFiles/consoleHelp.txt | 18 -------------- resources/textFiles/defaultConf.properties | 5 ---- resources/textFiles/license.html | 38 ------------------------------ resources/textFiles/version.txt | 1 - 4 files changed, 62 deletions(-) delete mode 100755 resources/textFiles/consoleHelp.txt delete mode 100755 resources/textFiles/defaultConf.properties delete mode 100755 resources/textFiles/license.html delete mode 100644 resources/textFiles/version.txt (limited to 'resources/textFiles') diff --git a/resources/textFiles/consoleHelp.txt b/resources/textFiles/consoleHelp.txt deleted file mode 100755 index 2b96172..0000000 --- a/resources/textFiles/consoleHelp.txt +++ /dev/null @@ -1,18 +0,0 @@ -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 deleted file mode 100755 index dbc58de..0000000 --- a/resources/textFiles/defaultConf.properties +++ /dev/null @@ -1,5 +0,0 @@ -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 deleted file mode 100755 index eede128..0000000 --- a/resources/textFiles/license.html +++ /dev/null @@ -1,38 +0,0 @@ -

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 deleted file mode 100644 index 15ac121..0000000 --- a/resources/textFiles/version.txt +++ /dev/null @@ -1 +0,0 @@ -C2Kernel V2.3.1 Build 1 \ No newline at end of file -- cgit v1.2.3