Skip to content

Commit

Permalink
Simplify some classpath references for some external Java tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Jul 26, 2011
1 parent b62667d commit ac5492f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@
fork="true" failonerror="true" maxmemory="${java.max.memory}">
<classpath>
<fileset dir="${tools.metadatatool}/lib">
<include name="**/*.jar"/>
<include name="*.jar"/>
</fileset>
</classpath>
<jvmarg value="-Djava.endorsed.dirs=${tools.metadatatool}/endorsed"/>
Expand Down Expand Up @@ -944,10 +944,10 @@
fork="true" failonerror="true" maxmemory="${java.max.memory}">
<classpath>
<fileset dir="${tools.mdcheck}/lib">
<include name="**/*.jar"/>
<include name="*.jar"/>
</fileset>
<fileset dir="${tools.xalan}/lib">
<include name="**/*.jar"/>
<include name="*.jar"/>
</fileset>
</classpath>
<jvmarg value="-Djava.endorsed.dirs=${tools.xalan}/endorsed"/>
Expand Down

0 comments on commit ac5492f

Please sign in to comment.