[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [ernie/master] Include all required files in ernie.war.
Author: Karsten Loesing <karsten.loesing@xxxxxxx>
Date: Thu, 20 May 2010 08:35:54 +0200
Subject: Include all required files in ernie.war.
Commit: 2c3d53e6e08603f1e2e07d837ec9261bf9e2a319
---
build.xml | 17 ++++++++---------
1 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/build.xml b/build.xml
index 247faa7..2a1b2d3 100644
--- a/build.xml
+++ b/build.xml
@@ -41,17 +41,16 @@
<copy todir="dist/WEB-INF">
<fileset dir="R"/>
</copy>-->
-<!-- We could copy static files (HTML, JSP), too, but right now we don't
- have any such files.
<copy todir="dist">
- <fileset dir="web"/>
+ <fileset dir="website">
+ <include name="*.html"/>
+ <exclude name="consensus-health.html"/>
+ <exclude name="consensus-health-1.html"/>
+ <exclude name="consensus-health-2.html"/>
+ <exclude name="log.html"/>
+ </fileset>
</copy>
--->
-<!-- We could copy libraries (JDBC Postgres driver, Commons, etc.), too,
- but right now we don't require libraries
- <copy todir="dist/WEB-INF/lib">
- <fileset dir="lib"/>
- </copy>-->
+ <copy todir="dist/WEB-INF/lib" file="lib/commons-codec-1.4.jar"/>
<jar jarfile="ernie.war" basedir="dist"/>
</target>
--
1.6.5