Sophie

Sophie

distrib > Mageia > 2 > i586 > by-pkgid > 13a66cd0f8095909f4fefdc0cbcb2ab0 > files > 3

cpptasks-1.0-0.b5.0.1.mga2.src.rpm

--- pom.xml	2008-04-03 02:26:47.000000000 +0200
+++ pom.xml-gil	2011-12-05 14:19:23.091633721 +0100
@@ -58,6 +58,7 @@
               <exclude>**/TestInstalledDevStudioLinker.java</exclude>
               <exclude>**/TestMetaObjectCompiler.java</exclude>
               <exclude>**/TestAbstract*.java</exclude> 
+              <exclude>**/TestTargetInfo*.java</exclude>
           </excludes>
         </configuration>
       </plugin>
@@ -86,10 +87,10 @@
           </archive>
         </configuration>
       </plugin>
-      <plugin>
+      <!--plugin>
         <artifactId>maven-antrun-plugin</artifactId>
         <executions>
-          <!--   release builds will put SVN tags into the SCM page, this changes it back to a branch  -->
+             release builds will put SVN tags into the SCM page, this changes it back to a branch  
           <execution>
             <phase>pre-site</phase>
             <id>pre-site</id>
@@ -136,7 +137,7 @@
             <version>1.6.5</version>
           </dependency>
         </dependencies>
-      </plugin>	 
+      </plugin-->	 
 	  <plugin>
          <artifactId>maven-assembly-plugin</artifactId>
          <configuration>
@@ -173,18 +174,18 @@
             </execution>
         </executions>
       </plugin>     
-      <plugin>
+      <!--plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>clirr-maven-plugin</artifactId>
           <configuration>
           	  <comparisonVersion>1.0b3</comparisonVersion>
           </configuration>
-      </plugin>
+      </plugin-->
     </plugins>      
 </build>
 <dependencies>
    <dependency>
-       <groupId>ant</groupId>
+       <groupId>org.apache.ant</groupId>
        <artifactId>ant</artifactId>
         <version>1.6.5</version>
    </dependency>