summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2013-06-17 22:50:13 +0200
committerAndrew Branson <andrew.branson@cern.ch>2013-06-17 22:50:13 +0200
commita9a08fcac876fcf4d6189de2d8e7cf88ba12d5ef (patch)
tree441b3e828e31e653852429b31ebf95dfe896846c
parent6b11ddb7ee0e125d114d57f41020fe8962a510f8 (diff)
Depend on XMLDB module
-rw-r--r--src/main/resources/module.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/module.xml b/src/main/resources/module.xml
index dd4d666..6881e71 100644
--- a/src/main/resources/module.xml
+++ b/src/main/resources/module.xml
@@ -2,6 +2,7 @@
<Info>
<Description>CRISTAL Development Items, such as resource factories and workflows. Also includes a demonstrative description factory</Description>
<Version>${version}</Version>
+ <Dependency>CristalXMLDB</Dependency>
</Info>
<ResourceURL>uk/ac/uwe/cristaldev/resources/</ResourceURL>
<Config name="Module.debug">true</Config>