Cleanup ant targets and unused system properties

This commit is contained in:
Coty Sutherland 2019-02-21 14:27:58 -05:00
parent 4b9ac6b737
commit d290d60864

View File

@ -250,12 +250,9 @@ export OPT_JAR_LIST="xalan-j2-serializer"
-Dbndlibg.jar="$(build-classpath aqute-bnd/aQute.libg)" \ -Dbndlibg.jar="$(build-classpath aqute-bnd/aQute.libg)" \
-Dbndannotation.jar="$(build-classpath aqute-bnd/biz.aQute.bnd.annotation)" \ -Dbndannotation.jar="$(build-classpath aqute-bnd/biz.aQute.bnd.annotation)" \
-Dslf4j-api.jar="$(build-classpath slf4j/slf4j-api)" \ -Dslf4j-api.jar="$(build-classpath slf4j/slf4j-api)" \
-Dno.build.dbcp=true \
-Dversion="%{version}" \ -Dversion="%{version}" \
-Dversion.build="%{micro_version}" \ -Dversion.build="%{micro_version}" \
-Djava.7.home=%{java_home} \ deploy javadoc
-Dexecute.validate=false \
deploy dist-prepare dist-source javadoc
# remove some jars that we'll replace with symlinks later # remove some jars that we'll replace with symlinks later
%{__rm} output/build/bin/commons-daemon.jar output/build/lib/ecj.jar %{__rm} output/build/bin/commons-daemon.jar output/build/lib/ecj.jar