diff options
| author | abranson <abranson@PCUWE01.cern.ch> | 2012-07-02 14:17:06 +0200 |
|---|---|---|
| committer | abranson <abranson@PCUWE01.cern.ch> | 2012-07-02 14:17:06 +0200 |
| commit | ee7dcc739652fde6bc4226cdfca3913e397895f0 (patch) | |
| tree | 6063464ced7094caf1961bbd381316116af4c355 /src/main/resources/module.xml | |
| parent | d6f6211306708d22ddcbe4e350f906c63220d7a4 (diff) | |
Move module.xml into resource proper
Diffstat (limited to 'src/main/resources/module.xml')
| -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>
|
