You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by hu...@apache.org on 2010/04/09 20:50:06 UTC

svn commit: r932543 - /incubator/aries/trunk/transaction/pom.xml

Author: hughesj
Date: Fri Apr  9 18:50:06 2010
New Revision: 932543

URL: http://svn.apache.org/viewvc?rev=932543&view=rev
Log:
ARIES-173 whitespace changes - remove tabs

Modified:
    incubator/aries/trunk/transaction/pom.xml

Modified: incubator/aries/trunk/transaction/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/transaction/pom.xml?rev=932543&r1=932542&r2=932543&view=diff
==============================================================================
--- incubator/aries/trunk/transaction/pom.xml (original)
+++ incubator/aries/trunk/transaction/pom.xml Fri Apr  9 18:50:06 2010
@@ -60,18 +60,18 @@
                 <artifactId>org.apache.aries.transaction.wrappers</artifactId>
                 <version>${version}</version>
             </dependency>
-				<dependency>
-					<groupId>org.apache.aries.transaction</groupId>
-					<artifactId>org.apache.aries.transaction.testds</artifactId>
-					<version>${version}</version>
-					<scope>test</scope>
-				</dependency>
-				<dependency>
-					<groupId>org.apache.aries.transaction</groupId>
-					<artifactId>org.apache.aries.transaction.testbundle</artifactId>
-					<version>${version}</version>
-					<scope>test</scope>
-				</dependency>
+            <dependency>
+                <groupId>org.apache.aries.transaction</groupId>
+                <artifactId>org.apache.aries.transaction.testds</artifactId>
+                <version>${version}</version>
+                <scope>test</scope>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.aries.transaction</groupId>
+                <artifactId>org.apache.aries.transaction.testbundle</artifactId>
+                <version>${version}</version>
+                <scope>test</scope>
+            </dependency>
             
             <!-- external dependencies -->
             <dependency>
@@ -105,27 +105,27 @@
                 <artifactId>spring-tx</artifactId>
                 <version>2.5.6</version>
             </dependency>
-			<dependency>
-				<groupId>asm</groupId>
-				<artifactId>asm-all</artifactId>
-				<version>3.1</version>
-				<scope>test</scope>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.derby</groupId>
-				<artifactId>derby</artifactId>
-				<version>10.5.3.0_1</version>
-			</dependency>
+            <dependency>
+                <groupId>asm</groupId>
+                <artifactId>asm-all</artifactId>
+                <version>3.1</version>
+                <scope>test</scope>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.derby</groupId>
+                <artifactId>derby</artifactId>
+                <version>10.5.3.0_1</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 
     <modules>
         <module>transaction-manager</module>
         <module>transaction-blueprint</module>
-		<module>transaction-wrappers</module>
-		<module>transaction-itests</module>
-		<module>transaction-testbundle</module>
-		<module>transaction-testds</module>
+        <module>transaction-wrappers</module>
+        <module>transaction-itests</module>
+        <module>transaction-testbundle</module>
+        <module>transaction-testds</module>
     </modules>
 
 </project>