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/boot/CA/CompositeActivityFactory.xml | 108 ++++++++++ resources/boot/CA/ElementaryActivityFactory.xml | 108 ++++++++++ resources/boot/CA/ManageCompositeActDef.xml | 219 +++++++++++++++++++++ resources/boot/CA/ManageElementaryActDef.xml | 219 +++++++++++++++++++++ resources/boot/CA/ManageSchema.xml | 218 ++++++++++++++++++++ resources/boot/CA/ManageScript.xml | 219 +++++++++++++++++++++ resources/boot/CA/NoWorkflow.xml | 22 +++ resources/boot/CA/SchemaFactory.xml | 108 ++++++++++ resources/boot/CA/ScriptFactory.xml | 108 ++++++++++ resources/boot/CA/ServerItemWorkflow.xml | 217 ++++++++++++++++++++ resources/boot/EA/AssignNewVersionFromLast.xml | 20 ++ resources/boot/EA/CreateNewAgent.xml | 19 ++ resources/boot/EA/CreateNewItem.xml | 19 ++ resources/boot/EA/CreateNewLocalObjectDef.xml | 19 ++ resources/boot/EA/EditActivityDef.xml | 19 ++ resources/boot/EA/EditProperties.xml | 20 ++ resources/boot/EA/EditSchema.xml | 19 ++ resources/boot/EA/EditScriptDefinition.xml | 19 ++ resources/boot/LDAPboot.txt | 4 + resources/boot/OD/CompositeActivityDef.xml | 186 +++++++++++++++++ resources/boot/OD/ElementaryActivityDef.xml | 29 +++ resources/boot/OD/New.xml | 3 + resources/boot/OD/NewAgent.xml | 20 ++ resources/boot/OD/NewItem.xml | 73 +++++++ resources/boot/OD/NewLocalObjectDef.xml | 20 ++ resources/boot/OD/PredefinedStepOutcome.xml | 13 ++ resources/boot/OD/PropertyDescription.xml | 36 ++++ resources/boot/OD/Schema.xml | 4 + resources/boot/OD/Script.xml | 38 ++++ .../boot/SC/CreateNewNumberedVersionFromLast.xml | 39 ++++ resources/boot/SC/LocalObjectDefCreator.xml | 57 ++++++ resources/boot/SC/New.xml | 13 ++ resources/boot/SC/ServerNewEntity.xml | 20 ++ resources/boot/allbootitems.txt | 34 ++++ resources/boot/factory/CA.xml | 8 + resources/boot/factory/EA.xml | 8 + resources/boot/factory/OD.xml | 8 + resources/boot/factory/SC.xml | 8 + resources/boot/property/CAProp.xml | 5 + resources/boot/property/EAProp.xml | 5 + resources/boot/property/ODProp.xml | 5 + resources/boot/property/SCProp.xml | 4 + resources/images/Thumbs.db | Bin 0 -> 58368 bytes resources/images/about.png | Bin 0 -> 1906 bytes resources/images/compositeMember.gif | Bin 0 -> 916 bytes resources/images/elementaryMember.gif | Bin 0 -> 872 bytes resources/images/find.png | Bin 0 -> 795 bytes resources/images/folder.png | Bin 0 -> 559 bytes resources/images/graph/autolayout.png | Bin 0 -> 909 bytes resources/images/graph/copy.png | Bin 0 -> 805 bytes resources/images/graph/delete.png | Bin 0 -> 858 bytes resources/images/graph/edge.png | Bin 0 -> 565 bytes resources/images/graph/history.png | Bin 0 -> 991 bytes resources/images/graph/load.png | Bin 0 -> 559 bytes resources/images/graph/newvertex.png | Bin 0 -> 703 bytes resources/images/graph/newvertex_large.png | Bin 0 -> 1221 bytes resources/images/graph/print.png | Bin 0 -> 870 bytes resources/images/graph/resizepad.gif | Bin 0 -> 842 bytes resources/images/graph/save.png | Bin 0 -> 892 bytes resources/images/graph/selection.gif | Bin 0 -> 132 bytes resources/images/graph/start.png | Bin 0 -> 732 bytes resources/images/graph/zoomout.png | Bin 0 -> 927 bytes resources/images/info.png | Bin 0 -> 866 bytes resources/images/leaf.png | Bin 0 -> 626 bytes resources/images/loading.gif | Bin 0 -> 1245 bytes resources/images/next.png | Bin 0 -> 921 bytes resources/images/reload.gif | Bin 0 -> 1005 bytes resources/images/typeicons/agent_16.png | Bin 0 -> 810 bytes resources/images/typeicons/agent_32.png | Bin 0 -> 1803 bytes .../images/typeicons/compositeactivitydesc_16.png | Bin 0 -> 788 bytes .../images/typeicons/compositeactivitydesc_32.png | Bin 0 -> 2102 bytes .../images/typeicons/elementaryactivitydesc_16.png | Bin 0 -> 724 bytes .../images/typeicons/elementaryactivitydesc_32.png | Bin 0 -> 1871 bytes .../images/typeicons/localobjectfactory_16.png | Bin 0 -> 916 bytes .../images/typeicons/localobjectfactory_32.png | Bin 0 -> 2084 bytes resources/images/typeicons/outcome_desc_32.png | Bin 0 -> 1881 bytes resources/images/typeicons/outcomedesc_16.png | Bin 0 -> 840 bytes resources/images/typeicons/outcomedesc_32.png | Bin 0 -> 1881 bytes resources/images/typeicons/script_16.png | Bin 0 -> 894 bytes resources/images/typeicons/script_32.png | Bin 0 -> 2056 bytes resources/images/typeicons/server_16.png | Bin 0 -> 875 bytes resources/images/typeicons/server_32.png | Bin 0 -> 1882 bytes resources/mapFiles/CastorHashMapMap.xml | 41 ++++ resources/mapFiles/CollectionMap.xml | 113 +++++++++++ resources/mapFiles/HistoryMap.xml | 43 ++++ resources/mapFiles/JobListMap.xml | 48 +++++ resources/mapFiles/KeyValuePairMap.xml | 30 +++ resources/mapFiles/LifeCycleMap.xml | 121 ++++++++++++ resources/mapFiles/NewEntityMap.xml | 102 ++++++++++ resources/mapFiles/PropertiesMap.xml | 46 +++++ resources/mapFiles/TransferMap.xml | 19 ++ resources/mapFiles/ViewpointMap.xml | 21 ++ resources/mapFiles/graphModelMap.xml | 126 ++++++++++++ resources/mapFiles/index.xml | 10 + resources/openldap/README | 5 + resources/openldap/cristal2.schema | 49 +++++ resources/openldap/slapd.conf | 20 ++ resources/textFiles/consoleHelp.txt | 18 ++ resources/textFiles/defaultConf.properties | 5 + resources/textFiles/license.html | 38 ++++ resources/textFiles/version.txt | 1 + 101 files changed, 3196 insertions(+) create mode 100755 resources/boot/CA/CompositeActivityFactory.xml create mode 100755 resources/boot/CA/ElementaryActivityFactory.xml create mode 100755 resources/boot/CA/ManageCompositeActDef.xml create mode 100755 resources/boot/CA/ManageElementaryActDef.xml create mode 100755 resources/boot/CA/ManageSchema.xml create mode 100755 resources/boot/CA/ManageScript.xml create mode 100755 resources/boot/CA/NoWorkflow.xml create mode 100755 resources/boot/CA/SchemaFactory.xml create mode 100755 resources/boot/CA/ScriptFactory.xml create mode 100755 resources/boot/CA/ServerItemWorkflow.xml create mode 100755 resources/boot/EA/AssignNewVersionFromLast.xml create mode 100755 resources/boot/EA/CreateNewAgent.xml create mode 100755 resources/boot/EA/CreateNewItem.xml create mode 100755 resources/boot/EA/CreateNewLocalObjectDef.xml create mode 100755 resources/boot/EA/EditActivityDef.xml create mode 100755 resources/boot/EA/EditProperties.xml create mode 100755 resources/boot/EA/EditSchema.xml create mode 100755 resources/boot/EA/EditScriptDefinition.xml create mode 100755 resources/boot/LDAPboot.txt create mode 100755 resources/boot/OD/CompositeActivityDef.xml create mode 100755 resources/boot/OD/ElementaryActivityDef.xml create mode 100755 resources/boot/OD/New.xml create mode 100755 resources/boot/OD/NewAgent.xml create mode 100755 resources/boot/OD/NewItem.xml create mode 100755 resources/boot/OD/NewLocalObjectDef.xml create mode 100755 resources/boot/OD/PredefinedStepOutcome.xml create mode 100755 resources/boot/OD/PropertyDescription.xml create mode 100755 resources/boot/OD/Schema.xml create mode 100755 resources/boot/OD/Script.xml create mode 100755 resources/boot/SC/CreateNewNumberedVersionFromLast.xml create mode 100755 resources/boot/SC/LocalObjectDefCreator.xml create mode 100755 resources/boot/SC/New.xml create mode 100755 resources/boot/SC/ServerNewEntity.xml create mode 100755 resources/boot/allbootitems.txt create mode 100755 resources/boot/factory/CA.xml create mode 100755 resources/boot/factory/EA.xml create mode 100755 resources/boot/factory/OD.xml create mode 100755 resources/boot/factory/SC.xml create mode 100755 resources/boot/property/CAProp.xml create mode 100755 resources/boot/property/EAProp.xml create mode 100755 resources/boot/property/ODProp.xml create mode 100755 resources/boot/property/SCProp.xml create mode 100755 resources/images/Thumbs.db create mode 100755 resources/images/about.png create mode 100755 resources/images/compositeMember.gif create mode 100755 resources/images/elementaryMember.gif create mode 100755 resources/images/find.png create mode 100755 resources/images/folder.png create mode 100755 resources/images/graph/autolayout.png create mode 100755 resources/images/graph/copy.png create mode 100755 resources/images/graph/delete.png create mode 100755 resources/images/graph/edge.png create mode 100755 resources/images/graph/history.png create mode 100755 resources/images/graph/load.png create mode 100755 resources/images/graph/newvertex.png create mode 100755 resources/images/graph/newvertex_large.png create mode 100755 resources/images/graph/print.png create mode 100755 resources/images/graph/resizepad.gif create mode 100755 resources/images/graph/save.png create mode 100755 resources/images/graph/selection.gif create mode 100755 resources/images/graph/start.png create mode 100755 resources/images/graph/zoomout.png create mode 100755 resources/images/info.png create mode 100755 resources/images/leaf.png create mode 100755 resources/images/loading.gif create mode 100755 resources/images/next.png create mode 100755 resources/images/reload.gif create mode 100755 resources/images/typeicons/agent_16.png create mode 100755 resources/images/typeicons/agent_32.png create mode 100755 resources/images/typeicons/compositeactivitydesc_16.png create mode 100755 resources/images/typeicons/compositeactivitydesc_32.png create mode 100755 resources/images/typeicons/elementaryactivitydesc_16.png create mode 100755 resources/images/typeicons/elementaryactivitydesc_32.png create mode 100755 resources/images/typeicons/localobjectfactory_16.png create mode 100755 resources/images/typeicons/localobjectfactory_32.png create mode 100755 resources/images/typeicons/outcome_desc_32.png create mode 100755 resources/images/typeicons/outcomedesc_16.png create mode 100755 resources/images/typeicons/outcomedesc_32.png create mode 100755 resources/images/typeicons/script_16.png create mode 100755 resources/images/typeicons/script_32.png create mode 100755 resources/images/typeicons/server_16.png create mode 100755 resources/images/typeicons/server_32.png create mode 100755 resources/mapFiles/CastorHashMapMap.xml create mode 100755 resources/mapFiles/CollectionMap.xml create mode 100755 resources/mapFiles/HistoryMap.xml create mode 100755 resources/mapFiles/JobListMap.xml create mode 100755 resources/mapFiles/KeyValuePairMap.xml create mode 100755 resources/mapFiles/LifeCycleMap.xml create mode 100755 resources/mapFiles/NewEntityMap.xml create mode 100755 resources/mapFiles/PropertiesMap.xml create mode 100755 resources/mapFiles/TransferMap.xml create mode 100755 resources/mapFiles/ViewpointMap.xml create mode 100755 resources/mapFiles/graphModelMap.xml create mode 100755 resources/mapFiles/index.xml create mode 100755 resources/openldap/README create mode 100755 resources/openldap/cristal2.schema create mode 100755 resources/openldap/slapd.conf 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') diff --git a/resources/boot/CA/CompositeActivityFactory.xml b/resources/boot/CA/CompositeActivityFactory.xml new file mode 100755 index 0000000..1a963cb --- /dev/null +++ b/resources/boot/CA/CompositeActivityFactory.xml @@ -0,0 +1,108 @@ + + + + + + + + + + 9 + + + + + + + + + + + 7 + 12 + + + + + + + + + + + 13 + 7 + 9 + + + + + + + + + + + + + 12 + 13 + + + + + + + CreateNewLocalObjectDef + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + CreateNewLocalObjectDef + diff --git a/resources/boot/CA/ElementaryActivityFactory.xml b/resources/boot/CA/ElementaryActivityFactory.xml new file mode 100755 index 0000000..bf14607 --- /dev/null +++ b/resources/boot/CA/ElementaryActivityFactory.xml @@ -0,0 +1,108 @@ + + + + + + + + + + 9 + + + + + + + + + + + 7 + 12 + + + + + + + + + + + 13 + 7 + 9 + + + + + + + + + + + + + 12 + 13 + + + + + + + CreateNewLocalObjectDef + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + CreateNewLocalObjectDef + diff --git a/resources/boot/CA/ManageCompositeActDef.xml b/resources/boot/CA/ManageCompositeActDef.xml new file mode 100755 index 0000000..9a48f1c --- /dev/null +++ b/resources/boot/CA/ManageCompositeActDef.xml @@ -0,0 +1,219 @@ + + + + + + + + + + 19 + 20 + 21 + + + + + + + + + + + + + 17 + 20 + 18 + + + + + + + + + + + 16 + 17 + + + + + + + + + + + + 8 + 21 + + + + + + + + + + + 25 + 7 + 8 + + + + + + + + + + + + + 18 + 19 + + + + + + + AssignNewVersionFromLast + + + + + + + + 7 + 16 + 24 + + + + + + + + + + + 24 + 25 + + + + + + + EditActivityDef + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + AssignNewVersionFromLast + EditActivityDef + diff --git a/resources/boot/CA/ManageElementaryActDef.xml b/resources/boot/CA/ManageElementaryActDef.xml new file mode 100755 index 0000000..1aa3840 --- /dev/null +++ b/resources/boot/CA/ManageElementaryActDef.xml @@ -0,0 +1,219 @@ + + + + + + + + + + 19 + 20 + 21 + + + + + + + + + + + + + 17 + 20 + 18 + + + + + + + + + + + 8 + 21 + + + + + + + + + + + 16 + 17 + + + + + + + + + + + + 25 + 7 + 8 + + + + + + + + + + + + + 7 + 16 + 24 + + + + + + + + + + + 18 + 19 + + + + + + + AssignNewVersionFromLast + + + + + + + + 24 + 25 + + + + + + + EditActivityDef + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + AssignNewVersionFromLast + EditActivityDef + diff --git a/resources/boot/CA/ManageSchema.xml b/resources/boot/CA/ManageSchema.xml new file mode 100755 index 0000000..da501e4 --- /dev/null +++ b/resources/boot/CA/ManageSchema.xml @@ -0,0 +1,218 @@ + + + + + + + + + + 19 + 20 + 21 + + + + + + + + + + + + + 17 + 20 + 18 + + + + + + + + + + + 16 + 17 + + + + + + + + + + + + 8 + 21 + + + + + + + + + + + 6 + 7 + 8 + + + + + + + + + + + + + 18 + 19 + + + + + + + AssignNewVersionFromLast + + + + + + + + 7 + 16 + 5 + + + + + + + + + + + 5 + 6 + + + + + + EditSchema + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + AssignNewVersionFromLast + EditSchema + diff --git a/resources/boot/CA/ManageScript.xml b/resources/boot/CA/ManageScript.xml new file mode 100755 index 0000000..f8100b0 --- /dev/null +++ b/resources/boot/CA/ManageScript.xml @@ -0,0 +1,219 @@ + + + + + + + + + + 24 + 25 + 26 + + + + + + + + + + + + + 21 + 22 + 23 + + + + + + + + + + + + + 18 + 25 + 20 + + + + + + + + + + + 17 + 23 + 19 + + + + + + + + + + + 17 + 18 + + + + + + + + + + + + 19 + 21 + + + + + + EditScriptDefinition + + + + + + + + 20 + 24 + + + + + + + AssignNewVersionFromLast + + + + + + + + 22 + 26 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + EditScriptDefinition + AssignNewVersionFromLast + diff --git a/resources/boot/CA/NoWorkflow.xml b/resources/boot/CA/NoWorkflow.xml new file mode 100755 index 0000000..c0e2d6f --- /dev/null +++ b/resources/boot/CA/NoWorkflow.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/boot/CA/SchemaFactory.xml b/resources/boot/CA/SchemaFactory.xml new file mode 100755 index 0000000..aa903db --- /dev/null +++ b/resources/boot/CA/SchemaFactory.xml @@ -0,0 +1,108 @@ + + + + + + + + + + 9 + + + + + + + + + + + 7 + 12 + + + + + + + + + + + 13 + 7 + 9 + + + + + + + + + + + + + 12 + 13 + + + + + + + CreateNewLocalObjectDef + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + CreateNewLocalObjectDef + diff --git a/resources/boot/CA/ScriptFactory.xml b/resources/boot/CA/ScriptFactory.xml new file mode 100755 index 0000000..dac5ba7 --- /dev/null +++ b/resources/boot/CA/ScriptFactory.xml @@ -0,0 +1,108 @@ + + + + + + + + + + 9 + + + + + + + + + + + 7 + 12 + + + + + + + + + + + 13 + 7 + 9 + + + + + + + + + + + + + 12 + 13 + + + + + + + CreateNewLocalObjectDef + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + CreateNewLocalObjectDef + diff --git a/resources/boot/CA/ServerItemWorkflow.xml b/resources/boot/CA/ServerItemWorkflow.xml new file mode 100755 index 0000000..e480b07 --- /dev/null +++ b/resources/boot/CA/ServerItemWorkflow.xml @@ -0,0 +1,217 @@ + + + + + + + + + + 16 + 17 + + + + + + + + + + + 15 + 16 + 19 + + + + + + + + + + + + + 14 + 17 + 18 + + + + + + + + + + + + + 11 + 19 + 13 + + + + + + + + + + + 10 + 18 + 12 + + + + + + + + + + + 10 + 11 + + + + + + + + + + + + 13 + 15 + + + + + + CreateNewAgent + + + + + + + + 12 + 14 + + + + + + CreateNewItem + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + CreateNewAgent + CreateNewItem + diff --git a/resources/boot/EA/AssignNewVersionFromLast.xml b/resources/boot/EA/AssignNewVersionFromLast.xml new file mode 100755 index 0000000..1ef30b5 --- /dev/null +++ b/resources/boot/EA/AssignNewVersionFromLast.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/resources/boot/EA/CreateNewAgent.xml b/resources/boot/EA/CreateNewAgent.xml new file mode 100755 index 0000000..49f1f32 --- /dev/null +++ b/resources/boot/EA/CreateNewAgent.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/resources/boot/EA/CreateNewItem.xml b/resources/boot/EA/CreateNewItem.xml new file mode 100755 index 0000000..8daaf74 --- /dev/null +++ b/resources/boot/EA/CreateNewItem.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/resources/boot/EA/CreateNewLocalObjectDef.xml b/resources/boot/EA/CreateNewLocalObjectDef.xml new file mode 100755 index 0000000..e4a9426 --- /dev/null +++ b/resources/boot/EA/CreateNewLocalObjectDef.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/resources/boot/EA/EditActivityDef.xml b/resources/boot/EA/EditActivityDef.xml new file mode 100755 index 0000000..e90c225 --- /dev/null +++ b/resources/boot/EA/EditActivityDef.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/resources/boot/EA/EditProperties.xml b/resources/boot/EA/EditProperties.xml new file mode 100755 index 0000000..15d51b8 --- /dev/null +++ b/resources/boot/EA/EditProperties.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/resources/boot/EA/EditSchema.xml b/resources/boot/EA/EditSchema.xml new file mode 100755 index 0000000..3b01fdc --- /dev/null +++ b/resources/boot/EA/EditSchema.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/resources/boot/EA/EditScriptDefinition.xml b/resources/boot/EA/EditScriptDefinition.xml new file mode 100755 index 0000000..11c14ec --- /dev/null +++ b/resources/boot/EA/EditScriptDefinition.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/resources/boot/LDAPboot.txt b/resources/boot/LDAPboot.txt new file mode 100755 index 0000000..995d47d --- /dev/null +++ b/resources/boot/LDAPboot.txt @@ -0,0 +1,4 @@ +cn=entity, +cn=last,cn=entity, +cn=domain, +cn=agent,cn=domain, \ No newline at end of file diff --git a/resources/boot/OD/CompositeActivityDef.xml b/resources/boot/OD/CompositeActivityDef.xml new file mode 100755 index 0000000..e840734 --- /dev/null +++ b/resources/boot/OD/CompositeActivityDef.xml @@ -0,0 +1,186 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/boot/OD/ElementaryActivityDef.xml b/resources/boot/OD/ElementaryActivityDef.xml new file mode 100755 index 0000000..ea637e4 --- /dev/null +++ b/resources/boot/OD/ElementaryActivityDef.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/boot/OD/New.xml b/resources/boot/OD/New.xml new file mode 100755 index 0000000..91755c8 --- /dev/null +++ b/resources/boot/OD/New.xml @@ -0,0 +1,3 @@ + + + diff --git a/resources/boot/OD/NewAgent.xml b/resources/boot/OD/NewAgent.xml new file mode 100755 index 0000000..773f4fc --- /dev/null +++ b/resources/boot/OD/NewAgent.xml @@ -0,0 +1,20 @@ + + + + + + Complete Structure for new agent + + + + + + The initial roles that this Agent will hold + + + + + + + + diff --git a/resources/boot/OD/NewItem.xml b/resources/boot/OD/NewItem.xml new file mode 100755 index 0000000..bcd5298 --- /dev/null +++ b/resources/boot/OD/NewItem.xml @@ -0,0 +1,73 @@ + + + + + + Complete Structure for new item + + + + + + New Properties for the item + + + + + + + + + A new collection with layout + + + + + + + + + The position and size of this member slot on the layout + + + + + + + + + + + + + + + + + + + + + + A new collection without layout + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/boot/OD/NewLocalObjectDef.xml b/resources/boot/OD/NewLocalObjectDef.xml new file mode 100755 index 0000000..0186872 --- /dev/null +++ b/resources/boot/OD/NewLocalObjectDef.xml @@ -0,0 +1,20 @@ + + + + + + + + + Please give a name for your new object. + + + + + If you want to store your object in a subfolder, give the subpath here. + + + + + + diff --git a/resources/boot/OD/PredefinedStepOutcome.xml b/resources/boot/OD/PredefinedStepOutcome.xml new file mode 100755 index 0000000..bc0ac52 --- /dev/null +++ b/resources/boot/OD/PredefinedStepOutcome.xml @@ -0,0 +1,13 @@ + + + + + General holder for predefined step outcomes we can't be bothered to define a proper schema for + + + + + + + + diff --git a/resources/boot/OD/PropertyDescription.xml b/resources/boot/OD/PropertyDescription.xml new file mode 100755 index 0000000..886092a --- /dev/null +++ b/resources/boot/OD/PropertyDescription.xml @@ -0,0 +1,36 @@ + + + + + Defines the properties that will exist in instances of this description when initially created. + + + + + + + + The name of the new property. + + + + + Whether this property is used to identify the class of this item. Properties flagged as 'true' here are used to check type when these items are assigned to collections. + + + + + The initial value of the property when it is created. + + + + + Whether or not the property can have its value changed once it has been created. + + + + + + + + diff --git a/resources/boot/OD/Schema.xml b/resources/boot/OD/Schema.xml new file mode 100755 index 0000000..fed1949 --- /dev/null +++ b/resources/boot/OD/Schema.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/resources/boot/OD/Script.xml b/resources/boot/OD/Script.xml new file mode 100755 index 0000000..5726aca --- /dev/null +++ b/resources/boot/OD/Script.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/boot/SC/CreateNewNumberedVersionFromLast.xml b/resources/boot/SC/CreateNewNumberedVersionFromLast.xml new file mode 100755 index 0000000..bb66f4c --- /dev/null +++ b/resources/boot/SC/CreateNewNumberedVersionFromLast.xml @@ -0,0 +1,39 @@ + + + + + diff --git a/resources/boot/SC/LocalObjectDefCreator.xml b/resources/boot/SC/LocalObjectDefCreator.xml new file mode 100755 index 0000000..c57cbc1 --- /dev/null +++ b/resources/boot/SC/LocalObjectDefCreator.xml @@ -0,0 +1,57 @@ + + + + + diff --git a/resources/boot/SC/New.xml b/resources/boot/SC/New.xml new file mode 100755 index 0000000..a706310 --- /dev/null +++ b/resources/boot/SC/New.xml @@ -0,0 +1,13 @@ + + + + + diff --git a/resources/boot/SC/ServerNewEntity.xml b/resources/boot/SC/ServerNewEntity.xml new file mode 100755 index 0000000..2f89927 --- /dev/null +++ b/resources/boot/SC/ServerNewEntity.xml @@ -0,0 +1,20 @@ + + + + + diff --git a/resources/boot/allbootitems.txt b/resources/boot/allbootitems.txt new file mode 100755 index 0000000..004bdf1 --- /dev/null +++ b/resources/boot/allbootitems.txt @@ -0,0 +1,34 @@ +OD/Schema +OD/CompositeActivityDef +OD/ElementaryActivityDef +OD/PredefinedStepOutcome +OD/PropertyDescription +OD/Script +OD/NewLocalObjectDef +OD/NewItem +OD/NewAgent +EA/AssignNewVersionFromLast +EA/EditActivityDef +EA/EditSchema +EA/EditScriptDefinition +EA/CreateNewLocalObjectDef +EA/CreateNewItem +EA/CreateNewAgent +EA/EditProperties +CA/ManageCompositeActDef +CA/ManageElementaryActDef +CA/ManageSchema +CA/ManageScript +CA/SchemaFactory +CA/CompositeActivityFactory +CA/ElementaryActivityFactory +CA/ScriptFactory +CA/NoWorkflow +CA/ServerItemWorkflow +SC/CreateNewNumberedVersionFromLast +SC/LocalObjectDefCreator +SC/ServerNewEntity +factory/CA +factory/EA +factory/OD +factory/SC \ No newline at end of file diff --git a/resources/boot/factory/CA.xml b/resources/boot/factory/CA.xml new file mode 100755 index 0000000..908647a --- /dev/null +++ b/resources/boot/factory/CA.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/resources/boot/factory/EA.xml b/resources/boot/factory/EA.xml new file mode 100755 index 0000000..1185f10 --- /dev/null +++ b/resources/boot/factory/EA.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/resources/boot/factory/OD.xml b/resources/boot/factory/OD.xml new file mode 100755 index 0000000..275048b --- /dev/null +++ b/resources/boot/factory/OD.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/resources/boot/factory/SC.xml b/resources/boot/factory/SC.xml new file mode 100755 index 0000000..7f3f97e --- /dev/null +++ b/resources/boot/factory/SC.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/resources/boot/property/CAProp.xml b/resources/boot/property/CAProp.xml new file mode 100755 index 0000000..d5b2bea --- /dev/null +++ b/resources/boot/property/CAProp.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/resources/boot/property/EAProp.xml b/resources/boot/property/EAProp.xml new file mode 100755 index 0000000..ddf07c1 --- /dev/null +++ b/resources/boot/property/EAProp.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/resources/boot/property/ODProp.xml b/resources/boot/property/ODProp.xml new file mode 100755 index 0000000..0c85444 --- /dev/null +++ b/resources/boot/property/ODProp.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/resources/boot/property/SCProp.xml b/resources/boot/property/SCProp.xml new file mode 100755 index 0000000..356f2f9 --- /dev/null +++ b/resources/boot/property/SCProp.xml @@ -0,0 +1,4 @@ + + + + diff --git a/resources/images/Thumbs.db b/resources/images/Thumbs.db new file mode 100755 index 0000000..551f7e5 Binary files /dev/null and b/resources/images/Thumbs.db differ diff --git a/resources/images/about.png b/resources/images/about.png new file mode 100755 index 0000000..3f34032 Binary files /dev/null and b/resources/images/about.png differ diff --git a/resources/images/compositeMember.gif b/resources/images/compositeMember.gif new file mode 100755 index 0000000..9e267fc Binary files /dev/null and b/resources/images/compositeMember.gif differ diff --git a/resources/images/elementaryMember.gif b/resources/images/elementaryMember.gif new file mode 100755 index 0000000..9aa677e Binary files /dev/null and b/resources/images/elementaryMember.gif differ diff --git a/resources/images/find.png b/resources/images/find.png new file mode 100755 index 0000000..54d2a6f Binary files /dev/null and b/resources/images/find.png differ diff --git a/resources/images/folder.png b/resources/images/folder.png new file mode 100755 index 0000000..c969ff4 Binary files /dev/null and b/resources/images/folder.png differ diff --git a/resources/images/graph/autolayout.png b/resources/images/graph/autolayout.png new file mode 100755 index 0000000..4470ace Binary files /dev/null and b/resources/images/graph/autolayout.png differ diff --git a/resources/images/graph/copy.png b/resources/images/graph/copy.png new file mode 100755 index 0000000..77b67a3 Binary files /dev/null and b/resources/images/graph/copy.png differ diff --git a/resources/images/graph/delete.png b/resources/images/graph/delete.png new file mode 100755 index 0000000..180fc21 Binary files /dev/null and b/resources/images/graph/delete.png differ diff --git a/resources/images/graph/edge.png b/resources/images/graph/edge.png new file mode 100755 index 0000000..12593ae Binary files /dev/null and b/resources/images/graph/edge.png differ diff --git a/resources/images/graph/history.png b/resources/images/graph/history.png new file mode 100755 index 0000000..f7defb1 Binary files /dev/null and b/resources/images/graph/history.png differ diff --git a/resources/images/graph/load.png b/resources/images/graph/load.png new file mode 100755 index 0000000..c969ff4 Binary files /dev/null and b/resources/images/graph/load.png differ diff --git a/resources/images/graph/newvertex.png b/resources/images/graph/newvertex.png new file mode 100755 index 0000000..324b65a Binary files /dev/null and b/resources/images/graph/newvertex.png differ diff --git a/resources/images/graph/newvertex_large.png b/resources/images/graph/newvertex_large.png new file mode 100755 index 0000000..aade756 Binary files /dev/null and b/resources/images/graph/newvertex_large.png differ diff --git a/resources/images/graph/print.png b/resources/images/graph/print.png new file mode 100755 index 0000000..f417d83 Binary files /dev/null and b/resources/images/graph/print.png differ diff --git a/resources/images/graph/resizepad.gif b/resources/images/graph/resizepad.gif new file mode 100755 index 0000000..0f1b5d6 Binary files /dev/null and b/resources/images/graph/resizepad.gif differ diff --git a/resources/images/graph/save.png b/resources/images/graph/save.png new file mode 100755 index 0000000..1c4f461 Binary files /dev/null and b/resources/images/graph/save.png differ diff --git a/resources/images/graph/selection.gif b/resources/images/graph/selection.gif new file mode 100755 index 0000000..92595c7 Binary files /dev/null and b/resources/images/graph/selection.gif differ diff --git a/resources/images/graph/start.png b/resources/images/graph/start.png new file mode 100755 index 0000000..b1212e2 Binary files /dev/null and b/resources/images/graph/start.png differ diff --git a/resources/images/graph/zoomout.png b/resources/images/graph/zoomout.png new file mode 100755 index 0000000..b65dcc1 Binary files /dev/null and b/resources/images/graph/zoomout.png differ diff --git a/resources/images/info.png b/resources/images/info.png new file mode 100755 index 0000000..7c98fba Binary files /dev/null and b/resources/images/info.png differ diff --git a/resources/images/leaf.png b/resources/images/leaf.png new file mode 100755 index 0000000..acbdea8 Binary files /dev/null and b/resources/images/leaf.png differ diff --git a/resources/images/loading.gif b/resources/images/loading.gif new file mode 100755 index 0000000..24f86d4 Binary files /dev/null and b/resources/images/loading.gif differ diff --git a/resources/images/next.png b/resources/images/next.png new file mode 100755 index 0000000..4be5f63 Binary files /dev/null and b/resources/images/next.png differ diff --git a/resources/images/reload.gif b/resources/images/reload.gif new file mode 100755 index 0000000..2739941 Binary files /dev/null and b/resources/images/reload.gif differ diff --git a/resources/images/typeicons/agent_16.png b/resources/images/typeicons/agent_16.png new file mode 100755 index 0000000..1820787 Binary files /dev/null and b/resources/images/typeicons/agent_16.png differ diff --git a/resources/images/typeicons/agent_32.png b/resources/images/typeicons/agent_32.png new file mode 100755 index 0000000..b69c918 Binary files /dev/null and b/resources/images/typeicons/agent_32.png differ diff --git a/resources/images/typeicons/compositeactivitydesc_16.png b/resources/images/typeicons/compositeactivitydesc_16.png new file mode 100755 index 0000000..14e0c55 Binary files /dev/null and b/resources/images/typeicons/compositeactivitydesc_16.png differ diff --git a/resources/images/typeicons/compositeactivitydesc_32.png b/resources/images/typeicons/compositeactivitydesc_32.png new file mode 100755 index 0000000..dec52db Binary files /dev/null and b/resources/images/typeicons/compositeactivitydesc_32.png differ diff --git a/resources/images/typeicons/elementaryactivitydesc_16.png b/resources/images/typeicons/elementaryactivitydesc_16.png new file mode 100755 index 0000000..4db99b3 Binary files /dev/null and b/resources/images/typeicons/elementaryactivitydesc_16.png differ diff --git a/resources/images/typeicons/elementaryactivitydesc_32.png b/resources/images/typeicons/elementaryactivitydesc_32.png new file mode 100755 index 0000000..def8c90 Binary files /dev/null and b/resources/images/typeicons/elementaryactivitydesc_32.png differ diff --git a/resources/images/typeicons/localobjectfactory_16.png b/resources/images/typeicons/localobjectfactory_16.png new file mode 100755 index 0000000..9979ee7 Binary files /dev/null and b/resources/images/typeicons/localobjectfactory_16.png differ diff --git a/resources/images/typeicons/localobjectfactory_32.png b/resources/images/typeicons/localobjectfactory_32.png new file mode 100755 index 0000000..f43f44f Binary files /dev/null and b/resources/images/typeicons/localobjectfactory_32.png differ diff --git a/resources/images/typeicons/outcome_desc_32.png b/resources/images/typeicons/outcome_desc_32.png new file mode 100755 index 0000000..0139f7e Binary files /dev/null and b/resources/images/typeicons/outcome_desc_32.png differ diff --git a/resources/images/typeicons/outcomedesc_16.png b/resources/images/typeicons/outcomedesc_16.png new file mode 100755 index 0000000..b5829ba Binary files /dev/null and b/resources/images/typeicons/outcomedesc_16.png differ diff --git a/resources/images/typeicons/outcomedesc_32.png b/resources/images/typeicons/outcomedesc_32.png new file mode 100755 index 0000000..0139f7e Binary files /dev/null and b/resources/images/typeicons/outcomedesc_32.png differ diff --git a/resources/images/typeicons/script_16.png b/resources/images/typeicons/script_16.png new file mode 100755 index 0000000..203e519 Binary files /dev/null and b/resources/images/typeicons/script_16.png differ diff --git a/resources/images/typeicons/script_32.png b/resources/images/typeicons/script_32.png new file mode 100755 index 0000000..a1e8d3a Binary files /dev/null and b/resources/images/typeicons/script_32.png differ diff --git a/resources/images/typeicons/server_16.png b/resources/images/typeicons/server_16.png new file mode 100755 index 0000000..b3ff15b Binary files /dev/null and b/resources/images/typeicons/server_16.png differ diff --git a/resources/images/typeicons/server_32.png b/resources/images/typeicons/server_32.png new file mode 100755 index 0000000..d7bf297 Binary files /dev/null and b/resources/images/typeicons/server_32.png differ diff --git a/resources/mapFiles/CastorHashMapMap.xml b/resources/mapFiles/CastorHashMapMap.xml new file mode 100755 index 0000000..601cf06 --- /dev/null +++ b/resources/mapFiles/CastorHashMapMap.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/mapFiles/CollectionMap.xml b/resources/mapFiles/CollectionMap.xml new file mode 100755 index 0000000..d346eac --- /dev/null +++ b/resources/mapFiles/CollectionMap.xml @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/mapFiles/HistoryMap.xml b/resources/mapFiles/HistoryMap.xml new file mode 100755 index 0000000..803bf64 --- /dev/null +++ b/resources/mapFiles/HistoryMap.xml @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/mapFiles/JobListMap.xml b/resources/mapFiles/JobListMap.xml new file mode 100755 index 0000000..7352248 --- /dev/null +++ b/resources/mapFiles/JobListMap.xml @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/mapFiles/KeyValuePairMap.xml b/resources/mapFiles/KeyValuePairMap.xml new file mode 100755 index 0000000..8175151 --- /dev/null +++ b/resources/mapFiles/KeyValuePairMap.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/resources/mapFiles/LifeCycleMap.xml b/resources/mapFiles/LifeCycleMap.xml new file mode 100755 index 0000000..8291dee --- /dev/null +++ b/resources/mapFiles/LifeCycleMap.xml @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/mapFiles/NewEntityMap.xml b/resources/mapFiles/NewEntityMap.xml new file mode 100755 index 0000000..5d9d7ca --- /dev/null +++ b/resources/mapFiles/NewEntityMap.xml @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/mapFiles/PropertiesMap.xml b/resources/mapFiles/PropertiesMap.xml new file mode 100755 index 0000000..7936a75 --- /dev/null +++ b/resources/mapFiles/PropertiesMap.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/mapFiles/TransferMap.xml b/resources/mapFiles/TransferMap.xml new file mode 100755 index 0000000..a280ef3 --- /dev/null +++ b/resources/mapFiles/TransferMap.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + diff --git a/resources/mapFiles/ViewpointMap.xml b/resources/mapFiles/ViewpointMap.xml new file mode 100755 index 0000000..6799418 --- /dev/null +++ b/resources/mapFiles/ViewpointMap.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/mapFiles/graphModelMap.xml b/resources/mapFiles/graphModelMap.xml new file mode 100755 index 0000000..cebb589 --- /dev/null +++ b/resources/mapFiles/graphModelMap.xml @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/mapFiles/index.xml b/resources/mapFiles/index.xml new file mode 100755 index 0000000..58295a1 --- /dev/null +++ b/resources/mapFiles/index.xml @@ -0,0 +1,10 @@ +graphModelMap.xml +KeyValuePairMap.xml +HistoryMap.xml +PropertiesMap.xml +LifeCycleMap.xml +CollectionMap.xml +JobListMap.xml +ViewpointMap.xml +TransferMap.xml +NewEntityMap.xml \ No newline at end of file diff --git a/resources/openldap/README b/resources/openldap/README new file mode 100755 index 0000000..6bfdabc --- /dev/null +++ b/resources/openldap/README @@ -0,0 +1,5 @@ +cristal2.schema goes in OpenLDAP/schemas, or change the include line to point to it here. + +edit your slapd.conf to include it, and replace the env vars with your local path. +edit the suffix and rootdn and rootpass +use this slapd to help you diff --git a/resources/openldap/cristal2.schema b/resources/openldap/cristal2.schema new file mode 100755 index 0000000..2370964 --- /dev/null +++ b/resources/openldap/cristal2.schema @@ -0,0 +1,49 @@ +attributetype ( 1.3.6.1.4.1.96.64.10.1 NAME 'intsyskey' + EQUALITY integerMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 ) + +attributetype ( 1.3.6.1.4.1.96.64.10.6 NAME 'ior' + EQUALITY caseIgnoreMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + SINGLE-VALUE ) + +attributetype ( 1.3.6.1.4.1.96.64.10.7 NAME 'cristalprop' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) + +objectclass ( 1.3.6.1.4.1.96.64.10.10 NAME 'cristalentity' SUP top STRUCTURAL + MUST ( cn $ objectclass ) + MAY ( intsyskey $ ior $ cristalprop ) ) + +objectclass ( 1.3.6.1.4.1.96.64.10.13 NAME 'cristalcontext' SUP top STRUCTURAL + MUST ( cn $ objectclass ) + MAY ( intsyskey ) ) + +objectclass ( 1.3.6.1.4.1.96.64.10.15 NAME 'aliasObject' SUP alias STRUCTURAL + MUST ( cn $ objectclass $ aliasedObjectName ) ) + +# agent +attributetype ( 1.3.6.1.4.1.96.64.10.8 NAME 'jobList' + EQUALITY booleanMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 ) + + # uid must store userName if agent (for authentication to work) +objectclass ( 1.3.6.1.4.1.96.64.10.14 NAME 'cristalagent' SUP cristalentity STRUCTURAL + MUST ( userPassword $ uid ) ) + +objectclass ( 1.3.6.1.4.1.96.64.10.16 NAME 'cristalrole' SUP top STRUCTURAL + MUST ( cn $ objectclass ) + MAY ( jobList $ uniqueMember ) ) + +# old + +attributetype ( 1.3.6.1.4.1.96.64.10.2 NAME 'propval' + EQUALITY caseIgnoreMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + SINGLE-VALUE ) + +objectclass ( 1.3.6.1.4.1.96.64.10.11 NAME 'cristalproperty' SUP top STRUCTURAL + MUST ( cn $ objectclass ) + MAY ( propval ) ) + diff --git a/resources/openldap/slapd.conf b/resources/openldap/slapd.conf new file mode 100755 index 0000000..65cebf1 --- /dev/null +++ b/resources/openldap/slapd.conf @@ -0,0 +1,20 @@ +# $OpenLDAP: pkg/ldap/servers/slapd/slapd.conf,v 1.8.8.7 2001/09/27 20:00:31 kurt Exp $ +# +# See slapd.conf(5) for details on configuration options. +# This file should NOT be world readable. +# +include D:/openldap-2_0_19_debug/schema/core.schema +include D:/openldap-2_0_19_debug/schema/cristal2.schema +pidfile D:/openldap-2_0_19_debug/slapd.pid +argsfile D:/openldap-2_0_19_debug/slapd.args + + +# if no access controls are present, the default is: +# Allow read by all +# rootdn can always write! + +database ldbm +suffix "o=cern,c=ch" +rootdn "cn=Directory Manager,o=cern,c=ch" +rootpw estrella +index objectClass eq 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