Author: radu
Date: Mon Mar 23 20:06:10 2015
New Revision: 1668708

URL: http://svn.apache.org/r1668708
Log:
@trivial: whitespace changes

Modified:
    sling/trunk/performance/base/pom.xml

Modified: sling/trunk/performance/base/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/performance/base/pom.xml?rev=1668708&r1=1668707&r2=1668708&view=diff
==============================================================================
--- sling/trunk/performance/base/pom.xml (original)
+++ sling/trunk/performance/base/pom.xml Mon Mar 23 20:06:10 2015
@@ -7,9 +7,9 @@
     to you under the Apache License, Version 2.0 (the
     "License"); you may not use this file except in compliance
     with the License.  You may obtain a copy of the License at
-    
+
     http://www.apache.org/licenses/LICENSE-2.0
-    
+
     Unless required by applicable law or agreed to in writing,
     software distributed under the License is distributed on an
     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -30,9 +30,9 @@
     <artifactId>org.apache.sling.performance.base</artifactId>
     <version>0.0.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
- 
+
     <name>Apache Sling Performance Test Utilities</name>
-    
+
     <properties>
         <junit.version>4.8.2</junit.version>
     </properties>
@@ -131,13 +131,13 @@
                         <Export-Package>
                             org.apache.sling.performance.*;
                         </Export-Package>
-                         <Import-Package>                               
-                               !org.apache.sling.commons.testing.jcr.*,
-                               *;
-                         </Import-Package>
+                        <Import-Package>
+                            !org.apache.sling.commons.testing.jcr.*,
+                            *;
+                        </Import-Package>
                     </instructions>
                 </configuration>
-            </plugin>  
+            </plugin>
         </plugins>
     </build>
 </project>


Reply via email to