Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Port to Shibboleth MDA 0.9.0, ukf-mda 0.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Dec 18, 2015
1 parent 6d86981 commit db9d463
Show file tree
Hide file tree
Showing 46 changed files with 463 additions and 1,180,198 deletions.
6 changes: 3 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@
-->
<property name="tools.dir" value="tools"/>
<property name="tools.ant" value="${tools.dir}/ant"/>
<property name="tools.mda" value="${tools.dir}/aggregator-cli-0.8.0"/>
<property name="tools.mda" value="${tools.dir}/aggregator-cli-0.9.0"/>
<property name="tools.mda.old" value="${tools.dir}/aggregator-cli-0.8.0"/>
<property name="tools.mdnorm" value="${tools.dir}/mdnorm"/>
<property name="tools.metadatatool" value="${tools.dir}/metadatatool"/>
<property name="tools.xmlsectool" value="${tools.dir}/xmlsectool"/>
Expand Down Expand Up @@ -461,9 +462,8 @@
The individual properties listed here can be augmented or overridden
by properties defined in the external properties files, e.g., build.properties.
-->
<property name="mda.java.endorsed.dirs" value="${tools.mda}/lib/endorsed"/>
<property name="mda.java.endorsed.dirs" value="${tools.mda.old}/lib/endorsed"/>
<property name="mda.basedir" value="${basedir}"/>
<property name="mda.rulesdir" value="${rules.dir}"/>

<!--
Build a property set of all the properties to be passed through, with
Expand Down
Loading

0 comments on commit db9d463

Please sign in to comment.