summaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2012-06-26 12:41:11 +0200
committerAndrew Branson <andrew.branson@cern.ch>2012-06-26 12:41:11 +0200
commit99eed1e3c7e7292aea91131baeb36f81e23e3e82 (patch)
treeeb1afe9e57736bb1e9113ece476b9d8f0dcc7917 /src/main/resources
Initial refactor from kernel
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/images/about.pngbin0 -> 1906 bytes
-rw-r--r--src/main/resources/images/compositeMember.gifbin0 -> 916 bytes
-rw-r--r--src/main/resources/images/elementaryMember.gifbin0 -> 872 bytes
-rw-r--r--src/main/resources/images/find.pngbin0 -> 795 bytes
-rw-r--r--src/main/resources/images/folder.pngbin0 -> 559 bytes
-rw-r--r--src/main/resources/images/graph/autolayout.pngbin0 -> 909 bytes
-rw-r--r--src/main/resources/images/graph/copy.pngbin0 -> 805 bytes
-rw-r--r--src/main/resources/images/graph/delete.pngbin0 -> 858 bytes
-rw-r--r--src/main/resources/images/graph/edge.pngbin0 -> 565 bytes
-rw-r--r--src/main/resources/images/graph/history.pngbin0 -> 991 bytes
-rw-r--r--src/main/resources/images/graph/load.pngbin0 -> 559 bytes
-rw-r--r--src/main/resources/images/graph/newvertex.pngbin0 -> 703 bytes
-rw-r--r--src/main/resources/images/graph/newvertex_large.pngbin0 -> 1221 bytes
-rw-r--r--src/main/resources/images/graph/print.pngbin0 -> 870 bytes
-rw-r--r--src/main/resources/images/graph/resizepad.gifbin0 -> 842 bytes
-rw-r--r--src/main/resources/images/graph/save.pngbin0 -> 892 bytes
-rw-r--r--src/main/resources/images/graph/selection.gifbin0 -> 132 bytes
-rw-r--r--src/main/resources/images/graph/start.pngbin0 -> 732 bytes
-rw-r--r--src/main/resources/images/graph/zoomout.pngbin0 -> 927 bytes
-rw-r--r--src/main/resources/images/info.pngbin0 -> 866 bytes
-rw-r--r--src/main/resources/images/leaf.pngbin0 -> 626 bytes
-rw-r--r--src/main/resources/images/loading.gifbin0 -> 1245 bytes
-rw-r--r--src/main/resources/images/next.pngbin0 -> 921 bytes
-rw-r--r--src/main/resources/images/reload.gifbin0 -> 1005 bytes
-rw-r--r--src/main/resources/images/typeicons/agent_16.pngbin0 -> 810 bytes
-rw-r--r--src/main/resources/images/typeicons/agent_32.pngbin0 -> 1803 bytes
-rw-r--r--src/main/resources/images/typeicons/compositeactivitydesc_16.pngbin0 -> 788 bytes
-rw-r--r--src/main/resources/images/typeicons/compositeactivitydesc_32.pngbin0 -> 2102 bytes
-rw-r--r--src/main/resources/images/typeicons/elementaryactivitydesc_16.pngbin0 -> 724 bytes
-rw-r--r--src/main/resources/images/typeicons/elementaryactivitydesc_32.pngbin0 -> 1871 bytes
-rw-r--r--src/main/resources/images/typeicons/outcome_desc_32.pngbin0 -> 1881 bytes
-rw-r--r--src/main/resources/images/typeicons/outcomedesc_16.pngbin0 -> 840 bytes
-rw-r--r--src/main/resources/images/typeicons/outcomedesc_32.pngbin0 -> 1881 bytes
-rw-r--r--src/main/resources/images/typeicons/script_16.pngbin0 -> 894 bytes
-rw-r--r--src/main/resources/images/typeicons/script_32.pngbin0 -> 2056 bytes
-rw-r--r--src/main/resources/images/typeicons/server_16.pngbin0 -> 875 bytes
-rw-r--r--src/main/resources/images/typeicons/server_32.pngbin0 -> 1882 bytes
-rw-r--r--src/main/resources/textFiles/consoleHelp.txt18
-rw-r--r--src/main/resources/textFiles/license.html38
39 files changed, 56 insertions, 0 deletions
diff --git a/src/main/resources/images/about.png b/src/main/resources/images/about.png
new file mode 100644
index 0000000..3f34032
--- /dev/null
+++ b/src/main/resources/images/about.png
Binary files differ
diff --git a/src/main/resources/images/compositeMember.gif b/src/main/resources/images/compositeMember.gif
new file mode 100644
index 0000000..9e267fc
--- /dev/null
+++ b/src/main/resources/images/compositeMember.gif
Binary files differ
diff --git a/src/main/resources/images/elementaryMember.gif b/src/main/resources/images/elementaryMember.gif
new file mode 100644
index 0000000..9aa677e
--- /dev/null
+++ b/src/main/resources/images/elementaryMember.gif
Binary files differ
diff --git a/src/main/resources/images/find.png b/src/main/resources/images/find.png
new file mode 100644
index 0000000..54d2a6f
--- /dev/null
+++ b/src/main/resources/images/find.png
Binary files differ
diff --git a/src/main/resources/images/folder.png b/src/main/resources/images/folder.png
new file mode 100644
index 0000000..c969ff4
--- /dev/null
+++ b/src/main/resources/images/folder.png
Binary files differ
diff --git a/src/main/resources/images/graph/autolayout.png b/src/main/resources/images/graph/autolayout.png
new file mode 100644
index 0000000..4470ace
--- /dev/null
+++ b/src/main/resources/images/graph/autolayout.png
Binary files differ
diff --git a/src/main/resources/images/graph/copy.png b/src/main/resources/images/graph/copy.png
new file mode 100644
index 0000000..77b67a3
--- /dev/null
+++ b/src/main/resources/images/graph/copy.png
Binary files differ
diff --git a/src/main/resources/images/graph/delete.png b/src/main/resources/images/graph/delete.png
new file mode 100644
index 0000000..180fc21
--- /dev/null
+++ b/src/main/resources/images/graph/delete.png
Binary files differ
diff --git a/src/main/resources/images/graph/edge.png b/src/main/resources/images/graph/edge.png
new file mode 100644
index 0000000..12593ae
--- /dev/null
+++ b/src/main/resources/images/graph/edge.png
Binary files differ
diff --git a/src/main/resources/images/graph/history.png b/src/main/resources/images/graph/history.png
new file mode 100644
index 0000000..f7defb1
--- /dev/null
+++ b/src/main/resources/images/graph/history.png
Binary files differ
diff --git a/src/main/resources/images/graph/load.png b/src/main/resources/images/graph/load.png
new file mode 100644
index 0000000..c969ff4
--- /dev/null
+++ b/src/main/resources/images/graph/load.png
Binary files differ
diff --git a/src/main/resources/images/graph/newvertex.png b/src/main/resources/images/graph/newvertex.png
new file mode 100644
index 0000000..324b65a
--- /dev/null
+++ b/src/main/resources/images/graph/newvertex.png
Binary files differ
diff --git a/src/main/resources/images/graph/newvertex_large.png b/src/main/resources/images/graph/newvertex_large.png
new file mode 100644
index 0000000..aade756
--- /dev/null
+++ b/src/main/resources/images/graph/newvertex_large.png
Binary files differ
diff --git a/src/main/resources/images/graph/print.png b/src/main/resources/images/graph/print.png
new file mode 100644
index 0000000..f417d83
--- /dev/null
+++ b/src/main/resources/images/graph/print.png
Binary files differ
diff --git a/src/main/resources/images/graph/resizepad.gif b/src/main/resources/images/graph/resizepad.gif
new file mode 100644
index 0000000..0f1b5d6
--- /dev/null
+++ b/src/main/resources/images/graph/resizepad.gif
Binary files differ
diff --git a/src/main/resources/images/graph/save.png b/src/main/resources/images/graph/save.png
new file mode 100644
index 0000000..1c4f461
--- /dev/null
+++ b/src/main/resources/images/graph/save.png
Binary files differ
diff --git a/src/main/resources/images/graph/selection.gif b/src/main/resources/images/graph/selection.gif
new file mode 100644
index 0000000..92595c7
--- /dev/null
+++ b/src/main/resources/images/graph/selection.gif
Binary files differ
diff --git a/src/main/resources/images/graph/start.png b/src/main/resources/images/graph/start.png
new file mode 100644
index 0000000..b1212e2
--- /dev/null
+++ b/src/main/resources/images/graph/start.png
Binary files differ
diff --git a/src/main/resources/images/graph/zoomout.png b/src/main/resources/images/graph/zoomout.png
new file mode 100644
index 0000000..b65dcc1
--- /dev/null
+++ b/src/main/resources/images/graph/zoomout.png
Binary files differ
diff --git a/src/main/resources/images/info.png b/src/main/resources/images/info.png
new file mode 100644
index 0000000..7c98fba
--- /dev/null
+++ b/src/main/resources/images/info.png
Binary files differ
diff --git a/src/main/resources/images/leaf.png b/src/main/resources/images/leaf.png
new file mode 100644
index 0000000..acbdea8
--- /dev/null
+++ b/src/main/resources/images/leaf.png
Binary files differ
diff --git a/src/main/resources/images/loading.gif b/src/main/resources/images/loading.gif
new file mode 100644
index 0000000..24f86d4
--- /dev/null
+++ b/src/main/resources/images/loading.gif
Binary files differ
diff --git a/src/main/resources/images/next.png b/src/main/resources/images/next.png
new file mode 100644
index 0000000..4be5f63
--- /dev/null
+++ b/src/main/resources/images/next.png
Binary files differ
diff --git a/src/main/resources/images/reload.gif b/src/main/resources/images/reload.gif
new file mode 100644
index 0000000..2739941
--- /dev/null
+++ b/src/main/resources/images/reload.gif
Binary files differ
diff --git a/src/main/resources/images/typeicons/agent_16.png b/src/main/resources/images/typeicons/agent_16.png
new file mode 100644
index 0000000..1820787
--- /dev/null
+++ b/src/main/resources/images/typeicons/agent_16.png
Binary files differ
diff --git a/src/main/resources/images/typeicons/agent_32.png b/src/main/resources/images/typeicons/agent_32.png
new file mode 100644
index 0000000..b69c918
--- /dev/null
+++ b/src/main/resources/images/typeicons/agent_32.png
Binary files differ
diff --git a/src/main/resources/images/typeicons/compositeactivitydesc_16.png b/src/main/resources/images/typeicons/compositeactivitydesc_16.png
new file mode 100644
index 0000000..14e0c55
--- /dev/null
+++ b/src/main/resources/images/typeicons/compositeactivitydesc_16.png
Binary files differ
diff --git a/src/main/resources/images/typeicons/compositeactivitydesc_32.png b/src/main/resources/images/typeicons/compositeactivitydesc_32.png
new file mode 100644
index 0000000..dec52db
--- /dev/null
+++ b/src/main/resources/images/typeicons/compositeactivitydesc_32.png
Binary files differ
diff --git a/src/main/resources/images/typeicons/elementaryactivitydesc_16.png b/src/main/resources/images/typeicons/elementaryactivitydesc_16.png
new file mode 100644
index 0000000..4db99b3
--- /dev/null
+++ b/src/main/resources/images/typeicons/elementaryactivitydesc_16.png
Binary files differ
diff --git a/src/main/resources/images/typeicons/elementaryactivitydesc_32.png b/src/main/resources/images/typeicons/elementaryactivitydesc_32.png
new file mode 100644
index 0000000..def8c90
--- /dev/null
+++ b/src/main/resources/images/typeicons/elementaryactivitydesc_32.png
Binary files differ
diff --git a/src/main/resources/images/typeicons/outcome_desc_32.png b/src/main/resources/images/typeicons/outcome_desc_32.png
new file mode 100644
index 0000000..0139f7e
--- /dev/null
+++ b/src/main/resources/images/typeicons/outcome_desc_32.png
Binary files differ
diff --git a/src/main/resources/images/typeicons/outcomedesc_16.png b/src/main/resources/images/typeicons/outcomedesc_16.png
new file mode 100644
index 0000000..b5829ba
--- /dev/null
+++ b/src/main/resources/images/typeicons/outcomedesc_16.png
Binary files differ
diff --git a/src/main/resources/images/typeicons/outcomedesc_32.png b/src/main/resources/images/typeicons/outcomedesc_32.png
new file mode 100644
index 0000000..0139f7e
--- /dev/null
+++ b/src/main/resources/images/typeicons/outcomedesc_32.png
Binary files differ
diff --git a/src/main/resources/images/typeicons/script_16.png b/src/main/resources/images/typeicons/script_16.png
new file mode 100644
index 0000000..203e519
--- /dev/null
+++ b/src/main/resources/images/typeicons/script_16.png
Binary files differ
diff --git a/src/main/resources/images/typeicons/script_32.png b/src/main/resources/images/typeicons/script_32.png
new file mode 100644
index 0000000..a1e8d3a
--- /dev/null
+++ b/src/main/resources/images/typeicons/script_32.png
Binary files differ
diff --git a/src/main/resources/images/typeicons/server_16.png b/src/main/resources/images/typeicons/server_16.png
new file mode 100644
index 0000000..b3ff15b
--- /dev/null
+++ b/src/main/resources/images/typeicons/server_16.png
Binary files differ
diff --git a/src/main/resources/images/typeicons/server_32.png b/src/main/resources/images/typeicons/server_32.png
new file mode 100644
index 0000000..d7bf297
--- /dev/null
+++ b/src/main/resources/images/typeicons/server_32.png
Binary files differ
diff --git a/src/main/resources/textFiles/consoleHelp.txt b/src/main/resources/textFiles/consoleHelp.txt
new file mode 100644
index 0000000..2b96172
--- /dev/null
+++ b/src/main/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/src/main/resources/textFiles/license.html b/src/main/resources/textFiles/license.html
new file mode 100644
index 0000000..eede128
--- /dev/null
+++ b/src/main/resources/textFiles/license.html
@@ -0,0 +1,38 @@
+<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