[java-identity-provider COMMIT] /trunk/idp-distribution/src/main/resources/bin/build.xml
noreply at shibboleth.net
noreply at shibboleth.net
Tue Oct 14 13:58:48 EDT 2014
Author: scantor
Date: Tue Oct 14 13:58:48 2014
New Revision: 6693
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6693&view=rev
Log:
IDP-481 - Fixes to askscope target.
Modified:
trunk/idp-distribution/src/main/resources/bin/build.xml
Modified: trunk/idp-distribution/src/main/resources/bin/build.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-distribution/src/main/resources/bin/build.xml?rev=6693&r1=6692&r2=6693&view=diff
==============================================================================
--- trunk/idp-distribution/src/main/resources/bin/build.xml (original)
+++ trunk/idp-distribution/src/main/resources/bin/build.xml Tue Oct 14 13:58:48 2014
@@ -156,13 +156,13 @@
</echo>
</target>
- <target name="askscope" if="idp.fet.scope" depends="checkproperties">
- <echo append="true" file="idp_ant.log">target: askscope
- </echo>
- <input message="EntityID" addproperty="idp.scope" defaultvalue="${DOMAIN}" />
- <echo file="${idp.merge.properties}" append="yes">
- idp.scope=${idp.scope}
- </echo>
+ <target name="askscope" if="idp.ask.scope" depends="checkproperties">
+ <echo append="true" file="idp_ant.log">target: askscope
+ </echo>
+ <input message="Attribute Scope" addproperty="idp.scope" defaultvalue="${DOMAIN}" />
+ <echo file="${idp.merge.properties}" append="yes">
+ idp.scope=${idp.scope}
+ </echo>
</target>
<!--
@@ -241,7 +241,7 @@
</condition>
<condition property="idp.ask.scope">
- <!-- We ask for host name if there is no scope and we allow user input -->
+ <!-- We ask for scope if there is no scope and we allow user input -->
<and>
<not>
<isset property="idp.scope" />
@@ -253,7 +253,7 @@
</condition>
<condition property="idp.set.scope">
- <!-- We set host name if there is no scope and we do not allow user input -->
+ <!-- We set scope if there is no scope and we do not allow user input -->
<and>
<not>
<isset property="idp.scope" />
More information about the commits
mailing list