summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorabranson <andrew.branson@cern.ch>2011-10-18 17:00:33 +0200
committerabranson <andrew.branson@cern.ch>2011-10-18 17:00:33 +0200
commit684e01bb190c7d0b95347b732aeb3cdeda4740d7 (patch)
treef3b36e96a4e33b6e46a5e17a29e7492e9ecb4796 /build.xml
parent38d30cd4f69178cef983ec13262a6f02826a9a45 (diff)
Module support
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 81bfea3..4d86455 100644
--- a/build.xml
+++ b/build.xml
@@ -47,7 +47,7 @@
<patternset id="resource.files">
<include name="boot/**/*.txt"/>
<include name="boot/**/*.xml"/>
- <include name="schemas/*.xsd"/>
+ <include name="boot/**/*.xsd"/>
<include name="mapFiles/*"/>
<include name="textFiles/*.*"/>
<include name="images/**/*.gif"/>