Print

Print


Author: [log in to unmask]
Date: Tue Jan 12 22:50:50 2016
New Revision: 4121

Log:
meeh tabs

Modified:
    java/branches/gbl-standalone-branch/tracking/pom.xml

Modified: java/branches/gbl-standalone-branch/tracking/pom.xml
 =============================================================================
--- java/branches/gbl-standalone-branch/tracking/pom.xml	(original)
+++ java/branches/gbl-standalone-branch/tracking/pom.xml	Tue Jan 12 22:50:50 2016
@@ -1,54 +1,54 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <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>
-	<artifactId>hps-tracking</artifactId>
-	<name>tracking</name>
-	<description>tracking reconstruction algorithms</description>
-	<parent>
-		<groupId>org.hps</groupId>
-		<artifactId>hps-parent</artifactId>
-		<relativePath>../parent/pom.xml</relativePath>
-		<version>3.5-SNAPSHOT</version>
-	</parent>
-	<scm>
-		<url>http://java.freehep.org/svn/repos/hps/list/java/trunk/tracking/</url>
-		<connection>scm:svn:svn://svn.freehep.org/hps/java/trunk/tracking/</connection>
-		<developerConnection>scm:svn:svn://svn.freehep.org/hps/java/trunk/tracking/</developerConnection>
-	</scm>
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-surefire-plugin</artifactId>
-				<configuration>
-					<excludes>
-						<exclude>org/hps/recon/tracking/**/**.java</exclude>
-						<!-- Test input LCIO file is missing for next two. -->
-						<!-- <exclude>org/hps/recon/tracking/TestRunTrackReconTest.java</exclude> 
-							<exclude>org/hps/recon/tracking/HelicalTrackHitDriverTest.java</exclude> -->
-					</excludes>
-				</configuration>
-			</plugin>
-		</plugins>
-	</build>
-	<dependencies>
-		<dependency>
-			<groupId>org.hps</groupId>
-			<artifactId>hps-detector-model</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.hps</groupId>
-			<artifactId>hps-ecal-readout-sim</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.commons</groupId>
-			<artifactId>commons-math3</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.hps.gbl</groupId>
-			<artifactId>gbl</artifactId>
-		</dependency>
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <artifactId>hps-tracking</artifactId>
+    <name>tracking</name>
+    <description>tracking reconstruction algorithms</description>
+    <parent>
+        <groupId>org.hps</groupId>
+        <artifactId>hps-parent</artifactId>
+        <relativePath>../parent/pom.xml</relativePath>
+        <version>3.5-SNAPSHOT</version>
+    </parent>
+    <scm>
+        <url>http://java.freehep.org/svn/repos/hps/list/java/trunk/tracking/</url>
+        <connection>scm:svn:svn://svn.freehep.org/hps/java/trunk/tracking/</connection>
+        <developerConnection>scm:svn:svn://svn.freehep.org/hps/java/trunk/tracking/</developerConnection>
+    </scm>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <exclude>org/hps/recon/tracking/**/**.java</exclude>
+                        <!-- Test input LCIO file is missing for next two. -->
+                        <!-- <exclude>org/hps/recon/tracking/TestRunTrackReconTest.java</exclude> 
+                            <exclude>org/hps/recon/tracking/HelicalTrackHitDriverTest.java</exclude> -->
+                    </excludes>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+    <dependencies>
+        <dependency>
+            <groupId>org.hps</groupId>
+            <artifactId>hps-detector-model</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.hps</groupId>
+            <artifactId>hps-ecal-readout-sim</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-math3</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.hps.gbl</groupId>
+            <artifactId>gbl</artifactId>
+        </dependency>
 
-	</dependencies>
+    </dependencies>
 </project>