forked from I2P_Developers/i2p.i2p
Build: Suppress JarScanner warning during Debian build (ticket #1975)
This commit is contained in:
@@ -366,6 +366,8 @@
|
|||||||
** -trimSpaces Trim spaces in template text between actions, directives
|
** -trimSpaces Trim spaces in template text between actions, directives
|
||||||
-->
|
-->
|
||||||
<java classname="org.apache.jasper.JspC" fork="true" failonerror="true">
|
<java classname="org.apache.jasper.JspC" fork="true" failonerror="true">
|
||||||
|
<!-- this prevents tomcat from complaining in debian builds -->
|
||||||
|
<jvmarg value="-Dtomcat.util.scan.StandardJarScanFilter.jarsToSkip=commons-collections.jar,junit.jar,junit4.jar" />
|
||||||
<classpath>
|
<classpath>
|
||||||
<pathelement location="../../jetty/jettylib/jasper-runtime.jar" />
|
<pathelement location="../../jetty/jettylib/jasper-runtime.jar" />
|
||||||
<pathelement location="../../jetty/jettylib/javax.servlet.jar" />
|
<pathelement location="../../jetty/jettylib/javax.servlet.jar" />
|
||||||
|
|||||||
Reference in New Issue
Block a user