Skip to content
Snippets Groups Projects
Select Git revision
  • f69f6b3d43eaf1f680fe333954baccd94d752af6
  • master default
  • replace_gradle_witness
  • fix_nonlocalized_timestamp
  • fileStorage
  • implement-chunking
  • upgrade_roboletric_to_401
  • implement-mailbox-contact-sessions
  • 541-faster-retransmission-eta
  • add_special_purpose_contacts
  • mailbox-b
  • mailbox
  • mailbox-jd
  • implement_mailbox_connection_manager
  • 1343-vanniktech-emoji
  • 541-allow-retransmission-if-faster
  • asp-temp
  • fix_performance_test_db
  • 514-allow-retransmissions-using-lower-latency-transports
  • implement-SyncSession-writer-error-handling
  • add_special_purpose_contacts_refactored
  • beta-0.16.16
  • beta-0.16.10
  • beta-0.16.11
  • beta-0.16.12
  • beta-0.16.13
  • beta-0.16.14
  • beta-0.16.15
  • beta-0.16.9
  • beta-0.16.1
  • beta-0.16.2
  • beta-0.16.3
  • beta-0.16.4
  • beta-0.16.5
  • beta-0.16.6
  • beta-0.16.7
  • beta-0.16.8
37 results

unzipsfx.exe

Blame
  • Forked from briar / briar
    Source project has a limited visibility.
    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.