From 388a76a73c8a8131c7af8df2ba03cf16511c8ea5 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Mon, 4 Jun 2012 15:37:34 +0200 Subject: Mavenized --- src/main/module.xml | 82 ++++++++ .../resources/boot/CA/CompositeActivityFactory.xml | 108 ++++++++++ .../boot/CA/ElementaryActivityFactory.xml | 108 ++++++++++ .../resources/boot/CA/ItemDescriptionFactoryWf.xml | 107 ++++++++++ src/main/resources/boot/CA/ItemDescriptionWf.xml | 1 + .../resources/boot/CA/ManageCompositeActDef.xml | 219 +++++++++++++++++++++ .../resources/boot/CA/ManageElementaryActDef.xml | 219 +++++++++++++++++++++ src/main/resources/boot/CA/ManageSchema.xml | 218 ++++++++++++++++++++ src/main/resources/boot/CA/ManageScript.xml | 219 +++++++++++++++++++++ src/main/resources/boot/CA/SchemaFactoryWf.xml | 108 ++++++++++ src/main/resources/boot/CA/ScriptFactoryWf.xml | 108 ++++++++++ .../resources/boot/EA/AssignNewVersionFromLast.xml | 20 ++ src/main/resources/boot/EA/CreateItem.xml | 20 ++ .../resources/boot/EA/CreateNewLocalObjectDef.xml | 19 ++ src/main/resources/boot/EA/EditActivityDef.xml | 19 ++ .../resources/boot/EA/EditPropertyDescription.xml | 20 ++ src/main/resources/boot/EA/EditSchema.xml | 19 ++ .../resources/boot/EA/EditScriptDefinition.xml | 19 ++ src/main/resources/boot/EA/SetInstanceWorkflow.xml | 20 ++ src/main/resources/boot/OD/ChooseWorkflow.xsd | 14 ++ src/main/resources/boot/OD/New.xsd | 3 + src/main/resources/boot/OD/NewDevObjectDef.xsd | 20 ++ src/main/resources/boot/OD/NewLocalObjectDef.xsd | 20 ++ .../boot/SC/CreateNewNumberedVersionFromLast.xml | 27 +++ src/main/resources/boot/SC/InstantiateItem.xml | 28 +++ .../resources/boot/SC/LocalObjectDefCreator.xml | 54 +++++ src/main/resources/boot/SC/New.xml | 7 + src/main/resources/boot/SC/SetWorkflow.xml | 41 ++++ src/main/resources/boot/property/CAProp.xml | 5 + src/main/resources/boot/property/DescProp.xml | 2 + 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/typeicons/factory_16.png | Bin 0 -> 916 bytes src/main/resources/images/typeicons/factory_32.png | Bin 0 -> 2084 bytes .../images/typeicons/itemdescription_16.png | Bin 0 -> 722 bytes .../images/typeicons/itemdescription_32.png | Bin 0 -> 1782 bytes src/module.xml | 82 -------- 38 files changed, 1888 insertions(+), 82 deletions(-) create mode 100644 src/main/module.xml create mode 100644 src/main/resources/boot/CA/CompositeActivityFactory.xml create mode 100644 src/main/resources/boot/CA/ElementaryActivityFactory.xml create mode 100644 src/main/resources/boot/CA/ItemDescriptionFactoryWf.xml create mode 100644 src/main/resources/boot/CA/ItemDescriptionWf.xml create mode 100644 src/main/resources/boot/CA/ManageCompositeActDef.xml create mode 100644 src/main/resources/boot/CA/ManageElementaryActDef.xml create mode 100644 src/main/resources/boot/CA/ManageSchema.xml create mode 100644 src/main/resources/boot/CA/ManageScript.xml create mode 100644 src/main/resources/boot/CA/SchemaFactoryWf.xml create mode 100644 src/main/resources/boot/CA/ScriptFactoryWf.xml create mode 100644 src/main/resources/boot/EA/AssignNewVersionFromLast.xml create mode 100644 src/main/resources/boot/EA/CreateItem.xml create mode 100644 src/main/resources/boot/EA/CreateNewLocalObjectDef.xml create mode 100644 src/main/resources/boot/EA/EditActivityDef.xml create mode 100644 src/main/resources/boot/EA/EditPropertyDescription.xml create mode 100644 src/main/resources/boot/EA/EditSchema.xml create mode 100644 src/main/resources/boot/EA/EditScriptDefinition.xml create mode 100644 src/main/resources/boot/EA/SetInstanceWorkflow.xml create mode 100644 src/main/resources/boot/OD/ChooseWorkflow.xsd create mode 100644 src/main/resources/boot/OD/New.xsd create mode 100644 src/main/resources/boot/OD/NewDevObjectDef.xsd create mode 100644 src/main/resources/boot/OD/NewLocalObjectDef.xsd create mode 100644 src/main/resources/boot/SC/CreateNewNumberedVersionFromLast.xml create mode 100644 src/main/resources/boot/SC/InstantiateItem.xml create mode 100644 src/main/resources/boot/SC/LocalObjectDefCreator.xml create mode 100644 src/main/resources/boot/SC/New.xml create mode 100644 src/main/resources/boot/SC/SetWorkflow.xml create mode 100644 src/main/resources/boot/property/CAProp.xml create mode 100644 src/main/resources/boot/property/DescProp.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/typeicons/factory_16.png create mode 100644 src/main/resources/images/typeicons/factory_32.png create mode 100644 src/main/resources/images/typeicons/itemdescription_16.png create mode 100644 src/main/resources/images/typeicons/itemdescription_32.png delete mode 100644 src/module.xml (limited to 'src') diff --git a/src/main/module.xml b/src/main/module.xml new file mode 100644 index 0000000..7667b0e --- /dev/null +++ b/src/main/module.xml @@ -0,0 +1,82 @@ + + + + CRISTAL Development Items, such as resource factories and workflows. Also includes a demonstrative description factory + 0.2 + + ac/uk/uwe/cristaldev/resources/ + + boot/OD/NewLocalObjectDef.xsd + boot/OD/NewDevObjectDef.xsd + boot/OD/ChooseWorkflow.xsd + boot/EA/AssignNewVersionFromLast.xml + boot/EA/CreateNewLocalObjectDef.xml + boot/EA/EditActivityDef.xml + boot/EA/EditPropertyDescription.xml + boot/EA/EditSchema.xml + boot/EA/EditScriptDefinition.xml + boot/EA/CreateItem.xml + boot/EA/SetInstanceWorkflow.xml + boot/CA/CompositeActivityFactory.xml + boot/CA/ElementaryActivityFactory.xml + boot/CA/ManageCompositeActDef.xml + boot/CA/ManageElementaryActDef.xml + boot/CA/ManageSchema.xml + boot/CA/ManageScript.xml + boot/CA/SchemaFactoryWf.xml + boot/CA/ScriptFactoryWf.xml + boot/CA/ItemDescriptionWf.xml + boot/CA/ItemDescriptionFactoryWf.xml + boot/SC/CreateNewNumberedVersionFromLast.xml + boot/SC/LocalObjectDefCreator.xml + boot/SC/InstantiateItem.xml + boot/SC/SetWorkflow.xml + + Script + Factory + boot/property/SCProp.xml + boot/SC/New.xml + + /desc/ActivityDesc/system/dev/ManageScript + + + + ElementaryActivityDef + Factory + boot/property/EAProp.xml + + /desc/ActivityDesc/system/dev/ManageElementaryActDef + + + + CompositeActivityDef + Factory + boot/property/CAProp.xml + + /desc/ActivityDesc/system/dev/ManageCompositeActDef + + + + Schema + Factory + boot/property/ODProp.xml + boot/OD/New.xsd + + /desc/ActivityDesc/system/dev/ManageSchema + + + + Factory + boot/property/DescProp.xml + + /desc/ActivityDesc/system/dev/ItemDescriptionWf + + + /desc/dev/CompositeActivityDefFactory + + + + Admin + + + diff --git a/src/main/resources/boot/CA/CompositeActivityFactory.xml b/src/main/resources/boot/CA/CompositeActivityFactory.xml new file mode 100644 index 0000000..1a963cb --- /dev/null +++ b/src/main/resources/boot/CA/CompositeActivityFactory.xml @@ -0,0 +1,108 @@ + + + + + + + + + + 9 + + + + + + + + + + + 7 + 12 + + + + + + + + + + + 13 + 7 + 9 + + + + + + + + + + + + + 12 + 13 + + + + + + + CreateNewLocalObjectDef + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + CreateNewLocalObjectDef + diff --git a/src/main/resources/boot/CA/ElementaryActivityFactory.xml b/src/main/resources/boot/CA/ElementaryActivityFactory.xml new file mode 100644 index 0000000..bf14607 --- /dev/null +++ b/src/main/resources/boot/CA/ElementaryActivityFactory.xml @@ -0,0 +1,108 @@ + + + + + + + + + + 9 + + + + + + + + + + + 7 + 12 + + + + + + + + + + + 13 + 7 + 9 + + + + + + + + + + + + + 12 + 13 + + + + + + + CreateNewLocalObjectDef + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + CreateNewLocalObjectDef + diff --git a/src/main/resources/boot/CA/ItemDescriptionFactoryWf.xml b/src/main/resources/boot/CA/ItemDescriptionFactoryWf.xml new file mode 100644 index 0000000..270c473 --- /dev/null +++ b/src/main/resources/boot/CA/ItemDescriptionFactoryWf.xml @@ -0,0 +1,107 @@ + + + + + + + + + + 7 + + + + + + + + + + + 13 + 6 + 7 + + + + + + + + + + + + + 12 + 13 + + + + + CreateItem + + + + + + + + 6 + 12 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/boot/CA/ItemDescriptionWf.xml b/src/main/resources/boot/CA/ItemDescriptionWf.xml new file mode 100644 index 0000000..e8c294f --- /dev/null +++ b/src/main/resources/boot/CA/ItemDescriptionWf.xml @@ -0,0 +1 @@ +3536CreateItem3629322528311232352728292427301131221030212225SetInstanceWorkflow2124EditPropertyDescription13101112213SetInstanceWorkflow2EditPropertyDescription \ No newline at end of file diff --git a/src/main/resources/boot/CA/ManageCompositeActDef.xml b/src/main/resources/boot/CA/ManageCompositeActDef.xml new file mode 100644 index 0000000..9a48f1c --- /dev/null +++ b/src/main/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/src/main/resources/boot/CA/ManageElementaryActDef.xml b/src/main/resources/boot/CA/ManageElementaryActDef.xml new file mode 100644 index 0000000..1aa3840 --- /dev/null +++ b/src/main/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/src/main/resources/boot/CA/ManageSchema.xml b/src/main/resources/boot/CA/ManageSchema.xml new file mode 100644 index 0000000..da501e4 --- /dev/null +++ b/src/main/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/src/main/resources/boot/CA/ManageScript.xml b/src/main/resources/boot/CA/ManageScript.xml new file mode 100644 index 0000000..f8100b0 --- /dev/null +++ b/src/main/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/src/main/resources/boot/CA/SchemaFactoryWf.xml b/src/main/resources/boot/CA/SchemaFactoryWf.xml new file mode 100644 index 0000000..a6496f3 --- /dev/null +++ b/src/main/resources/boot/CA/SchemaFactoryWf.xml @@ -0,0 +1,108 @@ + + + + + + + + + + 9 + + + + + + + + + + + 7 + 12 + + + + + + + + + + + 13 + 7 + 9 + + + + + + + + + + + + + 12 + 13 + + + + + + + CreateNewLocalObjectDef + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + CreateNewLocalObjectDef + diff --git a/src/main/resources/boot/CA/ScriptFactoryWf.xml b/src/main/resources/boot/CA/ScriptFactoryWf.xml new file mode 100644 index 0000000..5f51f9d --- /dev/null +++ b/src/main/resources/boot/CA/ScriptFactoryWf.xml @@ -0,0 +1,108 @@ + + + + + + + + + + 9 + + + + + + + + + + + 7 + 12 + + + + + + + + + + + 13 + 7 + 9 + + + + + + + + + + + + + 12 + 13 + + + + + + + CreateNewLocalObjectDef + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + CreateNewLocalObjectDef + diff --git a/src/main/resources/boot/EA/AssignNewVersionFromLast.xml b/src/main/resources/boot/EA/AssignNewVersionFromLast.xml new file mode 100644 index 0000000..248dfee --- /dev/null +++ b/src/main/resources/boot/EA/AssignNewVersionFromLast.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/boot/EA/CreateItem.xml b/src/main/resources/boot/EA/CreateItem.xml new file mode 100644 index 0000000..d54cd4d --- /dev/null +++ b/src/main/resources/boot/EA/CreateItem.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/boot/EA/CreateNewLocalObjectDef.xml b/src/main/resources/boot/EA/CreateNewLocalObjectDef.xml new file mode 100644 index 0000000..840c32d --- /dev/null +++ b/src/main/resources/boot/EA/CreateNewLocalObjectDef.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/boot/EA/EditActivityDef.xml b/src/main/resources/boot/EA/EditActivityDef.xml new file mode 100644 index 0000000..e90c225 --- /dev/null +++ b/src/main/resources/boot/EA/EditActivityDef.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/boot/EA/EditPropertyDescription.xml b/src/main/resources/boot/EA/EditPropertyDescription.xml new file mode 100644 index 0000000..2cbf763 --- /dev/null +++ b/src/main/resources/boot/EA/EditPropertyDescription.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/boot/EA/EditSchema.xml b/src/main/resources/boot/EA/EditSchema.xml new file mode 100644 index 0000000..3b01fdc --- /dev/null +++ b/src/main/resources/boot/EA/EditSchema.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/boot/EA/EditScriptDefinition.xml b/src/main/resources/boot/EA/EditScriptDefinition.xml new file mode 100644 index 0000000..11c14ec --- /dev/null +++ b/src/main/resources/boot/EA/EditScriptDefinition.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/boot/EA/SetInstanceWorkflow.xml b/src/main/resources/boot/EA/SetInstanceWorkflow.xml new file mode 100644 index 0000000..a9e7d7b --- /dev/null +++ b/src/main/resources/boot/EA/SetInstanceWorkflow.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/boot/OD/ChooseWorkflow.xsd b/src/main/resources/boot/OD/ChooseWorkflow.xsd new file mode 100644 index 0000000..9927231 --- /dev/null +++ b/src/main/resources/boot/OD/ChooseWorkflow.xsd @@ -0,0 +1,14 @@ + + + + + + + + Give the name of the composite activity description that you would like new instance of this description to run. + + + + + + diff --git a/src/main/resources/boot/OD/New.xsd b/src/main/resources/boot/OD/New.xsd new file mode 100644 index 0000000..91755c8 --- /dev/null +++ b/src/main/resources/boot/OD/New.xsd @@ -0,0 +1,3 @@ + + + diff --git a/src/main/resources/boot/OD/NewDevObjectDef.xsd b/src/main/resources/boot/OD/NewDevObjectDef.xsd new file mode 100644 index 0000000..637581e --- /dev/null +++ b/src/main/resources/boot/OD/NewDevObjectDef.xsd @@ -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/src/main/resources/boot/OD/NewLocalObjectDef.xsd b/src/main/resources/boot/OD/NewLocalObjectDef.xsd new file mode 100644 index 0000000..0186872 --- /dev/null +++ b/src/main/resources/boot/OD/NewLocalObjectDef.xsd @@ -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/src/main/resources/boot/SC/CreateNewNumberedVersionFromLast.xml b/src/main/resources/boot/SC/CreateNewNumberedVersionFromLast.xml new file mode 100644 index 0000000..321855a --- /dev/null +++ b/src/main/resources/boot/SC/CreateNewNumberedVersionFromLast.xml @@ -0,0 +1,27 @@ + + + + + diff --git a/src/main/resources/boot/SC/InstantiateItem.xml b/src/main/resources/boot/SC/InstantiateItem.xml new file mode 100644 index 0000000..4e80e9d --- /dev/null +++ b/src/main/resources/boot/SC/InstantiateItem.xml @@ -0,0 +1,28 @@ + + + + + diff --git a/src/main/resources/boot/SC/LocalObjectDefCreator.xml b/src/main/resources/boot/SC/LocalObjectDefCreator.xml new file mode 100644 index 0000000..32b154c --- /dev/null +++ b/src/main/resources/boot/SC/LocalObjectDefCreator.xml @@ -0,0 +1,54 @@ + + + + + diff --git a/src/main/resources/boot/SC/New.xml b/src/main/resources/boot/SC/New.xml new file mode 100644 index 0000000..a07a7b9 --- /dev/null +++ b/src/main/resources/boot/SC/New.xml @@ -0,0 +1,7 @@ + + + + + diff --git a/src/main/resources/boot/SC/SetWorkflow.xml b/src/main/resources/boot/SC/SetWorkflow.xml new file mode 100644 index 0000000..88a061f --- /dev/null +++ b/src/main/resources/boot/SC/SetWorkflow.xml @@ -0,0 +1,41 @@ + + + + + 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/DescProp.xml b/src/main/resources/boot/property/DescProp.xml new file mode 100644 index 0000000..95a41c9 --- /dev/null +++ b/src/main/resources/boot/property/DescProp.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file 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/typeicons/factory_16.png b/src/main/resources/images/typeicons/factory_16.png new file mode 100644 index 0000000..9979ee7 Binary files /dev/null and b/src/main/resources/images/typeicons/factory_16.png differ diff --git a/src/main/resources/images/typeicons/factory_32.png b/src/main/resources/images/typeicons/factory_32.png new file mode 100644 index 0000000..f43f44f Binary files /dev/null and b/src/main/resources/images/typeicons/factory_32.png differ diff --git a/src/main/resources/images/typeicons/itemdescription_16.png b/src/main/resources/images/typeicons/itemdescription_16.png new file mode 100644 index 0000000..7c80fd6 Binary files /dev/null and b/src/main/resources/images/typeicons/itemdescription_16.png differ diff --git a/src/main/resources/images/typeicons/itemdescription_32.png b/src/main/resources/images/typeicons/itemdescription_32.png new file mode 100644 index 0000000..d0afc4d Binary files /dev/null and b/src/main/resources/images/typeicons/itemdescription_32.png differ diff --git a/src/module.xml b/src/module.xml deleted file mode 100644 index 83bc461..0000000 --- a/src/module.xml +++ /dev/null @@ -1,82 +0,0 @@ - - - - CRISTAL Development Items, such as resource factories and workflows. Also includes a demonstrative description factory - 0.2 - - ch/cern/cristaldev/resources/ - - boot/OD/NewLocalObjectDef.xsd - boot/OD/NewDevObjectDef.xsd - boot/OD/ChooseWorkflow.xsd - boot/EA/AssignNewVersionFromLast.xml - boot/EA/CreateNewLocalObjectDef.xml - boot/EA/EditActivityDef.xml - boot/EA/EditPropertyDescription.xml - boot/EA/EditSchema.xml - boot/EA/EditScriptDefinition.xml - boot/EA/CreateItem.xml - boot/EA/SetInstanceWorkflow.xml - boot/CA/CompositeActivityFactory.xml - boot/CA/ElementaryActivityFactory.xml - boot/CA/ManageCompositeActDef.xml - boot/CA/ManageElementaryActDef.xml - boot/CA/ManageSchema.xml - boot/CA/ManageScript.xml - boot/CA/SchemaFactoryWf.xml - boot/CA/ScriptFactoryWf.xml - boot/CA/ItemDescriptionWf.xml - boot/CA/ItemDescriptionFactoryWf.xml - boot/SC/CreateNewNumberedVersionFromLast.xml - boot/SC/LocalObjectDefCreator.xml - boot/SC/InstantiateItem.xml - boot/SC/SetWorkflow.xml - - Script - Factory - boot/property/SCProp.xml - boot/SC/New.xml - - /desc/ActivityDesc/system/dev/ManageScript - - - - ElementaryActivityDef - Factory - boot/property/EAProp.xml - - /desc/ActivityDesc/system/dev/ManageElementaryActDef - - - - CompositeActivityDef - Factory - boot/property/CAProp.xml - - /desc/ActivityDesc/system/dev/ManageCompositeActDef - - - - Schema - Factory - boot/property/ODProp.xml - boot/OD/New.xsd - - /desc/ActivityDesc/system/dev/ManageSchema - - - - Factory - boot/property/DescProp.xml - - /desc/ActivityDesc/system/dev/ItemDescriptionWf - - - /desc/dev/CompositeActivityDefFactory - - - - Admin - - - -- cgit v1.2.3