Changeset 4d1736ea for apps/jetty/build.xml
- Timestamp:
- Dec 30, 2011 9:58:16 PM (9 years ago)
- Branches:
- master
- Children:
- 327f38b5
- Parents:
- 03e86fcb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
apps/jetty/build.xml
r03e86fcb r4d1736ea 140 140 <!-- set if unset --> 141 141 <property name="workspace.changes.tr" value="" /> 142 <jar destfile="./jettylib/jetty-i2p.jar" basedir="./build/obj" includes="**/*.class" > 142 <copy todir="build/obj" file="resources/log4j.properties" /> 143 <jar destfile="./jettylib/jetty-i2p.jar" basedir="./build/obj" includes="**/*.class log4j.properties" > 143 144 <manifest> 144 145 <attribute name="Build-Date" value="${build.timestamp}" />
Note: See TracChangeset
for help on using the changeset viewer.