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/jcmdline/files/jcmdline-1.0.2-gentoo.patch

24 lines
934 B

--- build.xml.orig 2005-02-04 22:07:21.800581304 +0100
+++ build.xml 2005-02-04 22:11:43.734761256 +0100
@@ -170,6 +170,11 @@
<echo message="jcmdline Unit Test docs have been written to ${docdir}/jcmdline/utapi" />
</target>
+ <target name="jar" depends="build">
+ <jar jarfile="${basedir}/jcmdline.jar"
+ basedir="${builddir}/classes" />
+ </target>
+
<!-- Don't distribute anything that will not pass UTs -->
<target name="dist" depends="clean, ut, doc"
description="prepare distribution files">
@@ -203,8 +208,6 @@
</copy>
<!-- add the jar =====================================================-->
- <jar jarfile="${tmpDistBuildDir}/${projRelease}.jar"
- basedir="${builddir}/classes" />
<!-- create a gzipped tarball for the Unix crowd =====================-->
<tar tarfile="${distdir}/${projRelease}.tar"