Skip to content

Commit

Permalink
Move libraries required for metadatatool (including the shib-util lib…
Browse files Browse the repository at this point in the history
…rary containing the executable itself) down into the metadatatool bundle.
  • Loading branch information
iay committed Aug 14, 2009
1 parent 0222aa6 commit d47498e
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@
<java classname="edu.internet2.middleware.shibboleth.utils.MetadataTool"
fork="true" failonerror="true" maxmemory="384m">
<classpath>
<fileset dir="${lib.dir}">
<fileset dir="${tools.metadatatool}/lib">
<include name="**/*.jar"/>
</fileset>
</classpath>
Expand Down
Binary file added tools/metadatatool/lib/bcprov-jdk14-117.jar
Binary file not shown.
Binary file added tools/metadatatool/lib/commons-logging-1.03.jar
Binary file not shown.
Binary file added tools/metadatatool/lib/jargs-0.4.jar
Binary file not shown.
Binary file added tools/metadatatool/lib/log4j-1.2.5.jar
Binary file not shown.
Binary file added tools/metadatatool/lib/opensaml-1.1.jar
Binary file not shown.
Binary file added tools/metadatatool/lib/shib-util.jar
Binary file not shown.
Binary file added tools/metadatatool/lib/xmlsec-20050514.jar
Binary file not shown.

0 comments on commit d47498e

Please sign in to comment.