summaryrefslogtreecommitdiff
path: root/src/main/module.xml
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2012-06-26 12:41:11 +0200
committerAndrew Branson <andrew.branson@cern.ch>2012-06-26 12:41:11 +0200
commit99eed1e3c7e7292aea91131baeb36f81e23e3e82 (patch)
treeeb1afe9e57736bb1e9113ece476b9d8f0dcc7917 /src/main/module.xml
Initial refactor from kernel
Diffstat (limited to 'src/main/module.xml')
-rw-r--r--src/main/module.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/main/module.xml b/src/main/module.xml
new file mode 100644
index 0000000..92e26cb
--- /dev/null
+++ b/src/main/module.xml
@@ -0,0 +1,12 @@
+<CristalModule ns="gui" name="CristalGui" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <Info>
+ <Description>The default CRISTAL GUI</Description>
+ <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.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>
+</CristalModule> \ No newline at end of file