[java-identity-provider] branch master updated: Format some whitespace

Tom Zeller tzeller at dragonacea.biz
Tue Jul 18 16:10:31 EDT 2017


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=9b9b0142c5379c6d206b62074aabd364a1a12a1f

The following commit(s) were added to refs/heads/master by this push:
       new  9b9b014   Format some whitespace
9b9b014 is described below

commit 9b9b0142c5379c6d206b62074aabd364a1a12a1f
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Jul 18 14:40:51 2017 -0500

    Format some whitespace
---
 idp-distribution/src/main/resources/bin/build.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/idp-distribution/src/main/resources/bin/build.xml b/idp-distribution/src/main/resources/bin/build.xml
index 17f2742..06b214b 100644
--- a/idp-distribution/src/main/resources/bin/build.xml
+++ b/idp-distribution/src/main/resources/bin/build.xml
@@ -556,7 +556,7 @@
         <!-- build a jar, not war, since it is already fully populated -->
         <delete file="${idp.target.dir}/war/idp.war" failonerror="true" />
         <jar destfile="${idp.target.dir}/war/idp.war" basedir="${idp.target.dir}/webapp" />
-    	<delete dir="${idp.target.dir}/webapp" failonerror="true" />
+        <delete dir="${idp.target.dir}/webapp" failonerror="true" />
         <echo>...done</echo>
     </target>
 
@@ -606,9 +606,9 @@
             <fileset dir="${idp.src.dir}/bin"  excludes="**/ant-jetty.xml **/install.*"/>
         </copy>
 
-    	<!-- Create dist folder and copy in the unmodified user configuration. -->
-    	<mkdir dir="${idp.target.dir}/dist" />
-    	<copy todir="${idp.target.dir}/dist/conf">
+        <!-- Create dist folder and copy in the unmodified user configuration. -->
+        <mkdir dir="${idp.target.dir}/dist" />
+        <copy todir="${idp.target.dir}/dist/conf">
             <fileset dir="${idp.src.dir}/conf" />
         </copy>
         <copy todir="${idp.target.dir}/dist/flows">
@@ -632,7 +632,7 @@
             <fileset dir="${idp.src.dir}/system" />
         </copy>
 
-    	<!-- Create user-modifiable folders. -->
+        <!-- Create user-modifiable folders. -->
         <mkdir dir="${idp.target.dir}/conf" />
         <mkdir dir="${idp.target.dir}/credentials" />
         <mkdir dir="${idp.target.dir}/flows" />

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list