dev-java/paceRegression: new package, add 1.0.1

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-06-20 00:26:55 +02:00
parent a70b796512
commit b3397cb178
4 changed files with 66 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- 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">