Skip to content

Commit

Permalink
Move endorsed libraries for metadatatool down into the tools folder, …
Browse files Browse the repository at this point in the history
…as the start of a tool bundle for metadatatool.
  • Loading branch information
iay committed Aug 14, 2009
1 parent 7a31947 commit 0222aa6
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,16 @@
<property name="templates.dir" value="templates"/>
<property name="xalan.dir" value="xalan-j_2_6_0"/>
<property name="xml.dir" value="xml"/>


<!--
Location of externally supplied tool bundles.
-->
<property name="tools.dir" value="tools"/>
<property name="tools.metadatatool" value="${tools.dir}/metadatatool"/>

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

<!--
Expand Down Expand Up @@ -422,7 +425,7 @@
metadatatool requires its own variant of
the endorsed libraries.
-->
<jvmarg value="-Djava.endorsed.dirs=${endorsed.mdt.dir}"/>
<jvmarg value="-Djava.endorsed.dirs=${tools.metadatatool}/endorsed"/>
<!--
<jvmarg value="-Dlog4j.configuration=log4j.properties"/>
-->
Expand Down
Binary file added tools/metadatatool/endorsed/dom.jar
Binary file not shown.
Binary file added tools/metadatatool/endorsed/jaxp-api.jar
Binary file not shown.
Binary file added tools/metadatatool/endorsed/sax.jar
Binary file not shown.
Binary file added tools/metadatatool/endorsed/xalan.jar
Binary file not shown.
Binary file added tools/metadatatool/endorsed/xercesImpl.jar
Binary file not shown.

0 comments on commit 0222aa6

Please sign in to comment.