You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by pi...@apache.org on 2012/02/21 05:23:32 UTC

svn commit: r1291588 - /karaf/trunk/pom.xml

Author: pieber
Date: Tue Feb 21 04:23:32 2012
New Revision: 1291588

URL: http://svn.apache.org/viewvc?rev=1291588&view=rev
Log:
Replaced some tabs with whitespaces

This patch contains no "critical" changes; only some formattings in the
root pom (tabs -> whitespaces). Call me picky, but I hate different
formatings in the same files ;-)

Signed-off-by: Andreas Pieber <an...@gmail.com>

Modified:
    karaf/trunk/pom.xml

Modified: karaf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/pom.xml?rev=1291588&r1=1291587&r2=1291588&view=diff
==============================================================================
--- karaf/trunk/pom.xml (original)
+++ karaf/trunk/pom.xml Tue Feb 21 04:23:32 2012
@@ -123,9 +123,9 @@
         <commons-lang.version>2.6</commons-lang.version>
         <jasypt.bundle.version>1.8_1</jasypt.bundle.version>
         <jetty.version>8.0.4.v20111024</jetty.version>
-		<servlet.spec.groupId>org.mortbay.jetty</servlet.spec.groupId>
-		<servlet.spec.artifactId>servlet-api</servlet.spec.artifactId>
-		<servlet.spec.version>3.0.20100224</servlet.spec.version>
+        <servlet.spec.groupId>org.mortbay.jetty</servlet.spec.groupId>
+        <servlet.spec.artifactId>servlet-api</servlet.spec.artifactId>
+        <servlet.spec.version>3.0.20100224</servlet.spec.version>
         <junit3.bundle.version>3.8.2_4</junit3.bundle.version>
         <junit.bundle.version>4.10_1</junit.bundle.version>
         <junit.version>4.10</junit.version>
@@ -970,18 +970,18 @@
             </dependency>
             <dependency>
                 <groupId>org.eclipse.jetty.aggregate</groupId>
-				<artifactId>jetty-all-server</artifactId>
+                <artifactId>jetty-all-server</artifactId>
                 <version>${jetty.version}</version>
             </dependency>
             <dependency>
-            	<groupId>org.apache.geronimo.specs</groupId>
-            	<artifactId>geronimo-annotation_1.0_spec</artifactId>
-            	<version>${geronimo.annotation-spec.version}</version>
+                <groupId>org.apache.geronimo.specs</groupId>
+                <artifactId>geronimo-annotation_1.0_spec</artifactId>
+                <version>${geronimo.annotation-spec.version}</version>
             </dependency>
             <dependency>
-            	<groupId>org.apache.geronimo.specs</groupId>
-            	<artifactId>geronimo-jaspic_1.0_spec</artifactId>
-            	<version>${geronimo.jaspic-spec.version}</version>
+                <groupId>org.apache.geronimo.specs</groupId>
+                <artifactId>geronimo-jaspic_1.0_spec</artifactId>
+                <version>${geronimo.jaspic-spec.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.servicemix.bundles</groupId>
@@ -1137,7 +1137,7 @@
                 <groupId>${servlet.spec.groupId}</groupId>
                 <artifactId>${servlet.spec.artifactId}</artifactId>
                 <version>${servlet.spec.version}</version>
-	    </dependency>
+            </dependency>
             <dependency>
                 <groupId>org.ops4j.pax.url</groupId>
                 <artifactId>pax-url-wrap</artifactId>
@@ -1527,15 +1527,15 @@
                     <version>${felix.plugin.version}</version>
                     <extensions>true</extensions>
                     <configuration>
-                    	<instructions>                    	
-                        	<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
-                        	<Export-Package>${project.artifactId}*;version=${project.version}</Export-Package>
-                        	<_versionpolicy>${bnd.version.policy}</_versionpolicy>
-                        	<!--
+                        <instructions>
+                            <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
+                            <Export-Package>${project.artifactId}*;version=${project.version}</Export-Package>
+                            <_versionpolicy>${bnd.version.policy}</_versionpolicy>
+                            <!--
                             <nsh_interface>org.apache.aries.blueprint.NamespaceHandler</nsh_interface>
                             <nsh_namespace>osgi.service.blueprint.namespace</nsh_namespace>
-                        	-->
-                    	</instructions>
+                            -->
+                        </instructions>
                     </configuration>
                 </plugin>
                 <plugin>
@@ -1914,3 +1914,4 @@
         </profile>
     </profiles>
 </project>
+