[java-identity-provider COMMIT] /trunk/idp-distribution/src/main/resources/bin/build.xml
noreply at shibboleth.net
noreply at shibboleth.net
Wed Sep 14 05:54:30 EDT 2016
Author: rdw
Date: Wed Sep 14 05:54:29 2016
New Revision: 8390
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8390&view=rev
Log:
IDP-917 Make the need to hit return obvious
https://issues.shibboleth.net/jira/browse/IDP-917
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=8390&r1=8389&r2=8390&view=diff
==============================================================================
--- trunk/idp-distribution/src/main/resources/bin/build.xml (original)
+++ trunk/idp-distribution/src/main/resources/bin/build.xml Wed Sep 14 05:54:29 2016
@@ -116,7 +116,7 @@
<target name="getsource" unless="idp.src.dir">
<TGT>getsource</TGT>
<fail if="idp.noprompt">Input needed, silence demanded</fail>
- <input message="Source (Distribution) Directory:" addproperty="idp.src.dir" defaultvalue="${basedir}" />
+ <input message="Source (Distribution) Directory (press <enter> to accept default:" addproperty="idp.src.dir" defaultvalue="${basedir}" />
</target>
<target name="gettarget" depends="target-properties, setmerge, setservicemerge, target-src-default, target-nosrc-default, prompttarget, settarget, setfilemode" />
More information about the commits
mailing list