You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by tr...@apache.org on 2007/09/27 14:27:53 UTC

svn commit: r579986 - /mina/trunk/core/pom.xml

Author: trustin
Date: Thu Sep 27 05:27:49 2007
New Revision: 579986

URL: http://svn.apache.org/viewvc?rev=579986&view=rev
Log:
Replaced tabs with spaces


Modified:
    mina/trunk/core/pom.xml

Modified: mina/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/core/pom.xml?rev=579986&r1=579985&r2=579986&view=diff
==============================================================================
--- mina/trunk/core/pom.xml (original)
+++ mina/trunk/core/pom.xml Thu Sep 27 05:27:49 2007
@@ -11,19 +11,19 @@
   <packaging>bundle</packaging>
 
   <build>
-  	<plugins>
-  		<plugin>
-  			<groupId>org.apache.felix</groupId>
-  			<artifactId>maven-bundle-plugin</artifactId>
-  			<version>0.9.0-incubator-SNAPSHOT</version>
-  			<extensions>true</extensions>
-  			<configuration>
-  				<instructions>
-  					<Export-Package>org.apache.mina.*</Export-Package>
-  				</instructions>
-  			</configuration>
-  		</plugin>
-  	</plugins>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <version>0.9.0-incubator-SNAPSHOT</version>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Export-Package>org.apache.mina.*</Export-Package>
+          </instructions>
+        </configuration>
+      </plugin>
+    </plugins>
   </build>
   
   <dependencies>