Skip to content

Commit

Permalink
Include latest development version of xmltool, and take care of its l…
Browse files Browse the repository at this point in the history
…ogging requirements.
  • Loading branch information
iay committed Feb 4, 2010
1 parent 25d32b7 commit 1ea7dbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,8 @@
<include name="**/*.jar"/>
</fileset>
</classpath>
<jvmarg value="-Djava.endorsed.dirs=${tools.xmltool}/endorsed"/>
<jvmarg value="-Djava.endorsed.dirs=${tools.xmltool}/endorsed"/>
<jvmarg value="-Dorg.opensaml.xml.util.XmlTool.home=${tools.xmltool}"/>
<args/>
<arg value="--validateSchema"/>
<arg value="--schemaDirectory"/>
Expand Down

0 comments on commit 1ea7dbb

Please sign in to comment.