diff options
Diffstat (limited to 'resources/textFiles')
| -rwxr-xr-x | resources/textFiles/consoleHelp.txt | 18 | ||||
| -rwxr-xr-x | resources/textFiles/defaultConf.properties | 5 | ||||
| -rwxr-xr-x | resources/textFiles/license.html | 38 | ||||
| -rw-r--r-- | resources/textFiles/version.txt | 1 |
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 © 2003, Sun Microsystems, Inc.</i>
-
- <li><b><a href="http://www.openldap.org/">OpenLDAP</a></b>
- <br><i>Copyright © 2004, OpenLDAP Foundation</i>
-
- <li><b><a href="http://xml.apache.org/xerces2-j/index.html">Xerces2 Java Parser</a></b>
- <br><i>Copyright © 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 © 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 ©, 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 © 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 © 2004 Novell, Inc. </i>
-
- <li><b><a href="http://wrapper.tanukisoftware.org/">Java Service Wrapper</a></b>
- <br><i>Copyright © 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 |
