diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2012-06-29 16:20:11 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2012-06-29 16:20:11 +0200 |
| commit | 11eb9557a35e17450c0aefb758471f1ff3148336 (patch) | |
| tree | 10251f415012336189dd8a7f4385434ad807d7ad /src/main/resources/boot/CA/NoWorkflow.xml | |
| parent | bc4d8f9fca275eceee86e38c52975461ca504d07 (diff) | |
Pull remaining graph GUI components into cristal-gui
Diffstat (limited to 'src/main/resources/boot/CA/NoWorkflow.xml')
| -rw-r--r-- | src/main/resources/boot/CA/NoWorkflow.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/boot/CA/NoWorkflow.xml b/src/main/resources/boot/CA/NoWorkflow.xml index c0e2d6f..e49b1cc 100644 --- a/src/main/resources/boot/CA/NoWorkflow.xml +++ b/src/main/resources/boot/CA/NoWorkflow.xml @@ -1,6 +1,6 @@ <CompositeActivityDef ID="-1" Name="NoWorkflow" Height="0" Width="0" IsLayoutable="false" IsComposite="true">
<childrenGraphModel>
- <GraphModelCastorData ClassNameOfVertexOutlineCreator="com.c2kernel.lifecycle.gui.model.WfVertexDefOutlineCreator" StartVertexId="-1" NextId="0"/>
+ <GraphModelCastorData ClassNameOfVertexOutlineCreator="com.c2kernel.lifecycle.WfVertexDefOutlineCreator" StartVertexId="-1" NextId="0"/>
</childrenGraphModel>
<Properties>
<KeyValuePair Key="Autostart" Boolean="true"/>
|
