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 2011/11/10 22:25:36 UTC

svn commit: r1200564 - /sling/trunk/bundles/jcr/jackrabbit-usermanager/pom.xml

Author: justin
Date: Thu Nov 10 21:25:36 2011
New Revision: 1200564

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

Modified:
    sling/trunk/bundles/jcr/jackrabbit-usermanager/pom.xml

Modified: sling/trunk/bundles/jcr/jackrabbit-usermanager/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/jackrabbit-usermanager/pom.xml?rev=1200564&r1=1200563&r2=1200564&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/jackrabbit-usermanager/pom.xml (original)
+++ sling/trunk/bundles/jcr/jackrabbit-usermanager/pom.xml Thu Nov 10 21:25:36 2011
@@ -34,7 +34,7 @@
     <description>
         Provides ResourceProvider and SlingPostOperations for the Jackrabbit
         UserManager.
-	</description>
+    </description>
 
     <scm>
         <connection>
@@ -60,9 +60,9 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-						<Export-Package>
+                        <Export-Package>
                             org.apache.sling.jackrabbit.usermanager;version=2.1.0,
-						</Export-Package>
+                        </Export-Package>
                         <Private-Package>
                             org.apache.sling.jackrabbit.usermanager.impl.*
                         </Private-Package>
@@ -121,7 +121,7 @@
             <version>2.0.6</version>
             <scope>provided</scope>
         </dependency>
-		<dependency>
+        <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
         </dependency>