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 f39a98fc..0a3bad66 100644
--- a/build.xml
+++ b/build.xml
@@ -60,7 +60,7 @@
<target name="jar" description="Create jar file." depends="compile_clojure">
<jar jarfile="${jarfile}">
- <path location="CPL.txt"/>
+ <path location="CPL.TXT"/>
<fileset dir="${src}" includes="**/*.clj"/>
<fileset dir="${build}" includes="**/*.class"/>
<manifest>