forked from I2P_Developers/i2p.i2p
Allow some variables to be changed by end-users during build by use of a
properties file.
This commit is contained in:
15
build.properties
Normal file
15
build.properties
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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!
|
||||
javasedocs.url=http://download.oracle.com/javase/6/docs/api/
|
||||
jettydocs.url=http://docs.i2p2.de/jetty/javadoc/
|
||||
jrobindocs.url=http://docs.i2p-projekt.de/jrobin/javadoc/
|
||||
wrapperdocs.url=http://wrapper.tanukisoftware.com/jdoc/
|
Reference in New Issue
Block a user