Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 1a989dfc02fec5520bc175e2e41a760b > files > 1

eclipse-findbugs-1.3.4.20080506-1.1.12mdv2010.0.src.rpm

--- eclipsePlugin-1.3.4.20080506/build.xml.orig	2008-08-14 07:16:00.000000000 +0200
+++ eclipsePlugin-1.3.4.20080506/build.xml	2008-08-14 07:20:12.000000000 +0200
@@ -232,12 +232,6 @@
 	</target>
 
 	<target name="fbjars" description="Copy required jar files from the main findbugs project (which should be a sibling of this project)">
-		<ant dir="${findbugs.dir}" inheritall="false" target="build"/>
-		<copy todir="${fbeclipse.dir}">
-			<fileset dir="${findbugs.dir}/lib" includes="findbugs.jar,findbugs-ant.jar,jsr305.jar,bcel.jar,annotations.jar,asm-3.0.jar,asm-tree-3.0.jar,asm-commons-3.0.jar"/>
-		</copy>
-		<copy todir="${fbeclipse.dir}/plugin">
-			<fileset dir="${findbugs.dir}/plugin" includes="coreplugin.jar"/>
-		</copy>
+		
 	</target>
 </project>