-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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 |