* 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
This commit is contained in:
zzz
2012-03-10 21:55:45 +00:00
parent a34b674f7d
commit f6bda355b9

View File

@@ -72,6 +72,8 @@
<property name="workspace.changes.tr" value="" />
<jar destfile="./build/router.jar" basedir="./build/obj" includes="**/*.class" >
<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="Built-By" value="${build.built-by}" />
<attribute name="Build-Date" value="${build.timestamp}" />