From 9e212d2d2c3475691e2c28fd4c066e0bba092976 Mon Sep 17 00:00:00 2001 From: Ian Young Date: Fri, 14 Aug 2009 16:45:16 +0000 Subject: [PATCH] Describe the metadatatool bundle. --- tools/metadatatool/README.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tools/metadatatool/README.txt diff --git a/tools/metadatatool/README.txt b/tools/metadatatool/README.txt new file mode 100644 index 00000000..b4d86838 --- /dev/null +++ b/tools/metadatatool/README.txt @@ -0,0 +1,17 @@ +This folder contains all the required resources required to run the +metadatatool application used in UK federation metadata signature. + +This bundle was originally derived from a version of the Shibboleth +1.3 identity provider software. + +Contents: + +* The endorsed folder contains specific versions of Xerces and Xalan, and +should be endorsed for the Java runtime. Other versions of Xerces and +Xalan, and in particular the ones built in to versions of the Java runtime, +are known to give different results with this application. + +* The lib folder contains the shib-util.jar containing the implementation of +metadatatool, along with all required dependencies. + +The main class to execute is edu.internet2.middleware.shibboleth.utils.MetadataTool