Skip to content

Commit

Permalink
Revert to version 1.1.1 of xmlsectool.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Apr 14, 2011
1 parent 57e7e80 commit 4e5ac48
Show file tree
Hide file tree
Showing 32 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -625,16 +625,16 @@
<attribute name="i"/><!-- input file, assumed to be in the XML directory -->
<element name="args" optional="yes"/>
<sequential>
<java classname="org.opensaml.xml.util.XmlTool"
<java classname="edu.internet2.middleware.security.XmlSecTool"
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}/lib/endorsed"/>
<jvmarg value="-Dorg.opensaml.xml.util.XmlTool.home=${tools.xmlsectool}"/>
<args/>
<jvmarg value="-Djava.endorsed.dirs=${tools.xmlsectool}/endorsed"/>
<jvmarg value="-Dedu.internet2.middleware.security.XmlSecTool.home=${tools.xmlsectool}"/>
<args/>
<arg value="--validateSchema"/>
<arg value="--schemaDirectory"/>
<arg value="${xml.dir}"/>
Expand Down
File renamed without changes.
Binary file added tools/xmlsectool/endorsed/xercesImpl-2.9.1.jar
Binary file not shown.
Binary file not shown.
Binary file removed tools/xmlsectool/lib/commons-collections-3.1.jar
Binary file not shown.
Binary file removed tools/xmlsectool/lib/commons-lang-2.1.jar
Binary file not shown.
Binary file removed tools/xmlsectool/lib/endorsed/serializer-2.7.1.jar
Binary file not shown.
Binary file removed tools/xmlsectool/lib/endorsed/xercesImpl-2.10.0.jar
Binary file not shown.
Binary file removed tools/xmlsectool/lib/endorsed/xml-resolver-1.2.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added tools/xmlsectool/lib/jul-to-slf4j-1.5.10.jar
Binary file not shown.
Binary file removed tools/xmlsectool/lib/jul-to-slf4j-1.6.1.jar
Binary file not shown.
Binary file added tools/xmlsectool/lib/log4j-over-slf4j-1.5.11.jar
Binary file not shown.
Binary file removed tools/xmlsectool/lib/log4j-over-slf4j-1.6.1.jar
Binary file not shown.
Binary file added tools/xmlsectool/lib/logback-classic-0.9.20.jar
Binary file not shown.
Binary file removed tools/xmlsectool/lib/logback-classic-0.9.27.jar
Binary file not shown.
Binary file not shown.
Binary file modified tools/xmlsectool/lib/not-yet-commons-ssl-0.3.9.jar
Binary file not shown.
Binary file removed tools/xmlsectool/lib/opensaml-2.4.1.jar
Binary file not shown.
Binary file added tools/xmlsectool/lib/openws-1.3.1.jar
Binary file not shown.
Binary file removed tools/xmlsectool/lib/openws-1.4.1.jar
Binary file not shown.
Binary file removed tools/xmlsectool/lib/shibboleth-jce-1.1.0.jar
Binary file not shown.
Binary file added tools/xmlsectool/lib/slf4j-api-1.5.11.jar
Binary file not shown.
Binary file removed tools/xmlsectool/lib/slf4j-api-1.6.1.jar
Binary file not shown.
Binary file removed tools/xmlsectool/lib/velocity-1.5.jar
Binary file not shown.
Binary file not shown.
Binary file added tools/xmlsectool/lib/xmlsectool-1.1.1.jar
Binary file not shown.
Binary file removed tools/xmlsectool/lib/xmlsectool-1.1.3.jar
Binary file not shown.
Binary file not shown.

0 comments on commit 4e5ac48

Please sign in to comment.