Skip to content

Commit

Permalink
Move latest endorsed libraries down into the Xalan tool bundle.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Aug 14, 2009
1 parent 9e212d2 commit 41192df
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,9 @@
Location of externally supplied tool bundles.
-->
<property name="tools.dir" value="tools"/>
<property name="tools.metadatatool" value="${tools.dir}/metadatatool"/>
<property name="tools.metadatatool" value="${tools.dir}/metadatatool"/>
<property name="tools.xalan" value="${tools.dir}/xalan"/>

<!--
Endorsed libraries for everything except metadatatool.
-->
<property name="endorsed.dir" value="endorsed"/>

<!--
Additional ANT task definitions.
-->
Expand Down Expand Up @@ -548,7 +544,7 @@
<pathelement location="${lib.dir}/joda-time-1.6.jar"/>
<pathelement path="${bin.dir}"/>
</classpath>
<jvmarg value="-Djava.endorsed.dirs=${endorsed.dir}"/>
<jvmarg value="-Djava.endorsed.dirs=${tools.xalan}/endorsed"/>
<arg value="-IN"/>
<arg value="${entities.dir}/import.xml"/>
<arg value="-OUT"/>
Expand Down Expand Up @@ -588,7 +584,7 @@
<pathelement location="${lib.dir}/joda-time-1.6.jar"/>
<pathelement path="${bin.dir}"/>
</classpath>
<jvmarg value="-Djava.endorsed.dirs=${endorsed.dir}"/>
<jvmarg value="-Djava.endorsed.dirs=${tools.xalan}/endorsed"/>
<arg value="@{i}"/>
<arg value="${build.dir}/@{s}"/>
</java>
Expand Down
2 changes: 1 addition & 1 deletion build/import.pl
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
# ./check_entity 123
#

system("java -cp ../bin:../lib/joda-time-1.6.jar -Djava.endorsed.dirs=../endorsed org.apache.xalan.xslt.Process -IN ../entities/import.xml -OUT ../entities/imported.xml -XSL import.xsl");
system("java -cp ../bin:../lib/joda-time-1.6.jar -Djava.endorsed.dirs=../tools/xalan/endorsed org.apache.xalan.xslt.Process -IN ../entities/import.xml -OUT ../entities/imported.xml -XSL import.xsl");
Binary file added tools/xalan/endorsed/resolver-2.9.1.jar
Binary file not shown.
Binary file added tools/xalan/endorsed/serializer-2.9.1.jar
Binary file not shown.
Binary file added tools/xalan/endorsed/xalan-2.7.1.jar
Binary file not shown.
Binary file added tools/xalan/endorsed/xercesImpl-2.9.1.jar
Binary file not shown.
Binary file added tools/xalan/endorsed/xml-apis-2.9.1.jar
Binary file not shown.

0 comments on commit 41192df

Please sign in to comment.