[java-identity-provider COMMIT] in /branches/3.3: ./ idp-distribution/src/main/resources/bin/build.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Mar 6 21:53:14 EST 2017


Author: scantor
Date: Mon Mar  6 21:53:14 2017
New Revision: 8659

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

Modified:
    branches/3.3/   (props changed)
    branches/3.3/idp-distribution/src/main/resources/bin/build.xml

Modified: branches/3.3/idp-distribution/src/main/resources/bin/build.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/branches/3.3/idp-distribution/src/main/resources/bin/build.xml?rev=8659&r1=8658&r2=8659&view=diff
==============================================================================
--- branches/3.3/idp-distribution/src/main/resources/bin/build.xml	(original)
+++ branches/3.3/idp-distribution/src/main/resources/bin/build.xml	Mon Mar  6 21:53:14 2017
@@ -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