You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2016/06/05 12:47:00 UTC

svn commit: r1746905 - /commons/proper/bcel/trunk/pom.xml

Author: sebb
Date: Sun Jun  5 12:46:59 2016
New Revision: 1746905

URL: http://svn.apache.org/viewvc?rev=1746905&view=rev
Log:
Tabs and trailing spaces

Modified:
    commons/proper/bcel/trunk/pom.xml

Modified: commons/proper/bcel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/pom.xml?rev=1746905&r1=1746904&r2=1746905&view=diff
==============================================================================
--- commons/proper/bcel/trunk/pom.xml (original)
+++ commons/proper/bcel/trunk/pom.xml Sun Jun  5 12:46:59 2016
@@ -383,7 +383,7 @@
   </dependencies>
 
   <profiles>
-    <!-- 
+    <!--
         Profile to ignore certain Clirr errors
         To show all the errors, use -P!quieten-clirr or -Dclirr.allDifferences
     -->
@@ -399,9 +399,9 @@
       </properties>
     </profile>
     <!-- Profile to build and run PerformanceTest. Use 'mvn test -Pjdk-rt' -->
-	<profile>
-	  <id>jdk-rt</id>
-	  <build>
+    <profile>
+      <id>jdk-rt</id>
+      <build>
         <plugins>
           <plugin>
             <artifactId>maven-surefire-plugin</artifactId>
@@ -413,12 +413,12 @@
           </plugin>
         </plugins>
       </build>
-	</profile>
-	
+    </profile>
+
     <!-- Profile to build and run the benchmarks. Use 'mvn test -Pbenchmark', and add '-Dbenchmark=foo' to run only the foo benchmark -->
     <profile>
       <id>benchmark</id>
-      
+
       <dependencies>
         <dependency>
           <groupId>org.openjdk.jmh</groupId>
@@ -426,21 +426,21 @@
           <version>1.3.4</version>
           <scope>test</scope>
         </dependency>
-    
+
         <dependency>
           <groupId>org.openjdk.jmh</groupId>
           <artifactId>jmh-generator-annprocess</artifactId>
           <version>1.3.4</version>
           <scope>test</scope>
         </dependency>
-        
+
         <dependency>
           <groupId>commons-io</groupId>
           <artifactId>commons-io</artifactId>
           <version>2.5</version>
           <scope>test</scope>
         </dependency>
-        
+
         <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-collections4</artifactId>
@@ -448,12 +448,12 @@
           <scope>test</scope>
         </dependency>
       </dependencies>
-      
+
       <properties>
         <skipTests>true</skipTests>
         <benchmark>org.apache</benchmark>
       </properties>
-      
+
       <build>
         <plugins>
           <!-- Enable the compilation of the benchmarks -->
@@ -465,7 +465,7 @@
               </testIncludes>
             </configuration>
           </plugin>
-          
+
           <!-- Hook the benchmarks to the test phase -->
           <plugin>
             <groupId>org.codehaus.mojo</groupId>