You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ju...@apache.org on 2010/04/14 15:04:56 UTC

svn commit: r933937 - /lucene/tika/trunk/tika-parsers/pom.xml

Author: jukka
Date: Wed Apr 14 13:04:56 2010
New Revision: 933937

URL: http://svn.apache.org/viewvc?rev=933937&view=rev
Log:
Use spaces instead of tabs for indentation

Modified:
    lucene/tika/trunk/tika-parsers/pom.xml

Modified: lucene/tika/trunk/tika-parsers/pom.xml
URL: http://svn.apache.org/viewvc/lucene/tika/trunk/tika-parsers/pom.xml?rev=933937&r1=933936&r2=933937&view=diff
==============================================================================
--- lucene/tika/trunk/tika-parsers/pom.xml (original)
+++ lucene/tika/trunk/tika-parsers/pom.xml Wed Apr 14 13:04:56 2010
@@ -44,27 +44,27 @@
       <artifactId>tika-core</artifactId>
       <version>${project.version}</version>
     </dependency>
-	<dependency>
-	  <groupId>essi-unidata</groupId>
-	  <artifactId>netcdf-java</artifactId>
-	  <version>4.0.41</version>
-	</dependency>
-	<dependency>
-	  <groupId>commons-httpclient</groupId>
-	  <artifactId>commons-httpclient</artifactId>
-	  <version>3.1</version>
-	</dependency>
+    <dependency>
+      <groupId>essi-unidata</groupId>
+      <artifactId>netcdf-java</artifactId>
+      <version>4.0.41</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-httpclient</groupId>
+      <artifactId>commons-httpclient</artifactId>
+      <version>3.1</version>
+    </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
       <version>1.5.6</version>
     </dependency>
-	<dependency>
-	  <groupId>org.slf4j</groupId>
-	  <artifactId>slf4j-log4j12</artifactId>
-	  <version>1.5.6</version>
-	  <scope>test</scope>
-	</dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <version>1.5.6</version>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-compress</artifactId>