Build: Remove more files from Debian source tarballs

Don't need to both delete and exclude for tarballs
Restore commons-logging.jar to build classpath where needed for deb builds
Add classpath entries to fix Debian javadoc build
This commit is contained in:
zzz
2018-05-30 12:52:30 +00:00
parent 278a8142b8
commit 884a42b814
4 changed files with 51 additions and 34 deletions

View File

@@ -390,6 +390,7 @@
<pathelement location="../../jetty/jettylib/javax.servlet.jar" />
<!-- following jars only present for debian builds -->
<pathelement location="../../jetty/jettylib/commons-logging.jar" />
<pathelement location="../../jetty/jettylib/jsp-api.jar" />
<pathelement location="../../jetty/jettylib/tomcat-api.jar" />
<pathelement location="../../jetty/jettylib/jasper-el.jar" />