Author: veithen
Date: Fri Jul 24 17:37:24 2009
New Revision: 797570
URL: http://svn.apache.org/viewvc?rev=797570&view=rev
Log:
Replaced tabs by spaces.
Modified:
webservices/commons/trunk/modules/axiom/modules/axiom-impl/pom.xml
Modified: webservices/commons/trunk/modules/axiom/modules/axiom-impl/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-impl/pom.xml?rev=797570&r1=797569&r2=797570&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-impl/pom.xml
(original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-impl/pom.xml Fri Jul
24 17:37:24 2009
@@ -116,21 +116,21 @@
</executions>
</plugin>
<plugin>
- <groupId>org.apache.felix</groupId>
- <artifactId>maven-bundle-plugin</artifactId>
- <extensions>true</extensions>
- <configuration>
-
<excludeDependencies>true</excludeDependencies>
- <instructions>
- <_nouses>true</_nouses>
-
<Private-Package>org.apache.axiom.*</Private-Package>
- </instructions>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.felix</groupId>
- <artifactId>maven-scr-plugin</artifactId>
- </plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <extensions>true</extensions>
+ <configuration>
+ <excludeDependencies>true</excludeDependencies>
+ <instructions>
+ <_nouses>true</_nouses>
+ <Private-Package>org.apache.axiom.*</Private-Package>
+ </instructions>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-scr-plugin</artifactId>
+ </plugin>
<!-- Attach a JAR with the test classes so that we can reuse them
in other modules
(see
http://maven.apache.org/guides/mini/guide-attached-tests.html). -->
<plugin>