mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-09 20:30:33 -04:00
12 lines
406 B
Diff
12 lines
406 B
Diff
--- a/build_package.xml
|
|
+++ b/build_package.xml
|
|
@@ -150,7 +150,7 @@
|
|
</target>
|
|
|
|
<!-- Put everything in ${build}/classes into the ${package}.jar file -->
|
|
- <target name="exejar" depends="compile, docs, init_dist"
|
|
+ <target name="exejar" depends="compile, init_dist"
|
|
description="Create a binary jar file in ./dist">
|
|
<jar jarfile="${dist}/${package}.jar"
|
|
basedir="${build}/classes">
|