You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:48:22 UTC

[sling-org-apache-sling-jcr-jackrabbit-accessmanager] 18/24: tabs -> spaces

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.jcr.jackrabbit.accessmanager-2.1.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-jackrabbit-accessmanager.git

commit 90384816b8525390fd49d91fffc018188ad67dc7
Author: Justin Edelson <ju...@apache.org>
AuthorDate: Fri Sep 10 14:53:40 2010 +0000

    tabs -> spaces
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/jcr/jackrabbit-accessmanager@995813 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 190 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 95 insertions(+), 95 deletions(-)

diff --git a/pom.xml b/pom.xml
index f2784a4..c102ea0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,82 +19,82 @@
 -->
 <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">
 
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<groupId>org.apache.sling</groupId>
-		<artifactId>sling</artifactId>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>sling</artifactId>
         <version>9</version>
-		<relativePath>../../../parent/pom.xml</relativePath>
-	</parent>
+        <relativePath>../../../parent/pom.xml</relativePath>
+    </parent>
 
-	<artifactId>org.apache.sling.jcr.jackrabbit.accessmanager</artifactId>
-	<packaging>bundle</packaging>
-	<version>2.0.5-SNAPSHOT</version>
-	<name>Apache Sling Jackrabbit JSR-283 Access Control Manager Support</name>
-	<description>
-		Provides SlingPostOperations for the Jackrabbit JSR-283 Access Control Manager.
-	</description>
+    <artifactId>org.apache.sling.jcr.jackrabbit.accessmanager</artifactId>
+    <packaging>bundle</packaging>
+    <version>2.0.5-SNAPSHOT</version>
+    <name>Apache Sling Jackrabbit JSR-283 Access Control Manager Support</name>
+    <description>
+        Provides SlingPostOperations for the Jackrabbit JSR-283 Access Control Manager.
+    </description>
 
-	<scm>
-		<connection>
-			scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/jcr/jackrabbit-accessmanager
-		</connection>
-		<developerConnection>
-			scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/jcr/jackrabbit-accessmanager
-		</developerConnection>
-		<url>
-			http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/jackrabbit-accessmanager
-		</url>
-	</scm>
+    <scm>
+        <connection>
+            scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/jcr/jackrabbit-accessmanager
+        </connection>
+        <developerConnection>
+            scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/jcr/jackrabbit-accessmanager
+        </developerConnection>
+        <url>
+            http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/jackrabbit-accessmanager
+        </url>
+    </scm>
 
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.felix</groupId>
-				<artifactId>maven-scr-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.felix</groupId>
-				<artifactId>maven-bundle-plugin</artifactId>
-				<extensions>true</extensions>
-				<configuration>
-					<instructions>
-						<Private-Package>
-						</Private-Package>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-scr-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <extensions>true</extensions>
+                <configuration>
+                    <instructions>
+                        <Private-Package>
+                        </Private-Package>
                         <Embed-Dependency>
                             org.apache.sling.servlets.post;inline="org/apache/sling/servlets/post/impl/helper/JSONResponse*"
                         </Embed-Dependency>
-						<Export-Package>
+                        <Export-Package>
                      org.apache.sling.jcr.jackrabbit.accessmanager;version=2.0.6,
                      org.apache.sling.jcr.jackrabbit.accessmanager.post;version=2.0.6
-						</Export-Package>
-						<Sling-Initial-Content />
-						<Sling-Nodetypes />
-					</instructions>
-				</configuration>
-			</plugin>
-		</plugins>
-	</build>
+                        </Export-Package>
+                        <Sling-Initial-Content />
+                        <Sling-Nodetypes />
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 
-	<reporting>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-javadoc-plugin</artifactId>
-				<configuration>
-					<!-- No javadocs -->
-					<excludePackageNames>
-					</excludePackageNames>
-				</configuration>
-			</plugin>
-		</plugins>
-	</reporting>
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <configuration>
+                    <!-- No javadocs -->
+                    <excludePackageNames>
+                    </excludePackageNames>
+                </configuration>
+            </plugin>
+        </plugins>
+    </reporting>
 
-	<dependencies>
-		<dependency>
-			<groupId>javax.servlet</groupId>
-			<artifactId>servlet-api</artifactId>
-		</dependency>
+    <dependencies>
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+        </dependency>
 
       <dependency>
          <groupId>org.apache.sling</groupId>
@@ -102,47 +102,47 @@
          <version>2.0.4-incubator</version>
       </dependency>
 
-		<dependency>
-			<groupId>org.apache.sling</groupId>
-			<artifactId>org.apache.sling.api</artifactId>
-			<version>2.0.8</version>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.api</artifactId>
+            <version>2.0.8</version>
             <scope>provided</scope>
-		</dependency>
+        </dependency>
         <dependency>
             <groupId>org.apache.jackrabbit</groupId>
             <artifactId>jackrabbit-api</artifactId>
             <version>2.0.0</version>
             <scope>provided</scope>
         </dependency>
-		<dependency>
-			<groupId>org.apache.sling</groupId>
-			<artifactId>org.apache.sling.servlets.post</artifactId>
-			<version>2.0.5-SNAPSHOT</version>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.servlets.post</artifactId>
+            <version>2.0.5-SNAPSHOT</version>
             <scope>provided</scope>
-		</dependency>
-  		<dependency>
- 			<groupId>javax.jcr</groupId>
- 			<artifactId>jcr</artifactId>
- 			<version>2.0</version>
+        </dependency>
+        <dependency>
+            <groupId>javax.jcr</groupId>
+            <artifactId>jcr</artifactId>
+            <version>2.0</version>
             <scope>provided</scope>
-  		</dependency>
-		<dependency>
-			<groupId>org.apache.sling</groupId>
-			<artifactId>org.apache.sling.jcr.base</artifactId>
-			<version>2.1.0</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.jcr.base</artifactId>
+            <version>2.1.0</version>
             <scope>provided</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.osgi</groupId>
-			<artifactId>org.osgi.core</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.osgi</groupId>
-			<artifactId>org.osgi.compendium</artifactId>
-		</dependency>
-		<dependency>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.compendium</artifactId>
+        </dependency>
+        <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
         </dependency>
-	</dependencies>
+    </dependencies>
 </project>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.