Skip to content

Commit

Permalink
Upgrade to xmlsectool 1.1.5. Move its endorsed directory so that the …
Browse files Browse the repository at this point in the history
…layout corresponds to that in the distribution, and adjust the calling macro accordingly.
  • Loading branch information
iay committed Jul 25, 2011
1 parent 3fa4198 commit b62667d
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -660,10 +660,10 @@
fork="true" failonerror="true" maxmemory="${java.max.memory}">
<classpath>
<fileset dir="${tools.xmlsectool}/lib">
<include name="**/*.jar"/>
<include name="*.jar"/>
</fileset>
</classpath>
<jvmarg value="-Djava.endorsed.dirs=${tools.xmlsectool}/endorsed"/>
<jvmarg value="-Djava.endorsed.dirs=${tools.xmlsectool}/lib/endorsed"/>
<jvmarg value="-Dedu.internet2.middleware.security.XmlSecTool.home=${tools.xmlsectool}"/>
<args/>
<arg value="--validateSchema"/>
Expand Down
File renamed without changes.
Binary file modified tools/xmlsectool/lib/openws-1.4.2.jar
Binary file not shown.
Binary file removed tools/xmlsectool/lib/xmlsectool-1.1.4.jar
Binary file not shown.
Binary file added tools/xmlsectool/lib/xmlsectool-1.1.5.jar
Binary file not shown.
Binary file removed tools/xmlsectool/lib/xmltooling-1.3.1.jar
Binary file not shown.
Binary file added tools/xmlsectool/lib/xmltooling-1.3.2.jar
Binary file not shown.

0 comments on commit b62667d

Please sign in to comment.