mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00

Conflicts: ImageGallery/src/org/sleuthkit/autopsy/imagegallery/gui/drawableviews/DrawableTile.java ImageGallery/src/org/sleuthkit/autopsy/imagegallery/gui/drawableviews/DrawableTileBase.java
21 lines
1001 B
Properties
21 lines
1001 B
Properties
branding.token=autopsy
|
|
nbjdk.active=JDK_1.8u40x64
|
|
# Version of platform that is automatically downloaded
|
|
# Note build.xml has similar definitions that should be kept in sync (manually)
|
|
netbeans-plat-version=7.3.1
|
|
suite.dir=${basedir}
|
|
nbplatform.active.dir=${suite.dir}/netbeans-plat/${netbeans-plat-version}
|
|
harness.dir=${nbplatform.active.dir}/harness
|
|
bootstrap.url=http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/lastStableBuild/artifact/nbbuild/netbeans/harness/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=http://updates.netbeans.org/netbeans/updates/${netbeans-plat-version}/uc/final/distribution/catalog.xml.gz
|
|
cluster.path=\
|
|
${nbplatform.active.dir}/harness:\
|
|
${nbplatform.active.dir}/java:\
|
|
${nbplatform.active.dir}/platform
|
|
disabled.modules=\
|
|
org.netbeans.modules.jellytools.java,\
|
|
org.netbeans.modules.junit,\
|
|
org.netbeans.modules.whitelist
|
|
|