The tomcat-native binary is no longer copied to bin. See http://svn.apache.org/r1818186 for more details

This commit is contained in:
Coty Sutherland 2018-02-01 10:09:27 -05:00
parent 586be331e6
commit cf8509a357
1 changed files with 0 additions and 2 deletions

View File

@ -285,8 +285,6 @@ export OPT_JAR_LIST="xalan-j2-serializer"
%{__rm} output/build/bin/commons-daemon.jar \
output/build/lib/ecj.jar
# remove the cruft we created
%{__rm} output/build/bin/tomcat-native.tar.gz
pushd output/dist/src/webapps/docs/appdev/sample/src
%{__mkdir_p} ../web/WEB-INF/classes
%{javac} -cp ../../../../../../../../output/build/lib/servlet-api.jar -d ../web/WEB-INF/classes mypackage/Hello.java