[java-idp-plugin-scripting] 02/02: Reindent and untabify

Rod Widdowson rdw at steadingsoftware.com
Wed Aug 19 11:39:56 UTC 2020


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

rdw pushed a commit to branch main
in repository java-idp-plugin-scripting.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-scripting.git;a=commit;h=e11d46f45bbe4c8f16202f02dfcfcc9ab18d0f96

commit e11d46f45bbe4c8f16202f02dfcfcc9ab18d0f96
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Aug 18 17:27:18 2020 +0100

    Reindent and untabify
---
 nashorn-dist/pom.xml | 50 +++++++++++++++++++++++++-------------------------
 nashorn-impl/pom.xml | 12 ++++++------
 pom.xml              | 16 ++++++++--------
 3 files changed, 39 insertions(+), 39 deletions(-)

diff --git a/nashorn-dist/pom.xml b/nashorn-dist/pom.xml
index 443233b..9271d6e 100644
--- a/nashorn-dist/pom.xml
+++ b/nashorn-dist/pom.xml
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-	<groupId>net.shibboleth.idp.plugin.scripting</groupId>
-	<artifactId>scripting</artifactId>
-	<version>0.1.1-SNAPSHOT</version>
+        <groupId>net.shibboleth.idp.plugin.scripting</groupId>
+        <artifactId>scripting</artifactId>
+        <version>0.1.1-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth IdP :: Plugins :: Nashorn Distribution</name>
@@ -20,33 +20,33 @@
 
     <properties>
         <checkstyle.configLocation>${project.basedir}/../checkstyle.xml</checkstyle.configLocation>
-	<nashorn.finalName>shibboleth-idp-plugin-nashorn-${project.version}</nashorn.finalName>
+        <nashorn.finalName>shibboleth-idp-plugin-nashorn-${project.version}</nashorn.finalName>
     </properties>
 
     <build>
         <plugins>
-	     <!-- Assemble -->
-             <plugin>
-		 <artifactId>maven-assembly-plugin</artifactId>
-		 <executions>
-            <execution>
-			  <id>make-assembly</id>
-			  <phase>package</phase>
-			  <goals>
-                <goal>single</goal>
-			  </goals>
-            </execution>
-		 </executions>
-		 <configuration>
-                     <appendAssemblyId>false</appendAssemblyId>
-                     <descriptors>
+            <!-- Assemble -->
+            <plugin>
+                <artifactId>maven-assembly-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>make-assembly</id>
+                        <phase>package</phase>
+                        <goals>
+                            <goal>single</goal>
+                        </goals>
+                    </execution>
+                </executions>
+                <configuration>
+                    <appendAssemblyId>false</appendAssemblyId>
+                    <descriptors>
                         <descriptor>src/main/assembly/plugin-assembly-tgz.xml</descriptor>
                         <descriptor>src/main/assembly/plugin-assembly-zip.xml</descriptor>
-                     </descriptors>
-                     <finalName>${nashorn.finalName}</finalName>
-                     <tarLongFileMode>gnu</tarLongFileMode>
-		 </configuration>
-             </plugin>
+                    </descriptors>
+                    <finalName>${nashorn.finalName}</finalName>
+                    <tarLongFileMode>gnu</tarLongFileMode>
+                </configuration>
+            </plugin>
         </plugins>
 
     </build>
diff --git a/nashorn-impl/pom.xml b/nashorn-impl/pom.xml
index 5bb3a1a..f335e63 100644
--- a/nashorn-impl/pom.xml
+++ b/nashorn-impl/pom.xml
@@ -27,9 +27,9 @@
     </description>
 
     <dependencies>
-	<!-- All dependencies except the api and the dependencies of graal 
-	     (NOT GRAAL itself) are provided and test -->
-    	<dependency>
+        <!-- All dependencies except the api and the dependencies of graal 
+             (NOT GRAAL itself) are provided and test -->
+        <dependency>
             <groupId>net.shibboleth.idp.plugin.scripting</groupId>
             <artifactId>idp-plugin-scripting-api</artifactId>
             <version>0.1.1-SNAPSHOT</version>
@@ -58,7 +58,7 @@
         <dependency>
             <groupId>net.shibboleth.ext</groupId>
             <artifactId>spring-extensions</artifactId>
-	        <scope>provided</scope>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>${spring.groupId}</groupId>
@@ -68,10 +68,10 @@
         <dependency>
             <groupId>${spring.groupId}</groupId>
             <artifactId>spring-beans</artifactId>
-           <scope>provided</scope>
+            <scope>provided</scope>
         </dependency>
 
-	    <dependency>
+        <dependency>
             <groupId>org.graalvm.sdk</groupId>
             <artifactId>graal-sdk</artifactId>
             <scope>provided</scope>
diff --git a/pom.xml b/pom.xml
index a8402e5..eddafe0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,16 +56,16 @@
     <dependencyManagement>
         <dependencies>
             <dependency>
-		<groupId>net.shibboleth.utilities</groupId>
-		<artifactId>java-support</artifactId>
-		<version>${java-support.version}</version>
-		<scope>provided</scope>
+                <groupId>net.shibboleth.utilities</groupId>
+                <artifactId>java-support</artifactId>
+                <version>${java-support.version}</version>
+                <scope>provided</scope>
             </dependency>
             <dependency>
-		<groupId>${spring.groupId}</groupId>
-		<artifactId>spring-core</artifactId>
-		<version>${spring.version}</version>
-		<scope>provided</scope>
+                <groupId>${spring.groupId}</groupId>
+                <artifactId>spring-core</artifactId>
+                <version>${spring.version}</version>
+                <scope>provided</scope>
             </dependency>
             <dependency>
                 <groupId>${idp.groupId}</groupId>

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


More information about the commits mailing list