summaryrefslogtreecommitdiff
path: root/src/main/resources/module.xml
diff options
context:
space:
mode:
authorabranson <abranson@PCUWE01.cern.ch>2012-07-02 14:17:06 +0200
committerabranson <abranson@PCUWE01.cern.ch>2012-07-02 14:17:06 +0200
commitee7dcc739652fde6bc4226cdfca3913e397895f0 (patch)
tree6063464ced7094caf1961bbd381316116af4c355 /src/main/resources/module.xml
parentd6f6211306708d22ddcbe4e350f906c63220d7a4 (diff)
Move module.xml into resource proper
Diffstat (limited to 'src/main/resources/module.xml')
-rw-r--r--src/main/resources/module.xml4
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>