summaryrefslogtreecommitdiff
path: root/src/main/resources/module.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/module.xml')
-rw-r--r--src/main/resources/module.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/resources/module.xml b/src/main/resources/module.xml
index ca61f86..078d6a4 100644
--- a/src/main/resources/module.xml
+++ b/src/main/resources/module.xml
@@ -4,10 +4,10 @@
<Version>${version}</Version>
</Info>
<ResourceURL>com/c2kernel/gui/resources/</ResourceURL>
- <Config name="OutcomeHandler.CompositeActivityDef.0" target="client">com.c2kernel.gui.lifecycle.desc.CompActDefOutcomeHandler</Config>
- <Config name="OutcomeHandler.ElementaryActivityDef.0" target="client">com.c2kernel.gui.lifecycle.desc.ElemActDefOutcomeHandler</Config>
- <Config name="OutcomeHandler.Schema.0" target="client">com.c2kernel.gui.tabs.outcome.BasicOutcomeEditor</Config>
- <Config name="OutcomeHandler.Script.0" target="client">com.c2kernel.gui.tabs.outcome.BasicOutcomeEditor</Config>
+ <Config name="OutcomeHandler.CompositeActivityDef.0" target="client">org.cristalise.kernel.gui.lifecycle.desc.CompActDefOutcomeHandler</Config>
+ <Config name="OutcomeHandler.ElementaryActivityDef.0" target="client">org.cristalise.kernel.gui.lifecycle.desc.ElemActDefOutcomeHandler</Config>
+ <Config name="OutcomeHandler.Schema.0" target="client">org.cristalise.kernel.gui.tabs.outcome.BasicOutcomeEditor</Config>
+ <Config name="OutcomeHandler.Script.0" target="client">org.cristalise.kernel.gui.tabs.outcome.BasicOutcomeEditor</Config>
<Config name="banner" target="client">about.png</Config>
<Imports/>
</CristalModule> \ No newline at end of file