I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit f6bda355 authored by zzz's avatar zzz
Browse files

* Build: Add new jetty jars to router.jar classpath so it works

    on very old installs with individual jars specified in the
    wrapper.config classpath
parent a34b674f
No related branches found
No related tags found
No related merge requests found
...@@ -72,6 +72,8 @@ ...@@ -72,6 +72,8 @@
<property name="workspace.changes.tr" value="" /> <property name="workspace.changes.tr" value="" />
<jar destfile="./build/router.jar" basedir="./build/obj" includes="**/*.class" > <jar destfile="./build/router.jar" basedir="./build/obj" includes="**/*.class" >
<manifest> <manifest>
<!-- so people with very old wrapper.config files will still work with Jetty 6 -->
<attribute name="Class-Path" value="jetty-i2p.jar jetty-java5-threadpool.jar jetty-rewrite-handler.jar jetty-sslengine.jar jetty-start.jar jetty-util.jar" />
<attribute name="Implementation-Version" value="${full.version}" /> <attribute name="Implementation-Version" value="${full.version}" />
<attribute name="Built-By" value="${build.built-by}" /> <attribute name="Built-By" value="${build.built-by}" />
<attribute name="Build-Date" value="${build.timestamp}" /> <attribute name="Build-Date" value="${build.timestamp}" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment