~i2p.packages/i2p/trunk

« back to all changes in this revision

Viewing changes to build.xml

  • Committer: zzz
  • Date: 2019-04-15 11:45:52 UTC
  • Revision ID: git-v1:8d00774b5e0660ad9758bb898615f81ca21ea765
Tomcat 8.5.40

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    <property file="build.properties"/>
10
10
    <!--  When changing, also change javadoc URL in build.properties, and checksum in apps/jetty/build.xml -->
11
11
    <property name="jetty.ver" value="9.2.25.v20180606" />
12
 
    <property name="tomcat.ver" value="8.5.38" />
 
12
    <property name="tomcat.ver" value="8.5.40" />
13
13
 
14
14
    <!-- You probably don't want to change anything from here down -->
15
15
    <target name="help" depends="all" />