blob: 4b0e24d3951fa00beff5feb582f303a8f32eb629 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- /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"
|