diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2014-10-07 09:20:44 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2014-10-07 09:20:44 +0200 |
| commit | 4a90596e4c8ff50f5624c0739f3710723a90a485 (patch) | |
| tree | b15e58347eda0378b729782747ee6099d02756fb /src/main/resources | |
| parent | 83547d4945de81cbf4db57c629432fb8c180012f (diff) | |
Repackage to org.cristalise
Diffstat (limited to 'src/main/resources')
14 files changed, 45 insertions, 45 deletions
diff --git a/src/main/resources/boot/CA/CompositeActivityFactory.xml b/src/main/resources/boot/CA/CompositeActivityFactory.xml index c917a33..19fb910 100644 --- a/src/main/resources/boot/CA/CompositeActivityFactory.xml +++ b/src/main/resources/boot/CA/CompositeActivityFactory.xml @@ -2,7 +2,7 @@ Height="0" Width="0" IsLayoutable="false" IsComposite="true">
<childrenGraphModel>
<GraphModelCastorData
- ClassNameOfVertexOutlineCreator="com.c2kernel.lifecycle.gui.model.WfVertexDefOutlineCreator"
+ ClassNameOfVertexOutlineCreator="org.cristalise.kernel.lifecycle.gui.model.WfVertexDefOutlineCreator"
StartVertexId="5" NextId="14">
<JoinDef ID="6" Name="" Height="24" Width="60" IsLayoutable="true"
IsComposite="false">
diff --git a/src/main/resources/boot/CA/ElementaryActivityFactory.xml b/src/main/resources/boot/CA/ElementaryActivityFactory.xml index ab736ea..f103d5a 100644 --- a/src/main/resources/boot/CA/ElementaryActivityFactory.xml +++ b/src/main/resources/boot/CA/ElementaryActivityFactory.xml @@ -3,7 +3,7 @@ IsComposite="true">
<childrenGraphModel>
<GraphModelCastorData
- ClassNameOfVertexOutlineCreator="com.c2kernel.lifecycle.gui.model.WfVertexDefOutlineCreator"
+ ClassNameOfVertexOutlineCreator="org.cristalise.kernel.lifecycle.gui.model.WfVertexDefOutlineCreator"
StartVertexId="5" NextId="14">
<JoinDef ID="6" Name="" Height="24" Width="60" IsLayoutable="true"
IsComposite="false">
diff --git a/src/main/resources/boot/CA/ItemDescriptionFactoryWf.xml b/src/main/resources/boot/CA/ItemDescriptionFactoryWf.xml index 56ab47f..c0caf2d 100644 --- a/src/main/resources/boot/CA/ItemDescriptionFactoryWf.xml +++ b/src/main/resources/boot/CA/ItemDescriptionFactoryWf.xml @@ -2,7 +2,7 @@ Height="0" Width="0" IsLayoutable="false" IsComposite="true">
<childrenGraphModel>
<GraphModelCastorData
- ClassNameOfVertexOutlineCreator="com.c2kernel.lifecycle.gui.model.WfVertexDefOutlineCreator"
+ ClassNameOfVertexOutlineCreator="org.cristalise.kernel.lifecycle.gui.model.WfVertexDefOutlineCreator"
StartVertexId="1" NextId="14">
<JoinDef ID="3" Name="" Height="24" Width="60" IsLayoutable="true"
IsComposite="false">
diff --git a/src/main/resources/boot/CA/ItemDescriptionWf.xml b/src/main/resources/boot/CA/ItemDescriptionWf.xml index 34e38c7..74c8f63 100644 --- a/src/main/resources/boot/CA/ItemDescriptionWf.xml +++ b/src/main/resources/boot/CA/ItemDescriptionWf.xml @@ -2,7 +2,7 @@ Height="0" Width="0" IsLayoutable="false" IsComposite="true">
<childrenGraphModel>
<GraphModelCastorData
- ClassNameOfVertexOutlineCreator="com.c2kernel.lifecycle.gui.model.WfVertexDefOutlineCreator"
+ ClassNameOfVertexOutlineCreator="org.cristalise.kernel.lifecycle.gui.model.WfVertexDefOutlineCreator"
StartVertexId="0" NextId="37">
<ActivitySlotDef ID="33" Name="CreateItem slot"
Height="60" Width="130" IsLayoutable="true" IsComposite="false">
diff --git a/src/main/resources/boot/CA/ReadOnlyItemDescriptionWf.xml b/src/main/resources/boot/CA/ReadOnlyItemDescriptionWf.xml index 7ca7ce9..5170576 100644 --- a/src/main/resources/boot/CA/ReadOnlyItemDescriptionWf.xml +++ b/src/main/resources/boot/CA/ReadOnlyItemDescriptionWf.xml @@ -2,7 +2,7 @@ Height="0" Width="0" IsLayoutable="false" IsComposite="true">
<childrenGraphModel>
<GraphModelCastorData
- ClassNameOfVertexOutlineCreator="com.c2kernel.lifecycle.gui.model.WfVertexDefOutlineCreator"
+ ClassNameOfVertexOutlineCreator="org.cristalise.kernel.lifecycle.gui.model.WfVertexDefOutlineCreator"
StartVertexId="9" NextId="37">
<ActivitySlotDef ID="33" Name="CreateItem slot"
Height="60" Width="130" IsLayoutable="true" IsComposite="false">
diff --git a/src/main/resources/boot/CA/StateMachineFactoryWf.xml b/src/main/resources/boot/CA/StateMachineFactoryWf.xml index 07a5af1..e5985d7 100644 --- a/src/main/resources/boot/CA/StateMachineFactoryWf.xml +++ b/src/main/resources/boot/CA/StateMachineFactoryWf.xml @@ -2,7 +2,7 @@ Height="0" Width="0" IsLayoutable="false" IsComposite="true">
<childrenGraphModel>
<GraphModelCastorData
- ClassNameOfVertexOutlineCreator="com.c2kernel.lifecycle.gui.model.WfVertexDefOutlineCreator"
+ ClassNameOfVertexOutlineCreator="org.cristalise.kernel.lifecycle.gui.model.WfVertexDefOutlineCreator"
StartVertexId="5" NextId="14">
<JoinDef ID="6" Name="" Height="24" Width="60" IsLayoutable="true"
IsComposite="false">
diff --git a/src/main/resources/boot/SC/CreateNewNumberedVersionFromLast.xml b/src/main/resources/boot/SC/CreateNewNumberedVersionFromLast.xml index 7a63b76..490ac3b 100644 --- a/src/main/resources/boot/SC/CreateNewNumberedVersionFromLast.xml +++ b/src/main/resources/boot/SC/CreateNewNumberedVersionFromLast.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?>
<cristalscript>
- <output name="errors" type="com.c2kernel.scripting.ErrorInfo"/>
+ <output name="errors" type="org.cristalise.kernel.scripting.ErrorInfo"/>
<script language="javascript" name="CreateNewNumberedVersionFromLast"><![CDATA[
var viewName = job.getActPropString("ViewName");
diff --git a/src/main/resources/boot/SC/InstantiateItem.xml b/src/main/resources/boot/SC/InstantiateItem.xml index d4920f4..1365d61 100644 --- a/src/main/resources/boot/SC/InstantiateItem.xml +++ b/src/main/resources/boot/SC/InstantiateItem.xml @@ -1,5 +1,5 @@ <cristalscript> - <output name="errors" type="com.c2kernel.scripting.ErrorInfo" /> + <output name="errors" type="org.cristalise.kernel.scripting.ErrorInfo" /> <script language="javascript" name="InstantiateItem"><![CDATA[ importClass(Packages.com.c2kernel.lookup.DomainPath); diff --git a/src/main/resources/boot/SC/LocalObjectDefCreator.xml b/src/main/resources/boot/SC/LocalObjectDefCreator.xml index 5fc3627..39f49e7 100644 --- a/src/main/resources/boot/SC/LocalObjectDefCreator.xml +++ b/src/main/resources/boot/SC/LocalObjectDefCreator.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?>
<cristalscript>
- <output name="errors" type="com.c2kernel.scripting.ErrorInfo" />
+ <output name="errors" type="org.cristalise.kernel.scripting.ErrorInfo" />
<script language="javascript" name="LocalObjectDefCreator"><![CDATA[
- importClass(com.c2kernel.process.Gateway);
- importClass(com.c2kernel.process.Bootstrap);
- importClass(com.c2kernel.lifecycle.CompositeActivityDef);
- importClass(com.c2kernel.lifecycle.ActivityDef);
- importClass(com.c2kernel.lookup.DomainPath);
- importClass(com.c2kernel.process.resource.DefaultResourceImportHandler);
+ importClass(org.cristalise.kernel.process.Gateway);
+ importClass(org.cristalise.kernel.process.Bootstrap);
+ importClass(org.cristalise.kernel.lifecycle.CompositeActivityDef);
+ importClass(org.cristalise.kernel.lifecycle.ActivityDef);
+ importClass(org.cristalise.kernel.lookup.DomainPath);
+ importClass(org.cristalise.kernel.process.resource.DefaultResourceImportHandler);
var name = job.getOutcome().getField("ObjectName");
var folder = job.getOutcome().getField("SubFolder");
diff --git a/src/main/resources/boot/SC/New.xml b/src/main/resources/boot/SC/New.xml index 385f410..f3d5aa5 100644 --- a/src/main/resources/boot/SC/New.xml +++ b/src/main/resources/boot/SC/New.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?>
<cristalscript>
- <output name="errors" type="com.c2kernel.scripting.ErrorInfo" />
+ <output name="errors" type="org.cristalise.kernel.scripting.ErrorInfo" />
<script language="javascript" name=""><![CDATA[
]]></script>
diff --git a/src/main/resources/boot/SC/SetLastNumberedVersionToLast.xml b/src/main/resources/boot/SC/SetLastNumberedVersionToLast.xml index dab9875..80ce682 100644 --- a/src/main/resources/boot/SC/SetLastNumberedVersionToLast.xml +++ b/src/main/resources/boot/SC/SetLastNumberedVersionToLast.xml @@ -1,5 +1,5 @@ <cristalscript> - <output name="errors" type="com.c2kernel.scripting.ErrorInfo"/> + <output name="errors" type="org.cristalise.kernel.scripting.ErrorInfo"/> <script language="javascript" name="SetLastNumberedVersionFromLast"><