Skip to content

Commit

Permalink
Migrate to latest version of Xalan (endorsed) for all uses other than…
Browse files Browse the repository at this point in the history
… metadatatool.
  • Loading branch information
iay committed Aug 14, 2009
1 parent d6af9b2 commit 906889d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
<property name="bin.dir" value="bin"/>
<property name="lib.dir" value="lib"/>
<property name="templates.dir" value="templates"/>
<property name="xalan.dir" value="xalan-j_2_6_0"/>
<property name="xml.dir" value="xml"/>

<!--
Expand Down Expand Up @@ -299,10 +298,10 @@
<sequential>
<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>
<jvmarg value="-Djava.endorsed.dirs=${tools.xalan}/endorsed"/>
<arg value="-IN"/>
<arg value="${xml.dir}/@{i}"/>
<arg value="-OUT"/>
Expand Down

0 comments on commit 906889d

Please sign in to comment.