You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ju...@apache.org on 2010/09/10 16:53:40 UTC

svn commit: r995813 - in /sling/trunk/bundles/jcr: jackrabbit-accessmanager/pom.xml resource/pom.xml webconsole/pom.xml

Author: justin
Date: Fri Sep 10 14:53:40 2010
New Revision: 995813

URL: http://svn.apache.org/viewvc?rev=995813&view=rev
Log:
tabs -> spaces

Modified:
    sling/trunk/bundles/jcr/jackrabbit-accessmanager/pom.xml
    sling/trunk/bundles/jcr/resource/pom.xml
    sling/trunk/bundles/jcr/webconsole/pom.xml

Modified: sling/trunk/bundles/jcr/jackrabbit-accessmanager/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/jackrabbit-accessmanager/pom.xml?rev=995813&r1=995812&r2=995813&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/jackrabbit-accessmanager/pom.xml (original)
+++ sling/trunk/bundles/jcr/jackrabbit-accessmanager/pom.xml Fri Sep 10 14:53:40 2010
@@ -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>
-
-	<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>
+    <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>
+
+    <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>
-
-	<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>
+                        </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>
+
+    <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>

Modified: sling/trunk/bundles/jcr/resource/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/resource/pom.xml?rev=995813&r1=995812&r2=995813&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/resource/pom.xml (original)
+++ sling/trunk/bundles/jcr/resource/pom.xml Fri Sep 10 14:53:40 2010
@@ -210,16 +210,16 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-        	<groupId>org.mockito</groupId>
-        	<artifactId>mockito-all</artifactId>
-        	<version>1.8.2</version>
-        	<scope>test</scope>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-all</artifactId>
+            <version>1.8.2</version>
+            <scope>test</scope>
         </dependency>
         <dependency>
-        	<groupId>junit-addons</groupId>
-        	<artifactId>junit-addons</artifactId>
-        	<version>1.4</version>
-        	<scope>test</scope>
+            <groupId>junit-addons</groupId>
+            <artifactId>junit-addons</artifactId>
+            <version>1.4</version>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.jackrabbit</groupId>

Modified: sling/trunk/bundles/jcr/webconsole/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/webconsole/pom.xml?rev=995813&r1=995812&r2=995813&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/webconsole/pom.xml (original)
+++ sling/trunk/bundles/jcr/webconsole/pom.xml Fri Sep 10 14:53:40 2010
@@ -33,7 +33,7 @@
 
     <name>Apache Sling JCR WebConsole Bundle</name>
     <description>
-		The JCR WebConsole bundle provides Felix WebConsole plugins.
+        The JCR WebConsole bundle provides Felix WebConsole plugins.
     </description>
 
     <scm>
@@ -90,15 +90,15 @@
             <version>2.0.6</version>
         </dependency>
         <dependency>
-        	<groupId>org.apache.felix</groupId>
-        	<artifactId>org.apache.felix.webconsole</artifactId>
-        	<version>3.0.0</version>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.webconsole</artifactId>
+            <version>3.0.0</version>
         </dependency>
         <dependency>
-        	<groupId>javax.servlet</groupId>
-        	<artifactId>servlet-api</artifactId>
-        	<version>2.4</version>
-        	<scope>provided</scope>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+            <version>2.4</version>
+            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>