[java-identity-provider COMMIT] /trunk/idp-distribution/src/main/resources/bin/build.xml

noreply at shibboleth.net noreply at shibboleth.net
Sat Dec 10 09:27:47 EST 2016


Author: rdw
Date: Sat Dec 10 09:27:47 2016
New Revision: 8580

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8580&view=rev
Log:
IDP=1097: Fix typo in build prompt

https://issues.shibboleth.net/jira/browse/IDP-1097

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=8580&r1=8579&r2=8580&view=diff
==============================================================================
--- trunk/idp-distribution/src/main/resources/bin/build.xml	(original)
+++ trunk/idp-distribution/src/main/resources/bin/build.xml	Sat Dec 10 09:27:47 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 (press <enter> to accept default:" 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