Changeset 255ccdc
- Timestamp:
- Aug 7, 2011 12:45:14 AM (10 years ago)
- Branches:
- master
- Children:
- 915755b
- Parents:
- 2973b40
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
.mtn-ignore
r2973b40 r255ccdc 24 24 /classes/ 25 25 ^debian/copyright 26 override.properties -
build.xml
r2973b40 r255ccdc 16 16 <!-- change this to false if you don't have gettext --> 17 17 <property name="require.gettext" value="true" /> 18 <!-- Include property files so that values can be easily overridden. Currently just useful for javadoc hosters --> 19 <property file="override.properties"/> 20 <property file="build.properties"/> 18 21 19 22 <!-- You probably don't want to change anything from here down --> … … 387 390 <pathelement location="core/lib/junit.jar" /> 388 391 </classpath> 389 <link offline="true" href=" http://download.oracle.com/javase/6/docs/api/" packagelistLoc="installer/resources/package-lists/java/" />390 <link offline="true" href=" http://docs.i2p2.de/jetty/javadoc/" packagelistLoc="installer/resources/package-lists/jetty/" />391 <link offline="true" href=" http://docs.i2p-projekt.de/jrobin/javadoc/" packagelistLoc="installer/resources/package-lists/jrobin/" />392 <link offline="true" href=" http://wrapper.tanukisoftware.com/jdoc/" packagelistLoc="installer/resources/package-lists/wrapper/" />392 <link offline="true" href="${javasedocs.url}" packagelistLoc="installer/resources/package-lists/java/" /> 393 <link offline="true" href="${jettydocs.url}" packagelistLoc="installer/resources/package-lists/jetty/" /> 394 <link offline="true" href="${jrobindocs.url}" packagelistLoc="installer/resources/package-lists/jrobin/" /> 395 <link offline="true" href="${wrapperdocs.url}" packagelistLoc="installer/resources/package-lists/wrapper/" /> 393 396 </javadoc> 394 397 <echo message="Warning, javadoc embeds timestamps in the output, run with 'TZ=UTC ant javadoc' if you plan to distribute" />
Note: See TracChangeset
for help on using the changeset viewer.