diff options
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/module.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/module.xml b/src/main/resources/module.xml index 92e26cb..2244229 100644 --- a/src/main/resources/module.xml +++ b/src/main/resources/module.xml @@ -4,8 +4,8 @@ <Version>2.3.1</Version>
</Info>
<ResourceURL>com/c2kernel/gui/resources/</ResourceURL>
- <Config target="client" name="OutcomeHandler.CompositeActivityDef.0">com.c2kernel.lifecycle.gui.view.CompActDefOutcomeHandler</Config>
- <Config target="client" name="OutcomeHandler.ElementaryActivityDef.0">com.c2kernel.lifecycle.gui.view.ElemActDefOutcomeHandler</Config>
+ <Config target="client" name="OutcomeHandler.CompositeActivityDef.0">com.c2kernel.gui.lifecycle.desc.CompActDefOutcomeHandler</Config>
+ <Config target="client" name="OutcomeHandler.ElementaryActivityDef.0">com.c2kernel.gui.lifecycle.desc.ElemActDefOutcomeHandler</Config>
<Config target="client" name="OutcomeHandler.Schema.0">com.c2kernel.gui.tabs.outcome.BasicOutcomeEditor</Config>
<Config target="client" name="OutcomeHandler.Script.0">com.c2kernel.gui.tabs.outcome.BasicOutcomeEditor</Config>
<Config target="client" name="banner">about.png</Config>
|
