Update to Clojure 1.4. Closes issue #634

This commit is contained in:
Tom Morris 2013-02-12 00:15:35 -05:00
parent 2837db2f51
commit 975d18942f
5 changed files with 47 additions and 47 deletions

View File

@ -12,7 +12,7 @@
<classpathentry exported="true" kind="lib" path="main/webapp/WEB-INF/lib/ant-tools-1.8.0.jar"/>
<classpathentry exported="true" kind="lib" path="main/webapp/WEB-INF/lib/arithcode-1.1.jar"/>
<classpathentry exported="true" kind="lib" path="main/webapp/WEB-INF/lib/butterfly-trunk.jar" sourcepath="main/webapp/WEB-INF/lib-src/butterfly-trunk-sources.jar"/>
<classpathentry exported="true" kind="lib" path="main/webapp/WEB-INF/lib/clojure-1.1.0.jar"/>
<classpathentry exported="true" kind="lib" path="main/webapp/WEB-INF/lib/clojure-1.4.0.jar"/>
<classpathentry exported="true" kind="lib" path="main/webapp/WEB-INF/lib/commons-codec-1.5.jar"/>
<classpathentry exported="true" kind="lib" path="main/webapp/WEB-INF/lib/commons-collections-3.2.1.jar"/>
<classpathentry exported="true" kind="lib" path="main/webapp/WEB-INF/lib/commons-fileupload-1.2.1.jar"/>

View File

@ -23,7 +23,7 @@
<classpathentry kind="lib" path="webapp/WEB-INF/lib/poi-ooxml-schemas-3.7-20101029.jar"/>
<classpathentry exported="true" kind="lib" path="webapp/WEB-INF/lib/dom4j-1.6.1.jar"/>
<classpathentry kind="lib" path="webapp/WEB-INF/lib/xmlbeans-2.3.0.jar"/>
<classpathentry kind="lib" path="webapp/WEB-INF/lib/clojure-1.1.0.jar"/>
<classpathentry kind="lib" path="webapp/WEB-INF/lib/clojure-1.4.0.jar"/>
<classpathentry kind="lib" path="webapp/WEB-INF/lib/jackson-core-asl-1.5.1.jar"/>
<classpathentry kind="lib" path="webapp/WEB-INF/lib/marc4j-2.4.jar"/>
<classpathentry kind="lib" path="webapp/WEB-INF/lib/jrdf-0.5.6.jar"/>

View File

@ -29,7 +29,7 @@ excludes=
file.reference.ant-tools-1.8.0.jar=../../webapp/WEB-INF/lib/ant-tools-1.8.0.jar
file.reference.arithcode-1.1.jar=../../webapp/WEB-INF/lib/arithcode-1.1.jar
file.reference.butterfly-trunk.jar=../../webapp/WEB-INF/lib/butterfly-trunk.jar
file.reference.clojure-1.1.0.jar=../../webapp/WEB-INF/lib/clojure-1.1.0.jar
file.reference.clojure-1.4.0.jar=../../webapp/WEB-INF/lib/clojure-1.4.0.jar
file.reference.commons-codec-1.4.jar=../../webapp/WEB-INF/lib/commons-codec-1.4.jar
file.reference.commons-collections-3.2.1.jar=../../webapp/WEB-INF/lib/commons-collections-3.2.1.jar
file.reference.commons-fileupload-1.2.1.jar=../../webapp/WEB-INF/lib/commons-fileupload-1.2.1.jar
@ -68,7 +68,7 @@ javac.classpath=\
${file.reference.ant-tools-1.8.0.jar}:\
${file.reference.arithcode-1.1.jar}:\
${file.reference.butterfly-trunk.jar}:\
${file.reference.clojure-1.1.0.jar}:\
${file.reference.clojure-1.4.0.jar}:\
${file.reference.commons-codec-1.4.jar}:\
${file.reference.commons-collections-3.2.1.jar}:\
${file.reference.commons-fileupload-1.2.1.jar}:\

Binary file not shown.