Skip to content

Commit

Permalink
Xalan runs need the joda-time library.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Apr 1, 2009
1 parent 99d7eb8 commit 67f5156
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@
<java fork="true" maxmemory="384m" failonerror="true" classname="org.apache.xalan.xslt.Process">
<classpath>
<pathelement location="${xalan.dir}/bin/xalan.jar"/>
<pathelement location="${lib.dir}/joda-time-1.6.jar"/>
<pathelement path="${bin.dir}"/>
</classpath>
<arg value="-IN"/>
Expand Down

0 comments on commit 67f5156

Please sign in to comment.