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

noreply at shibboleth.net noreply at shibboleth.net
Fri Feb 27 05:33:45 EST 2015


Author: rdw
Date: Fri Feb 27 05:33:44 2015
New Revision: 7386

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7386&view=rev
Log:
IDP-626 Do not preserve jetty-base/tmp

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=7386&r1=7385&r2=7386&view=diff
==============================================================================
--- trunk/idp-distribution/src/main/resources/bin/build.xml (original)
+++ trunk/idp-distribution/src/main/resources/bin/build.xml Fri Feb 27 05:33:44 2015
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project name="Shibboleth Identity Provider V3" basedir=".." default="install"
     xmlns:if="ant:if"
-    xmlns:unless="ant:unless">
+    xmlns:unless="ant:unless">  
 
     <taskdef resource="net/shibboleth/idp/installer/ant.xml" />
 
@@ -599,6 +599,8 @@
         <copy todir="${target}/jetty-base" failonerror="false">
             <fileset dir="${idp.target.dir}/jetty-base" />
         </copy>
+    	<!--- IDP-626 we do not need to preserve tmp -->
+        <delete failonerror="false"  dir="${target}/jetty-base/tmp"/>
         <delete failonerror="false" dir="${idp.target.dir}/jetty-base"/>
 
         <!-- Copy new -->



More information about the commits mailing list