I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
build.properties 2.13 KiB
Newer Older
  • Learn to ignore specific revisions
  • # 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!
    
    kytv's avatar
    kytv committed
    javasedocs.url=http://docs.oracle.com/javase/6/docs/api/
    
    javaeedocs.url=http://docs.oracle.com/javaee/6/api/
    
    jettydocs.url=http://jetty.codehaus.org/jetty/jetty-6/apidocs/
    
    jrobindocs.url=http://docs.i2p-projekt.de/jrobin/javadoc/
    wrapperdocs.url=http://wrapper.tanukisoftware.com/jdoc/
    
    zzz's avatar
    zzz committed
    # these are only for unit test javadocs
    i2pdocs.url=http://docs.i2p-projekt.de/javadoc/
    junitdocs.url=http://junit.org/apidocs/
    
    # This will go in the jar manifests
    build.built-by=unknown	
    
    kytv's avatar
    kytv committed
    
    
    # filename of the sloccount report
    sloccount.report.file=sloccount.sc
    
    
    kytv's avatar
    kytv committed
    # Uncomment the next line to prevent "ant debian" from automatically
    # updating the changelog
    #noAutoDebchange=true
    
    
    kytv's avatar
    kytv committed
    # Building EXEs in x64 Linux requires that 32bit libraries are installed. In Debian,
    # for example, installing the libc6-i386 package will satisfy this requirement.
    
    # Uncomment the next line to prevent building EXEs (changing it to false will have no impact)
    
    kytv's avatar
    kytv committed
    #noExe=true
    
    
    # Change this to false if you don't have gettext
    # Note that this does not prevent gettext from running if installed; to be fixed
    require.gettext=true
    
    # Additional classpath if required
    
    zzz's avatar
    zzz committed
    #javac.classpath=/PATH/TO/pack200.jar
    
    
    # Optional compiler args
    # This one keeps gcj a lot quieter
    #javac.compilerargs=-warn:-unchecked,raw,unused,serial
    
    
    # Location of the libraries required for the ScalaTest tests.
    # Define this in override.properties or pass in on the command line.
    # The directory must contain the following library names:
    # mockito-all.jar
    # scala-compiler.jar
    # scala-library.jar
    # scalatest.jar
    #scalatest.libs=/PATH/TO/SCALATEST/lib
    
    # Optional properties used in tests to enable additional tools.
    #with.cobertura=/PATH/TO/cobertura.jar
    #with.clover=/PATH/TO/clover.jar