Skip to content
Snippets Groups Projects
Select Git revision
  • b1dfd867f08aa1dbcdaa5a0618dca7c5903be78d
  • master default protected
  • 2465-bump-sdk-35
  • remove-foreground-service-data-sync
  • jd-2025-10-fix-bluetooth-pairing
  • 10k-forum-posts
  • load-forum-post-text-lazily
  • remove-deprecated-handshake
  • fix-screenshot-tests
  • library-desugaring-upgrade-h2
  • sqlite-jdbc-crypt
  • fix-database-for-nightly-desktop-users-that-broke-their-db-for-some-contacts
  • client-versioning-logging
  • onionwrapper-0.0.3
  • macos
  • feature-flags-partial-setup
  • snowflake-amp-cache-broker
  • checkstyle
  • 2343-mailbox-from-maven-local
  • 2343-mailbox-integration-tests
  • 2211-make-strict-mode-warnings-configurable
  • release-1.5.14
  • beta-1.5.14
  • alpha-1.5.14
  • release-1.5.13
  • beta-1.5.13
  • alpha-1.5.13
  • release-1.5.12
  • beta-1.5.12
  • alpha-1.5.12
  • release-1.5.11
  • beta-1.5.11
  • alpha-1.5.11
  • release-1.5.10
  • beta-1.5.10
  • alpha-1.5.10
  • release-1.5.9
  • beta-1.5.9
  • alpha-1.5.9
  • release-1.5.8
  • beta-1.5.8
41 results

project.properties

Blame
  • ant.properties 821 B
    # This file is used to override default values used by the Ant build system.
    #
    # This file must be checked into Version Control Systems, as it is
    # integral to the build system of your project.
    
    # This file is only used by the Ant script.
    
    # You can use this to override default values such as
    #  'source.dir' for the location of your java source folder and
    #  'out.dir' for the location of your output folder.
    
    source.dir=../briar-api/src:../briar-core/src:src
    api.jar.libs.dir=../briar-api/libs
    core.jar.libs.dir=../briar-core/libs
    
    # You can also use it define how the release builds are signed by declaring
    # the following properties:
    #  'key.store' for the location of your keystore and
    #  'key.alias' for the name of the key to use.
    # The password will be asked during the build when you use the 'release' target.