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 --- src/main/resources/boot/CA/NoWorkflow.xml | 22 +++ src/main/resources/boot/CA/ServerItemWorkflow.xml | 217 +++++++++++++++++++++ src/main/resources/boot/EA/CreateNewAgent.xml | 19 ++ src/main/resources/boot/EA/CreateNewItem.xml | 19 ++ .../resources/boot/OD/CompositeActivityDef.xsd | 186 ++++++++++++++++++ .../resources/boot/OD/ElementaryActivityDef.xsd | 29 +++ src/main/resources/boot/OD/Module.xsd | 142 ++++++++++++++ src/main/resources/boot/OD/NewAgent.xsd | 20 ++ src/main/resources/boot/OD/NewItem.xsd | 73 +++++++ .../resources/boot/OD/PredefinedStepOutcome.xsd | 13 ++ src/main/resources/boot/OD/PropertyDescription.xsd | 36 ++++ src/main/resources/boot/OD/Schema.xsd | 4 + src/main/resources/boot/OD/Script.xsd | 38 ++++ src/main/resources/boot/SC/ServerNewEntity.xml | 11 ++ src/main/resources/boot/property/CAProp.xml | 5 + src/main/resources/boot/property/EAProp.xml | 5 + src/main/resources/boot/property/ODProp.xml | 5 + src/main/resources/boot/property/SCProp.xml | 4 + src/main/resources/images/Thumbs.db | Bin 0 -> 58368 bytes src/main/resources/images/about.png | Bin 0 -> 1906 bytes src/main/resources/images/compositeMember.gif | Bin 0 -> 916 bytes src/main/resources/images/elementaryMember.gif | Bin 0 -> 872 bytes src/main/resources/images/find.png | Bin 0 -> 795 bytes src/main/resources/images/folder.png | Bin 0 -> 559 bytes src/main/resources/images/graph/autolayout.png | Bin 0 -> 909 bytes src/main/resources/images/graph/copy.png | Bin 0 -> 805 bytes src/main/resources/images/graph/delete.png | Bin 0 -> 858 bytes src/main/resources/images/graph/edge.png | Bin 0 -> 565 bytes src/main/resources/images/graph/history.png | Bin 0 -> 991 bytes src/main/resources/images/graph/load.png | Bin 0 -> 559 bytes src/main/resources/images/graph/newvertex.png | Bin 0 -> 703 bytes .../resources/images/graph/newvertex_large.png | Bin 0 -> 1221 bytes src/main/resources/images/graph/print.png | Bin 0 -> 870 bytes src/main/resources/images/graph/resizepad.gif | Bin 0 -> 842 bytes src/main/resources/images/graph/save.png | Bin 0 -> 892 bytes src/main/resources/images/graph/selection.gif | Bin 0 -> 132 bytes src/main/resources/images/graph/start.png | Bin 0 -> 732 bytes src/main/resources/images/graph/zoomout.png | Bin 0 -> 927 bytes src/main/resources/images/info.png | Bin 0 -> 866 bytes src/main/resources/images/leaf.png | Bin 0 -> 626 bytes src/main/resources/images/loading.gif | Bin 0 -> 1245 bytes src/main/resources/images/next.png | Bin 0 -> 921 bytes src/main/resources/images/reload.gif | Bin 0 -> 1005 bytes src/main/resources/images/typeicons/agent_16.png | Bin 0 -> 810 bytes src/main/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 .../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 src/main/resources/images/typeicons/script_16.png | Bin 0 -> 894 bytes src/main/resources/images/typeicons/script_32.png | Bin 0 -> 2056 bytes src/main/resources/images/typeicons/server_16.png | Bin 0 -> 875 bytes src/main/resources/images/typeicons/server_32.png | Bin 0 -> 1882 bytes src/main/resources/mapFiles/CastorHashMapMap.xml | 41 ++++ src/main/resources/mapFiles/CollectionMap.xml | 116 +++++++++++ src/main/resources/mapFiles/HistoryMap.xml | 43 ++++ src/main/resources/mapFiles/JobListMap.xml | 48 +++++ src/main/resources/mapFiles/KeyValuePairMap.xml | 30 +++ src/main/resources/mapFiles/LifeCycleMap.xml | 121 ++++++++++++ src/main/resources/mapFiles/ModuleMap.xml | 27 +++ src/main/resources/mapFiles/NewEntityMap.xml | 102 ++++++++++ src/main/resources/mapFiles/PropertiesMap.xml | 46 +++++ src/main/resources/mapFiles/TransferMap.xml | 19 ++ src/main/resources/mapFiles/ViewpointMap.xml | 21 ++ src/main/resources/mapFiles/graphModelMap.xml | 126 ++++++++++++ src/main/resources/mapFiles/index | 10 + src/main/resources/openldap/README | 5 + src/main/resources/openldap/cristal2.schema | 49 +++++ src/main/resources/openldap/slapd.conf | 20 ++ .../resources/textFiles/defaultConf.properties | 5 + src/main/resources/textFiles/license.html | 38 ++++ 74 files changed, 1715 insertions(+) create mode 100644 src/main/resources/boot/CA/NoWorkflow.xml create mode 100644 src/main/resources/boot/CA/ServerItemWorkflow.xml create mode 100644 src/main/resources/boot/EA/CreateNewAgent.xml create mode 100644 src/main/resources/boot/EA/CreateNewItem.xml create mode 100644 src/main/resources/boot/OD/CompositeActivityDef.xsd create mode 100644 src/main/resources/boot/OD/ElementaryActivityDef.xsd create mode 100644 src/main/resources/boot/OD/Module.xsd create mode 100644 src/main/resources/boot/OD/NewAgent.xsd create mode 100644 src/main/resources/boot/OD/NewItem.xsd create mode 100644 src/main/resources/boot/OD/PredefinedStepOutcome.xsd create mode 100644 src/main/resources/boot/OD/PropertyDescription.xsd create mode 100644 src/main/resources/boot/OD/Schema.xsd create mode 100644 src/main/resources/boot/OD/Script.xsd create mode 100644 src/main/resources/boot/SC/ServerNewEntity.xml create mode 100644 src/main/resources/boot/property/CAProp.xml create mode 100644 src/main/resources/boot/property/EAProp.xml create mode 100644 src/main/resources/boot/property/ODProp.xml create mode 100644 src/main/resources/boot/property/SCProp.xml create mode 100644 src/main/resources/images/Thumbs.db create mode 100644 src/main/resources/images/about.png create mode 100644 src/main/resources/images/compositeMember.gif create mode 100644 src/main/resources/images/elementaryMember.gif create mode 100644 src/main/resources/images/find.png create mode 100644 src/main/resources/images/folder.png create mode 100644 src/main/resources/images/graph/autolayout.png create mode 100644 src/main/resources/images/graph/copy.png create mode 100644 src/main/resources/images/graph/delete.png create mode 100644 src/main/resources/images/graph/edge.png create mode 100644 src/main/resources/images/graph/history.png create mode 100644 src/main/resources/images/graph/load.png create mode 100644 src/main/resources/images/graph/newvertex.png create mode 100644 src/main/resources/images/graph/newvertex_large.png create mode 100644 src/main/resources/images/graph/print.png create mode 100644 src/main/resources/images/graph/resizepad.gif create mode 100644 src/main/resources/images/graph/save.png create mode 100644 src/main/resources/images/graph/selection.gif create mode 100644 src/main/resources/images/graph/start.png create mode 100644 src/main/resources/images/graph/zoomout.png create mode 100644 src/main/resources/images/info.png create mode 100644 src/main/resources/images/leaf.png create mode 100644 src/main/resources/images/loading.gif create mode 100644 src/main/resources/images/next.png create mode 100644 src/main/resources/images/reload.gif create mode 100644 src/main/resources/images/typeicons/agent_16.png create mode 100644 src/main/resources/images/typeicons/agent_32.png create mode 100644 src/main/resources/images/typeicons/compositeactivitydesc_16.png create mode 100644 src/main/resources/images/typeicons/compositeactivitydesc_32.png create mode 100644 src/main/resources/images/typeicons/elementaryactivitydesc_16.png create mode 100644 src/main/resources/images/typeicons/elementaryactivitydesc_32.png create mode 100644 src/main/resources/images/typeicons/outcome_desc_32.png create mode 100644 src/main/resources/images/typeicons/outcomedesc_16.png create mode 100644 src/main/resources/images/typeicons/outcomedesc_32.png create mode 100644 src/main/resources/images/typeicons/script_16.png create mode 100644 src/main/resources/images/typeicons/script_32.png create mode 100644 src/main/resources/images/typeicons/server_16.png create mode 100644 src/main/resources/images/typeicons/server_32.png create mode 100644 src/main/resources/mapFiles/CastorHashMapMap.xml create mode 100644 src/main/resources/mapFiles/CollectionMap.xml create mode 100644 src/main/resources/mapFiles/HistoryMap.xml create mode 100644 src/main/resources/mapFiles/JobListMap.xml create mode 100644 src/main/resources/mapFiles/KeyValuePairMap.xml create mode 100644 src/main/resources/mapFiles/LifeCycleMap.xml create mode 100644 src/main/resources/mapFiles/ModuleMap.xml create mode 100644 src/main/resources/mapFiles/NewEntityMap.xml create mode 100644 src/main/resources/mapFiles/PropertiesMap.xml create mode 100644 src/main/resources/mapFiles/TransferMap.xml create mode 100644 src/main/resources/mapFiles/ViewpointMap.xml create mode 100644 src/main/resources/mapFiles/graphModelMap.xml create mode 100644 src/main/resources/mapFiles/index create mode 100644 src/main/resources/openldap/README create mode 100644 src/main/resources/openldap/cristal2.schema create mode 100644 src/main/resources/openldap/slapd.conf create mode 100644 src/main/resources/textFiles/defaultConf.properties create mode 100644 src/main/resources/textFiles/license.html (limited to 'src/main/resources') diff --git a/src/main/resources/boot/CA/NoWorkflow.xml b/src/main/resources/boot/CA/NoWorkflow.xml new file mode 100644 index 0000000..c0e2d6f --- /dev/null +++ b/src/main/resources/boot/CA/NoWorkflow.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/boot/CA/ServerItemWorkflow.xml b/src/main/resources/boot/CA/ServerItemWorkflow.xml new file mode 100644 index 0000000..e480b07 --- /dev/null +++ b/src/main/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/src/main/resources/boot/EA/CreateNewAgent.xml b/src/main/resources/boot/EA/CreateNewAgent.xml new file mode 100644 index 0000000..49f1f32 --- /dev/null +++ b/src/main/resources/boot/EA/CreateNewAgent.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/boot/EA/CreateNewItem.xml b/src/main/resources/boot/EA/CreateNewItem.xml new file mode 100644 index 0000000..8daaf74 --- /dev/null +++ b/src/main/resources/boot/EA/CreateNewItem.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/boot/OD/CompositeActivityDef.xsd b/src/main/resources/boot/OD/CompositeActivityDef.xsd new file mode 100644 index 0000000..e840734 --- /dev/null +++ b/src/main/resources/boot/OD/CompositeActivityDef.xsd @@ -0,0 +1,186 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/boot/OD/ElementaryActivityDef.xsd b/src/main/resources/boot/OD/ElementaryActivityDef.xsd new file mode 100644 index 0000000..ea637e4 --- /dev/null +++ b/src/main/resources/boot/OD/ElementaryActivityDef.xsd @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/boot/OD/Module.xsd b/src/main/resources/boot/OD/Module.xsd new file mode 100644 index 0000000..6cd84e0 --- /dev/null +++ b/src/main/resources/boot/OD/Module.xsd @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + Configuration parameters to add to the Cristal VM on launch. May target either client or server processes. + + + + + + + + + + + + + + + + + + + + + + + + Items to import into or verify within the Cristal server upon launch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Prefix for module components + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/boot/OD/NewAgent.xsd b/src/main/resources/boot/OD/NewAgent.xsd new file mode 100644 index 0000000..773f4fc --- /dev/null +++ b/src/main/resources/boot/OD/NewAgent.xsd @@ -0,0 +1,20 @@ + + + + + + Complete Structure for new agent + + + + + + The initial roles that this Agent will hold + + + + + + + + diff --git a/src/main/resources/boot/OD/NewItem.xsd b/src/main/resources/boot/OD/NewItem.xsd new file mode 100644 index 0000000..bcd5298 --- /dev/null +++ b/src/main/resources/boot/OD/NewItem.xsd @@ -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/src/main/resources/boot/OD/PredefinedStepOutcome.xsd b/src/main/resources/boot/OD/PredefinedStepOutcome.xsd new file mode 100644 index 0000000..bc0ac52 --- /dev/null +++ b/src/main/resources/boot/OD/PredefinedStepOutcome.xsd @@ -0,0 +1,13 @@ + + + + + General holder for predefined step outcomes we can't be bothered to define a proper schema for + + + + + + + + diff --git a/src/main/resources/boot/OD/PropertyDescription.xsd b/src/main/resources/boot/OD/PropertyDescription.xsd new file mode 100644 index 0000000..886092a --- /dev/null +++ b/src/main/resources/boot/OD/PropertyDescription.xsd @@ -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/src/main/resources/boot/OD/Schema.xsd b/src/main/resources/boot/OD/Schema.xsd new file mode 100644 index 0000000..fed1949 --- /dev/null +++ b/src/main/resources/boot/OD/Schema.xsd @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/main/resources/boot/OD/Script.xsd b/src/main/resources/boot/OD/Script.xsd new file mode 100644 index 0000000..5726aca --- /dev/null +++ b/src/main/resources/boot/OD/Script.xsd @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/boot/SC/ServerNewEntity.xml b/src/main/resources/boot/SC/ServerNewEntity.xml new file mode 100644 index 0000000..71753bf --- /dev/null +++ b/src/main/resources/boot/SC/ServerNewEntity.xml @@ -0,0 +1,11 @@ + + + + + diff --git a/src/main/resources/boot/property/CAProp.xml b/src/main/resources/boot/property/CAProp.xml new file mode 100644 index 0000000..d5b2bea --- /dev/null +++ b/src/main/resources/boot/property/CAProp.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/src/main/resources/boot/property/EAProp.xml b/src/main/resources/boot/property/EAProp.xml new file mode 100644 index 0000000..ddf07c1 --- /dev/null +++ b/src/main/resources/boot/property/EAProp.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/src/main/resources/boot/property/ODProp.xml b/src/main/resources/boot/property/ODProp.xml new file mode 100644 index 0000000..0c85444 --- /dev/null +++ b/src/main/resources/boot/property/ODProp.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/src/main/resources/boot/property/SCProp.xml b/src/main/resources/boot/property/SCProp.xml new file mode 100644 index 0000000..356f2f9 --- /dev/null +++ b/src/main/resources/boot/property/SCProp.xml @@ -0,0 +1,4 @@ + + + + diff --git a/src/main/resources/images/Thumbs.db b/src/main/resources/images/Thumbs.db new file mode 100644 index 0000000..551f7e5 Binary files /dev/null and b/src/main/resources/images/Thumbs.db differ diff --git a/src/main/resources/images/about.png b/src/main/resources/images/about.png new file mode 100644 index 0000000..3f34032 Binary files /dev/null and b/src/main/resources/images/about.png differ diff --git a/src/main/resources/images/compositeMember.gif b/src/main/resources/images/compositeMember.gif new file mode 100644 index 0000000..9e267fc Binary files /dev/null and b/src/main/resources/images/compositeMember.gif differ diff --git a/src/main/resources/images/elementaryMember.gif b/src/main/resources/images/elementaryMember.gif new file mode 100644 index 0000000..9aa677e Binary files /dev/null and b/src/main/resources/images/elementaryMember.gif differ diff --git a/src/main/resources/images/find.png b/src/main/resources/images/find.png new file mode 100644 index 0000000..54d2a6f Binary files /dev/null and b/src/main/resources/images/find.png differ diff --git a/src/main/resources/images/folder.png b/src/main/resources/images/folder.png new file mode 100644 index 0000000..c969ff4 Binary files /dev/null and b/src/main/resources/images/folder.png 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 Binary files /dev/null and b/src/main/resources/images/graph/autolayout.png 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 Binary files /dev/null and b/src/main/resources/images/graph/copy.png 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 Binary files /dev/null and b/src/main/resources/images/graph/delete.png 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 Binary files /dev/null and b/src/main/resources/images/graph/edge.png 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 Binary files /dev/null and b/src/main/resources/images/graph/history.png 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 Binary files /dev/null and b/src/main/resources/images/graph/load.png 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 Binary files /dev/null and b/src/main/resources/images/graph/newvertex.png 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 Binary files /dev/null and b/src/main/resources/images/graph/newvertex_large.png 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 Binary files /dev/null and b/src/main/resources/images/graph/print.png 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 Binary files /dev/null and b/src/main/resources/images/graph/resizepad.gif 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 Binary files /dev/null and b/src/main/resources/images/graph/save.png 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 Binary files /dev/null and b/src/main/resources/images/graph/selection.gif 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 Binary files /dev/null and b/src/main/resources/images/graph/start.png 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 Binary files /dev/null and b/src/main/resources/images/graph/zoomout.png differ diff --git a/src/main/resources/images/info.png b/src/main/resources/images/info.png new file mode 100644 index 0000000..7c98fba Binary files /dev/null and b/src/main/resources/images/info.png differ diff --git a/src/main/resources/images/leaf.png b/src/main/resources/images/leaf.png new file mode 100644 index 0000000..acbdea8 Binary files /dev/null and b/src/main/resources/images/leaf.png differ diff --git a/src/main/resources/images/loading.gif b/src/main/resources/images/loading.gif new file mode 100644 index 0000000..24f86d4 Binary files /dev/null and b/src/main/resources/images/loading.gif differ diff --git a/src/main/resources/images/next.png b/src/main/resources/images/next.png new file mode 100644 index 0000000..4be5f63 Binary files /dev/null and b/src/main/resources/images/next.png differ diff --git a/src/main/resources/images/reload.gif b/src/main/resources/images/reload.gif new file mode 100644 index 0000000..2739941 Binary files /dev/null and b/src/main/resources/images/reload.gif 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 Binary files /dev/null and b/src/main/resources/images/typeicons/agent_16.png 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 Binary files /dev/null and b/src/main/resources/images/typeicons/agent_32.png 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 Binary files /dev/null and b/src/main/resources/images/typeicons/compositeactivitydesc_16.png 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 Binary files /dev/null and b/src/main/resources/images/typeicons/compositeactivitydesc_32.png 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 Binary files /dev/null and b/src/main/resources/images/typeicons/elementaryactivitydesc_16.png 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 Binary files /dev/null and b/src/main/resources/images/typeicons/elementaryactivitydesc_32.png 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 Binary files /dev/null and b/src/main/resources/images/typeicons/outcome_desc_32.png 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 Binary files /dev/null and b/src/main/resources/images/typeicons/outcomedesc_16.png 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 Binary files /dev/null and b/src/main/resources/images/typeicons/outcomedesc_32.png 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 Binary files /dev/null and b/src/main/resources/images/typeicons/script_16.png 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 Binary files /dev/null and b/src/main/resources/images/typeicons/script_32.png 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 Binary files /dev/null and b/src/main/resources/images/typeicons/server_16.png 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 Binary files /dev/null and b/src/main/resources/images/typeicons/server_32.png differ diff --git a/src/main/resources/mapFiles/CastorHashMapMap.xml b/src/main/resources/mapFiles/CastorHashMapMap.xml new file mode 100644 index 0000000..601cf06 --- /dev/null +++ b/src/main/resources/mapFiles/CastorHashMapMap.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/mapFiles/CollectionMap.xml b/src/main/resources/mapFiles/CollectionMap.xml new file mode 100644 index 0000000..8c6408c --- /dev/null +++ b/src/main/resources/mapFiles/CollectionMap.xml @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/mapFiles/HistoryMap.xml b/src/main/resources/mapFiles/HistoryMap.xml new file mode 100644 index 0000000..803bf64 --- /dev/null +++ b/src/main/resources/mapFiles/HistoryMap.xml @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/mapFiles/JobListMap.xml b/src/main/resources/mapFiles/JobListMap.xml new file mode 100644 index 0000000..7352248 --- /dev/null +++ b/src/main/resources/mapFiles/JobListMap.xml @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/mapFiles/KeyValuePairMap.xml b/src/main/resources/mapFiles/KeyValuePairMap.xml new file mode 100644 index 0000000..8175151 --- /dev/null +++ b/src/main/resources/mapFiles/KeyValuePairMap.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/mapFiles/LifeCycleMap.xml b/src/main/resources/mapFiles/LifeCycleMap.xml new file mode 100644 index 0000000..8291dee --- /dev/null +++ b/src/main/resources/mapFiles/LifeCycleMap.xml @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/mapFiles/ModuleMap.xml b/src/main/resources/mapFiles/ModuleMap.xml new file mode 100644 index 0000000..4bc4db1 --- /dev/null +++ b/src/main/resources/mapFiles/ModuleMap.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/mapFiles/NewEntityMap.xml b/src/main/resources/mapFiles/NewEntityMap.xml new file mode 100644 index 0000000..5d9d7ca --- /dev/null +++ b/src/main/resources/mapFiles/NewEntityMap.xml @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/mapFiles/PropertiesMap.xml b/src/main/resources/mapFiles/PropertiesMap.xml new file mode 100644 index 0000000..7936a75 --- /dev/null +++ b/src/main/resources/mapFiles/PropertiesMap.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/mapFiles/TransferMap.xml b/src/main/resources/mapFiles/TransferMap.xml new file mode 100644 index 0000000..a280ef3 --- /dev/null +++ b/src/main/resources/mapFiles/TransferMap.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/mapFiles/ViewpointMap.xml b/src/main/resources/mapFiles/ViewpointMap.xml new file mode 100644 index 0000000..6799418 --- /dev/null +++ b/src/main/resources/mapFiles/ViewpointMap.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/mapFiles/graphModelMap.xml b/src/main/resources/mapFiles/graphModelMap.xml new file mode 100644 index 0000000..cebb589 --- /dev/null +++ b/src/main/resources/mapFiles/graphModelMap.xml @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/mapFiles/index b/src/main/resources/mapFiles/index new file mode 100644 index 0000000..03de6f2 --- /dev/null +++ b/src/main/resources/mapFiles/index @@ -0,0 +1,10 @@ +graphModelMap.xml +KeyValuePairMap.xml +HistoryMap.xml +PropertiesMap.xml +LifeCycleMap.xml +CollectionMap.xml +JobListMap.xml +ViewpointMap.xml +TransferMap.xml +NewEntityMap.xml diff --git a/src/main/resources/openldap/README b/src/main/resources/openldap/README new file mode 100644 index 0000000..6bfdabc --- /dev/null +++ b/src/main/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/src/main/resources/openldap/cristal2.schema b/src/main/resources/openldap/cristal2.schema new file mode 100644 index 0000000..2370964 --- /dev/null +++ b/src/main/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/src/main/resources/openldap/slapd.conf b/src/main/resources/openldap/slapd.conf new file mode 100644 index 0000000..65cebf1 --- /dev/null +++ b/src/main/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/src/main/resources/textFiles/defaultConf.properties b/src/main/resources/textFiles/defaultConf.properties new file mode 100644 index 0000000..dbc58de --- /dev/null +++ b/src/main/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/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 @@ +

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 -- cgit v1.2.3