aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 6ffd8a7f..e29a5b5f 100644
--- a/build.xml
+++ b/build.xml
@@ -58,7 +58,7 @@
<target name="jar" description="Create jar file." depends="compile_clojure">
<jar jarfile="${jarfile}">
- <path location="CPL.TXT"/>
+ <fileset file="epl-v10.html"/>
<fileset dir="${src}" includes="**/*.clj"/>
<fileset dir="${build}" includes="**/*.class"/>
<manifest>