You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/guice/files/2.0-build.xml.patch

17 lines
624 B

--- /tmp/guice-2.0-src.orig/build.xml 2012-08-23 23:04:55.759642915 +0300
+++ build.xml 2012-08-23 23:30:05.899593954 +0300
@@ -13,11 +13,8 @@
</path>
- <target name="jar" depends="jar.withdeps, manifest" description="Build jar.">
- <jar jarfile="${build.dir}/dist/guice-${version}.jar"
- manifest="${build.dir}/META-INF/MANIFEST.MF">
- <zipfileset src="${build.dir}/${ant.project.name}-with-deps.jar"/>
- </jar>
+ <target name="jar" depends="jar.withdeps" description="Build jar.">
+ <echo>${build.dir}/${ant.project.name}</echo>
</target>
<target name="dist" depends="distjars, javadoc"