2011-08-07 00:45:14 +00:00
|
|
|
# These properties can be set to alter the build process.
|
|
|
|
#
|
|
|
|
# This file contains default values that are used by official I2P installers.
|
|
|
|
#
|
|
|
|
# End-users *should not* edit this file. If you want to change the values, make a
|
|
|
|
# copy, call it override.properties, and make the desired changes to that.
|
|
|
|
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
# Javadocs
|
|
|
|
# Note: Include the trailing slash! Don't surround the URL in quotes!
|
2011-12-14 00:09:15 +00:00
|
|
|
javasedocs.url=http://docs.oracle.com/javase/6/docs/api/
|
2011-12-23 00:56:48 +00:00
|
|
|
jettydocs.url=http://jetty.codehaus.org/jetty/jetty-6/apidocs/
|
2011-08-07 00:45:14 +00:00
|
|
|
jrobindocs.url=http://docs.i2p-projekt.de/jrobin/javadoc/
|
|
|
|
wrapperdocs.url=http://wrapper.tanukisoftware.com/jdoc/
|
2012-01-31 14:03:20 +00:00
|
|
|
# these are only for unit test javadocs
|
|
|
|
i2pdocs.url=http://docs.i2p-projekt.de/javadoc/
|
|
|
|
junitdocs.url=http://junit.org/apidocs/
|
2012-03-01 16:04:17 +00:00
|
|
|
# This will go in the jar manifests
|
|
|
|
build.built-by=unknown
|
2012-03-09 02:00:07 +00:00
|
|
|
|
|
|
|
# Building EXEs in Linux requires that 32bit libraries are installed. For example,
|
|
|
|
# in Debian installing the libc6-i386 package will satisfy this requirement.
|
|
|
|
# Otherwise, uncomment the next line to prevent building EXEs (changing it to false will have no impact)
|
2012-03-05 15:07:04 +00:00
|
|
|
#noExe=true
|