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

noreply at shibboleth.net noreply at shibboleth.net
Tue Oct 14 19:40:36 EDT 2014


Author: scantor
Date: Tue Oct 14 19:40:36 2014
New Revision: 6701

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6701&view=rev
Log:
IDP-486 - Property is set but not true

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=6701&r1=6700&r2=6701&view=diff
==============================================================================
--- trunk/idp-distribution/src/main/resources/bin/build.xml (original)
+++ trunk/idp-distribution/src/main/resources/bin/build.xml Tue Oct 14 19:40:36 2014
@@ -411,7 +411,7 @@
 			</fileset>
 			<mapper type="glob" from="*.dist" to="*" />
 		</copy>
-		<delete file="${idp.target.dir}/conf/credentials.xml" if:true="idp.is.V2" />
+		<delete file="${idp.target.dir}/conf/credentials.xml" if:set="idp.is.V2" />
 		<!-- flows -->
 		<mkdir dir="${idp.target.dir}/flows" />
 		<copy todir="${idp.target.dir}/flows">



More information about the commits mailing list