summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2006-02-10 20:14:26 +0000
committerHenri Herscher <henri@oreka.org>2006-02-10 20:14:26 +0000
commit28d1d865faa68a57e40b2176061f89ec262db099 (patch)
tree824b97018c5c542dbd9237063c4e815dcf3a4abb
parent99bb311e853e172ec6785dfdb9999cc0f44b54da (diff)
images/common folder was missing from deploy ant script
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@167 09dcff7a-b715-0410-9601-b79a96267cd0
-rw-r--r--orkweb/deploy-template.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/orkweb/deploy-template.xml b/orkweb/deploy-template.xml
index 6e54379..f536b38 100644
--- a/orkweb/deploy-template.xml
+++ b/orkweb/deploy-template.xml
@@ -62,6 +62,7 @@
<fileset dir="${contextHome}">
<include name="*" />
<include name="images/*" />
+ <include name="images/common/*" />
<include name="WEB-INF/*.page" />
<include name="WEB-INF/*.application" />
<include name="WEB-INF/*.jwc" />