Skip to content

Commit

Permalink
Use local eduGAIN blacklists in InCommon deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Dec 6, 2016
1 parent 9072031 commit 6ab3d5e
Showing 1 changed file 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 @@ -218,7 +218,6 @@
External specialised directories.
-->
<property name="aggregates.dir" value="${shared.ws.dir}/${git.repo.project.products}/aggregates"/>
<property name="edugain.dir" value="${shared.ws.dir}/${git.repo.project.data}/edugain"/>
<property name="entities.dir" value="${shared.ws.dir}/${git.repo.project.data}/entities"/>
<property name="members.dir" value="${shared.ws.dir}/${git.repo.project.data}/members"/>
<property name="output.dir" value="${shared.ws.dir}/build"/>
Expand All @@ -230,6 +229,7 @@
-->
<property name="build.dir" value="${basedir}/build"/>
<property name="mdx.dir" value="${basedir}/mdx"/>
<property name="edugain.dir" value="${mdx.dir}/int_edugain"/>
<property name="rules.dir" value="${mdx.dir}/_rules"/>
<property name="utilities.dir" value="${basedir}/utilities"/>

Expand Down

0 comments on commit 6ab3d5e

Please sign in to comment.