mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
18 lines
813 B
Properties
18 lines
813 B
Properties
branding.token=autopsy
|
|
nbjdk.active=default
|
|
# Version of platform that is automatically downloaded
|
|
# IMPORTANT: autopsy/build.xml has a netbeans-plat-version property that MUST be kept in sync (manually)
|
|
netbeans-plat-version=11.3
|
|
suite.dir=${basedir}
|
|
|
|
nbplatform.active=download
|
|
nbplatform.active.dir=${suite.dir}/netbeans-plat/${netbeans-plat-version}
|
|
harness.dir=${nbplatform.active.dir}/harness
|
|
bootstrap.url=https://netbeans-vm1.apache.org/uc/${netbeans-plat-version}/tasks.jar
|
|
# Where we get the platform from. To see what versions are available, open URL in browser up to the .../updates part of the URL
|
|
autoupdate.catalog.url=https://netbeans-vm1.apache.org/uc/${netbeans-plat-version}/updates.xml.gz
|
|
cluster.path=\
|
|
${nbplatform.active.dir}/platform:\
|
|
CoreTestLibs/build/cluster
|
|
disabled.modules=
|