summaryrefslogtreecommitdiff
path: root/resources/textFiles
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2012-05-30 08:37:45 +0200
committerAndrew Branson <andrew.branson@cern.ch>2012-05-30 08:37:45 +0200
commitb086f57f56bf0eb9dab9cf321a0f69aaaae84347 (patch)
tree8e6e26e8b7eed6abad7a17b093bdbb55c5e6b1ba /resources/textFiles
parent22088ae8d2d5ff390518dbe1c4372325ffb3a647 (diff)
Initial Maven Conversion
Diffstat (limited to 'resources/textFiles')
-rwxr-xr-xresources/textFiles/consoleHelp.txt18
-rwxr-xr-xresources/textFiles/defaultConf.properties5
-rwxr-xr-xresources/textFiles/license.html38
-rw-r--r--resources/textFiles/version.txt1
4 files changed, 0 insertions, 62 deletions
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 @@
-<h3>Cristal 2 Kernel</h3>
-<i>Copyright (c) 2001-2004 The European Centre For Particle Physics Research. All Rights Reserved.</i>
-<p>Cristal Kernel utilizes the following software products:
-<ul>
- <li><b><a href="http://java.sun.com">Java 2 Programming Language and Runtime Enviroment</a></b>
- <br><i>Copyright &copy; 2003, Sun Microsystems, Inc.</i>
-
- <li><b><a href="http://www.openldap.org/">OpenLDAP</a></b>
- <br><i>Copyright &copy; 2004, OpenLDAP Foundation</i>
-
- <li><b><a href="http://xml.apache.org/xerces2-j/index.html">Xerces2 Java Parser</a></b>
- <br><i>Copyright &copy; 2000-2005, The Apache Software Foundation. All rights reserved.</i>
-
- <li><b><a href="http://jakarta.apache.org/bsf/">Jakarta Bean Scripting Framework</a></b>
- <br><i>Copyright &copy; 2000-2005, The Apache Software Foundation. All rights reserved.</i>
-
- <li><b><a href="http://www.castor.org/">Castor XML</a></b>
- <br><i>Copyright &copy;, 1999-2005 Intalio Inc., and others. All Rights Reserved.</i>
-
- <li><b><a href="http://www.mozilla.org/rhino/">Mozilla Rhino</b></a>
- <br><i>Copyright &copy; 1998-2005 The Mozilla Organization</i>
-
- <li><b><a href="http://developer.novell.com/ndk/jldap.htm">Novell LDAP Classes for Java</a></b>
- <br><i>Copyright &copy; 2004 Novell, Inc. </i>
-
- <li><b><a href="http://wrapper.tanukisoftware.org/">Java Service Wrapper</a></b>
- <br><i>Copyright &copy; 1999, 2003 TanukiSoftware.org</i>
-</ul>
-<h3>Third Party Licenses</h3>
-<ul>
- <li>Java 2 License: <a href="http://java.com/en/download/license.jsp">http://java.com/en/download/license.jsp</a>
- <li>Apache Software License: <a href="http://www.apache.org/LICENSE.txt">http://www.apache.org/LICENSE.txt</a>
- <li>DOM License: <a href="http://www.w3.org/Consortium/Legal/copyright-software-19980720">http://www.w3.org/Consortium/Legal/copyright-software-19980720</a>
- <li>SAX License: <a href="http://www.saxproject.org/?selected=pd">http://www.saxproject.org/?selected=pd</a>
- <li>Castor License: <a href="http://www.castor.org/license.html">http://www.castor.org/license.html</a>
- <li>Mozilla License: <a href="http://www.mozilla.org/MPL/">http://www.mozilla.org/MPL/</a>
- <li>JSW License: <a href="http://wrapper.tanukisoftware.org/doc/english/license.html">http://wrapper.tanukisoftware.org/doc/english/license.html</a>
-</ul> \ 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