forked from I2P_Developers/i2p.i2p
- Remove with-libtomcat6-java and with-libtomcat7-java - Replace with-libjetty8-java with-libjetty9-java - Add libtomcat8-java dependency in debian builds - Change libservlet-3.0-java implicit dependency to libservlet-3.1-java - Initial mods for trusty build files, as it does not have jetty 9 - Initial xenial build files - Add link to jetty9-apache-jsp.jar - Add necessary util jars to jsp classpath Non-Debian builds: - Move tomcat runtime from javax.servlet.jar to jasper-runtime.jar, to be consistent with Jetty 8 - Switch from jetty (glassfish) to apache (tomcat) jsp implementation, to be consistent with Debian builds - Drop checked-in Tomcat 6 and Jetty 8 jars Code: - Force Jasper initialization in RouterConsoleRunner since we don't use the Jetty annotation scanner
74 lines
2.8 KiB
Plaintext
74 lines
2.8 KiB
Plaintext
# history.txt is installed to /usr/share/i2p because
|
|
# it's shown in the router console at http://127.0.0.1:7657
|
|
# (this is also why I don't use dh_installchangelogs -k for it)
|
|
history.txt usr/share/i2p
|
|
|
|
pkg-temp/blocklist.txt usr/share/i2p
|
|
pkg-temp/certificates usr/share/i2p
|
|
pkg-temp/clients.config usr/share/i2p
|
|
pkg-temp/docs usr/share/i2p/
|
|
pkg-temp/eepget usr/bin
|
|
pkg-temp/eepsite usr/share/i2p
|
|
pkg-temp/geoip usr/share/i2p
|
|
pkg-temp/hosts.txt usr/share/i2p
|
|
pkg-temp/i2prouter-nowrapper usr/bin
|
|
pkg-temp/i2psnark.config usr/share/i2p
|
|
pkg-temp/i2ptunnel.config usr/share/i2p
|
|
pkg-temp/router.config usr/share/i2p
|
|
pkg-temp/systray.config usr/share/i2p
|
|
pkg-temp/webapps usr/share/i2p
|
|
|
|
|
|
pkg-temp/lib/BOB.jar usr/share/i2p/lib
|
|
pkg-temp/lib/desktopgui.jar usr/share/i2p/lib
|
|
pkg-temp/lib/i2p.jar usr/share/i2p/lib
|
|
pkg-temp/lib/i2psnark.jar usr/share/i2p/lib
|
|
pkg-temp/lib/i2ptunnel.jar usr/share/i2p/lib
|
|
pkg-temp/lib/jetty-i2p.jar usr/share/i2p/lib
|
|
pkg-temp/lib/jrobin.jar usr/share/i2p/lib
|
|
pkg-temp/lib/mstreaming.jar usr/share/i2p/lib
|
|
pkg-temp/lib/routerconsole.jar usr/share/i2p/lib
|
|
pkg-temp/lib/router.jar usr/share/i2p/lib
|
|
pkg-temp/lib/sam.jar usr/share/i2p/lib
|
|
pkg-temp/lib/streaming.jar usr/share/i2p/lib
|
|
pkg-temp/lib/systray.jar usr/share/i2p/lib
|
|
|
|
|
|
# uncomment if not building with libjetty9-java
|
|
# ubuntu: in trusty vivid wily xenial
|
|
# debian: in wheezy jessie stretch sid
|
|
pkg-temp/lib/jetty-continuation.jar usr/share/i2p/lib
|
|
pkg-temp/lib/jetty-deploy.jar usr/share/i2p/lib
|
|
pkg-temp/lib/jetty-http.jar usr/share/i2p/lib
|
|
pkg-temp/lib/jetty-io.jar usr/share/i2p/lib
|
|
pkg-temp/lib/jetty-rewrite-handler.jar usr/share/i2p/lib
|
|
pkg-temp/lib/jetty-security.jar usr/share/i2p/lib
|
|
pkg-temp/lib/jetty-servlet.jar usr/share/i2p/lib
|
|
pkg-temp/lib/jetty-servlets.jar usr/share/i2p/lib
|
|
pkg-temp/lib/jetty-start.jar usr/share/i2p/lib
|
|
pkg-temp/lib/jetty-util.jar usr/share/i2p/lib
|
|
pkg-temp/lib/jetty-webapp.jar usr/share/i2p/lib
|
|
pkg-temp/lib/jetty-xml.jar usr/share/i2p/lib
|
|
pkg-temp/lib/org.mortbay.jetty.jar usr/share/i2p/lib
|
|
pkg-temp/lib/org.mortbay.jmx.jar usr/share/i2p/lib
|
|
# following two are from libservlet3.1-java which is a dependency of libjetty9-java
|
|
pkg-temp/lib/javax.servlet.jar usr/share/i2p/lib
|
|
|
|
|
|
# uncomment if not building with either libtomcat6-java or libtomcat7-java
|
|
pkg-temp/lib/commons-el.jar usr/share/i2p/lib
|
|
# legacy name, contains only tomcat-juli, not commons-logging
|
|
pkg-temp/lib/commons-logging.jar usr/share/i2p/lib
|
|
pkg-temp/lib/jasper-runtime.jar usr/share/i2p/lib
|
|
|
|
|
|
# uncomment if not building with either glassfish-javaee or libjakarta-taglibs-standard-java
|
|
# ubuntu and debian: everywhere
|
|
# glassfish-javaee.jar has ancient and conflicting classes, e.g. javax.mail
|
|
pkg-temp/lib/jstl.jar usr/share/i2p/lib
|
|
|
|
|
|
# uncomment if not building with either glassfish-javaee or libjstl1.1-java
|
|
# ubuntu and debian: everywhere
|
|
#pkg-temp/lib/standard.jar usr/share/i2p/lib
|