Author: veithen
Date: Fri May 14 10:55:00 2010
New Revision: 944202

URL: http://svn.apache.org/viewvc?rev=944202&view=rev
Log:
Fixed formatting; in particular, replaced tabs by spaces.

Modified:
    webservices/commons/trunk/modules/axiom/modules/axiom-c14n/pom.xml
    webservices/commons/trunk/modules/axiom/modules/axiom-dom/pom.xml

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-c14n/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-c14n/pom.xml?rev=944202&r1=944201&r2=944202&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-c14n/pom.xml 
(original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-c14n/pom.xml Fri May 
14 10:55:00 2010
@@ -49,18 +49,18 @@
     <build>
         <plugins>
             <plugin>
-                               <groupId>org.apache.felix</groupId>
-                               <artifactId>maven-bundle-plugin</artifactId>
-                               <extensions>true</extensions>
-                               <configuration>
-                                       
<excludeDependencies>true</excludeDependencies>
-                                       <instructions>
-                                               <_nouses>true</_nouses>
-                                               
<_removeheaders>Private-Package</_removeheaders>
-                                               
<Export-Package>*;-noimport:=true</Export-Package>
-                                       </instructions>
-                               </configuration>
-                       </plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <extensions>true</extensions>
+                <configuration>
+                    <excludeDependencies>true</excludeDependencies>
+                    <instructions>
+                        <_nouses>true</_nouses>
+                        <_removeheaders>Private-Package</_removeheaders>
+                        <Export-Package>*;-noimport:=true</Export-Package>
+                    </instructions>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 </project>

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-dom/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-dom/pom.xml?rev=944202&r1=944201&r2=944202&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-dom/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-dom/pom.xml Fri May 
14 10:55:00 2010
@@ -86,21 +86,21 @@
     <build>
         <plugins>
             <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>
@@ -115,17 +115,17 @@
             </plugin>
         </plugins>
     </build>
-       <pluginRepositories>
-               <pluginRepository>
-                       <id>snapshot-apache</id>
-                       <name>Apache Snapshot repository</name>
-                       
<url>http://people.apache.org/repo/m2-snapshot-repository</url>
-                       <snapshots>
-                               <enabled>true</enabled>
-                       </snapshots>
-                       <releases>
-                               <enabled>false</enabled>
-                       </releases>
-               </pluginRepository>
-       </pluginRepositories>
+    <pluginRepositories>
+        <pluginRepository>
+            <id>snapshot-apache</id>
+            <name>Apache Snapshot repository</name>
+            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+        </pluginRepository>
+    </pluginRepositories>
 </project>


Reply via email to