summaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2012-11-09 10:10:37 +0100
committerAndrew Branson <andrew.branson@cern.ch>2012-11-09 10:10:37 +0100
commit06dbf832fb19e4afa042e012348ec7eb0af18dee (patch)
tree2fb1c36348b23e372c1e827af8b212ac6508c2cb /src/main/resources
parent008652b2568ce7e9eee450a1d7485b0d6e750b60 (diff)
Module XML elements were in the wrong order and so invalid
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/module.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/module.xml b/src/main/resources/module.xml
index c6b8928..3f4bb76 100644
--- a/src/main/resources/module.xml
+++ b/src/main/resources/module.xml
@@ -4,11 +4,11 @@
<Version>${version}</Version>
</Info>
<ResourceURL>com/c2kernel/gui/resources/</ResourceURL>
- <Imports/>
<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="banner" target="client">about.png</Config>
<Script target="client" event="startup" lang="javascript">Packages.com.c2kernel.utils.Logger.msg("Hi from a startup script");</Script>
+ <Imports/>
</CristalModule> \ No newline at end of file