forked from I2P_Developers/i2p.i2p
Jetty 9.2.24-v201801015, Tomcat 8.5.30
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,5 +1,5 @@
|
||||
Apache Tomcat
|
||||
Copyright 1999-2017 The Apache Software Foundation
|
||||
Copyright 1999-2018 The Apache Software Foundation
|
||||
|
||||
This product includes software developed at
|
||||
The Apache Software Foundation (http://www.apache.org/).
|
BIN
apps/jetty/apache-tomcat-8.5.30/bin/tomcat-juli.jar
Normal file
BIN
apps/jetty/apache-tomcat-8.5.30/bin/tomcat-juli.jar
Normal file
Binary file not shown.
BIN
apps/jetty/apache-tomcat-8.5.30/lib/el-api.jar
Normal file
BIN
apps/jetty/apache-tomcat-8.5.30/lib/el-api.jar
Normal file
Binary file not shown.
BIN
apps/jetty/apache-tomcat-8.5.30/lib/jasper-el.jar
Normal file
BIN
apps/jetty/apache-tomcat-8.5.30/lib/jasper-el.jar
Normal file
Binary file not shown.
BIN
apps/jetty/apache-tomcat-8.5.30/lib/jasper.jar
Normal file
BIN
apps/jetty/apache-tomcat-8.5.30/lib/jasper.jar
Normal file
Binary file not shown.
BIN
apps/jetty/apache-tomcat-8.5.30/lib/jsp-api.jar
Normal file
BIN
apps/jetty/apache-tomcat-8.5.30/lib/jsp-api.jar
Normal file
Binary file not shown.
Binary file not shown.
BIN
apps/jetty/apache-tomcat-8.5.30/lib/tomcat-util-scan.jar
Normal file
BIN
apps/jetty/apache-tomcat-8.5.30/lib/tomcat-util-scan.jar
Normal file
Binary file not shown.
BIN
apps/jetty/apache-tomcat-8.5.30/lib/tomcat-util.jar
Normal file
BIN
apps/jetty/apache-tomcat-8.5.30/lib/tomcat-util.jar
Normal file
Binary file not shown.
@@ -17,9 +17,9 @@
|
||||
<!-- Also change javadoc URL in top-level build.properties. -->
|
||||
<!-- jetty.branch unused until we go to 9.3 -->
|
||||
<property name="jetty.branch" value="stable-9" />
|
||||
<property name="jetty.ver" value="9.2.22.v20170606" />
|
||||
<property name="jetty.ver" value="9.2.24.v20180105" />
|
||||
<property name="jetty.base" value="jetty-distribution-${jetty.ver}" />
|
||||
<property name="jetty.sha1" value="7f0b10d69b214337622e3c0565f94417828ba13e" />
|
||||
<property name="jetty.sha1" value="a8af3941385d43eece329b09ae4a261e0cb3579c" />
|
||||
<property name="jetty.filename" value="${jetty.base}.zip" />
|
||||
<!-- change jetty.ver to jetty.branch for 9.3 -->
|
||||
<property name="jetty.url" value="http://central.maven.org/maven2/org/eclipse/jetty/jetty-distribution/${jetty.ver}/${jetty.filename}" />
|
||||
@@ -28,7 +28,7 @@
|
||||
<property name="javac.version" value="1.7" />
|
||||
|
||||
<!-- Note: Please change all references in top-level build.xml if you update to a new Tomcat! -->
|
||||
<property name="tomcat.ver" value="8.5.23" />
|
||||
<property name="tomcat.ver" value="8.5.30" />
|
||||
<!-- everything we need is in the deployer package, except for tomcat-api.jar in the full package,
|
||||
so we just use the full package instead.
|
||||
<property name="tomcat.lib" value="apache-tomcat-${tomcat.ver}-deployer/lib" />
|
||||
@@ -302,10 +302,11 @@
|
||||
|
||||
<!-- Apache package version -->
|
||||
<!-- we match what was bundled in the Jetty package version -->
|
||||
<!-- except we need compat/ as of 8.5.29 or JspC fails in the jar scan -->
|
||||
<zipfileset excludes="META-INF/LICENSE META-INF/NOTICE" src="${tomcat.lib}/jasper.jar"/>
|
||||
<zipfileset excludes="META-INF/LICENSE META-INF/NOTICE" src="${tomcat.lib}/tomcat-api.jar"/>
|
||||
<zipfileset includes="org/apache/juli/logging/**/*" src="${tomcat.bin}/tomcat-juli.jar"/>
|
||||
<zipfileset excludes="META-INF/LICENSE META-INF/NOTICE org/apache/tomcat/util/codec/ org/apache/tomcat/util/compat/ org/apache/tomcat/util/threads/" src="${tomcat.lib}/tomcat-util.jar"/>
|
||||
<zipfileset excludes="META-INF/LICENSE META-INF/NOTICE org/apache/tomcat/util/codec/ org/apache/tomcat/util/threads/" src="${tomcat.lib}/tomcat-util.jar"/>
|
||||
<zipfileset excludes="META-INF/LICENSE META-INF/NOTICE" src="${tomcat.lib}/tomcat-util-scan.jar"/>
|
||||
</jar>
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
18
build.xml
18
build.xml
@@ -1373,7 +1373,7 @@
|
||||
</target>
|
||||
|
||||
<target name="preplicenses-unlesspkg" depends="settomcatprop" unless="${with-libtomcat-java}" >
|
||||
<copy file="apps/jetty/apache-tomcat-8.5.23/NOTICE" tofile="pkg-temp/licenses/NOTICE-Tomcat.txt" />
|
||||
<copy file="apps/jetty/apache-tomcat-8.5.30/NOTICE" tofile="pkg-temp/licenses/NOTICE-Tomcat.txt" />
|
||||
</target>
|
||||
|
||||
<!-- DOES include launch4j licenses for Windows builds -->
|
||||
@@ -2362,9 +2362,9 @@
|
||||
<file name="../i2p-${Extended.Version}/installer/resources/geoip.txt" />
|
||||
<file name="../i2p-${Extended.Version}/installer/resources/geoipv6.dat.gz" />
|
||||
<!-- libjetty9-java -->
|
||||
<fileset dir="../i2p-${Extended.Version}/apps/jetty/jetty-distribution-9.2.22.v20170606" />
|
||||
<fileset dir="../i2p-${Extended.Version}/apps/jetty/jetty-distribution-9.2.24.v20180105" />
|
||||
<!-- libtomcat8-java -->
|
||||
<fileset dir="../i2p-${Extended.Version}/apps/jetty/apache-tomcat-8.5.23" />
|
||||
<fileset dir="../i2p-${Extended.Version}/apps/jetty/apache-tomcat-8.5.30" />
|
||||
<!-- libjstl1.1-java or glassfish-javaee or libtaglibs-standard -->
|
||||
<file name="../i2p-${Extended.Version}/apps/susidns/src/lib/jstl.jar" />
|
||||
<!-- libjakarta-taglibs-standard-java or glassfish-javaee or libtaglibs-standard -->
|
||||
@@ -2439,8 +2439,8 @@
|
||||
<file name="../i2p-${Extended.Version}/installer/resources/geoipv6.dat.gz" />
|
||||
<!-- libjetty9-java -->
|
||||
<!--
|
||||
<fileset dir="../i2p-${Extended.Version}/apps/jetty/jetty-distribution-9.2.22.v20170606" />
|
||||
<fileset dir="../i2p-${Extended.Version}/apps/jetty/apache-tomcat-8.5.23" />
|
||||
<fileset dir="../i2p-${Extended.Version}/apps/jetty/jetty-distribution-9.2.24.v20180105" />
|
||||
<fileset dir="../i2p-${Extended.Version}/apps/jetty/apache-tomcat-8.5.30" />
|
||||
-->
|
||||
<!-- libjstl1.1-java or glassfish-javaee -->
|
||||
<!--
|
||||
@@ -2518,8 +2518,8 @@
|
||||
-->
|
||||
<file name="../i2p-${Extended.Version}/installer/resources/geoip.txt" />
|
||||
<file name="../i2p-${Extended.Version}/installer/resources/geoipv6.dat.gz" />
|
||||
<fileset dir="../i2p-${Extended.Version}/apps/jetty/jetty-distribution-9.2.22.v20170606" />
|
||||
<fileset dir="../i2p-${Extended.Version}/apps/jetty/apache-tomcat-8.5.23" />
|
||||
<fileset dir="../i2p-${Extended.Version}/apps/jetty/jetty-distribution-9.2.24.v20180105" />
|
||||
<fileset dir="../i2p-${Extended.Version}/apps/jetty/apache-tomcat-8.5.30" />
|
||||
<!--
|
||||
<file name="../i2p-${Extended.Version}/apps/susidns/src/lib/jstl.jar" />
|
||||
-->
|
||||
@@ -2588,8 +2588,8 @@
|
||||
-->
|
||||
<file name="../i2p-${Extended.Version}/installer/resources/geoip.txt" />
|
||||
<file name="../i2p-${Extended.Version}/installer/resources/geoipv6.dat.gz" />
|
||||
<fileset dir="../i2p-${Extended.Version}/apps/jetty/jetty-distribution-9.2.22.v20170606" />
|
||||
<fileset dir="../i2p-${Extended.Version}/apps/jetty/apache-tomcat-8.5.23" />
|
||||
<fileset dir="../i2p-${Extended.Version}/apps/jetty/jetty-distribution-9.2.24.v20180105" />
|
||||
<fileset dir="../i2p-${Extended.Version}/apps/jetty/apache-tomcat-8.5.30" />
|
||||
<file name="../i2p-${Extended.Version}/apps/susidns/src/lib/jstl.jar" />
|
||||
<file name="../i2p-${Extended.Version}/apps/susidns/src/lib/standard.jar" />
|
||||
<!-- anything added above, add in debian-tarball also -->
|
||||
|
@@ -1,3 +1,7 @@
|
||||
2018-04-11 zzz
|
||||
* Jetty 9.2.24-v201801015
|
||||
* Tomcat 8.5.30
|
||||
|
||||
* 2018-04-10 0.9.34 released
|
||||
|
||||
2018-04-10 zzz
|
||||
|
@@ -18,7 +18,7 @@ public class RouterVersion {
|
||||
/** deprecated */
|
||||
public final static String ID = "Monotone";
|
||||
public final static String VERSION = CoreVersion.VERSION;
|
||||
public final static long BUILD = 0;
|
||||
public final static long BUILD = 1;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
Reference in New Issue
Block a user