Blame disable-jacoco-maven-plugin.patch

0406235
--- pom.xml.orig	2013-03-26 15:37:54.280998215 +0200
0406235
+++ pom.xml	2013-03-26 15:45:22.456743014 +0200
0406235
@@ -217,34 +217,6 @@
0406235
             </execution>
0406235
           </executions>
0406235
         </plugin>
0406235
-       <plugin>
0406235
-        <groupId>org.jacoco</groupId>
0406235
-        <artifactId>jacoco-maven-plugin</artifactId>
0406235
-        <version>0.6.2.201302030002</version>
0406235
-        <executions>
0406235
-          <execution>
0406235
-           <id>pre-test</id>
0406235
-           <goals>
0406235
-             <goal>prepare-agent</goal>
0406235
-           </goals>
0406235
-	   <configuration>
8685c55
-              
0406235
-              <destFile>${sonar.jacoco.reportPath}</destFile> 
0406235
-              <includes>
0406235
-                <include>org.eclipse.linuxtools.*</include>
0406235
-              </includes>
0406235
-              <append>true</append>
0406235
-            </configuration>
0406235
-          </execution>
0406235
-          <execution>
0406235
-            <id>post-test</id>
0406235
-            <phase>test</phase>
0406235
-            <goals>
0406235
-              <goal>report</goal>
0406235
-            </goals>
0406235
-          </execution>
0406235
-        </executions>
0406235
-      </plugin>
8685c55
     </plugins>
8685c55
     <pluginManagement>
8685c55
       <plugins>