diff --git a/.mtn-ignore b/.mtn-ignore index bee698d0cf..67d2a1aa35 100644 --- a/.mtn-ignore +++ b/.mtn-ignore @@ -23,3 +23,4 @@ _jsp\.java$ /build/ /classes/ ^debian/copyright +override.properties diff --git a/build.properties b/build.properties new file mode 100644 index 0000000000..63db6e9031 --- /dev/null +++ b/build.properties @@ -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/ diff --git a/build.xml b/build.xml index 7a079197be..459821bcfa 100644 --- a/build.xml +++ b/build.xml @@ -15,6 +15,9 @@ + + + @@ -386,10 +389,10 @@ - - - - + + + +