Changeset f6bda35
- Timestamp:
- Mar 10, 2012 9:55:45 PM (9 years ago)
- Branches:
- master
- Children:
- 9e3b49d
- Parents:
- a34b674
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
router/java/build.xml
ra34b674 rf6bda35 73 73 <jar destfile="./build/router.jar" basedir="./build/obj" includes="**/*.class" > 74 74 <manifest> 75 <!-- so people with very old wrapper.config files will still work with Jetty 6 --> 76 <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" /> 75 77 <attribute name="Implementation-Version" value="${full.version}" /> 76 78 <attribute name="Built-By" value="${build.built-by}" />
Note: See TracChangeset
for help on using the changeset viewer.