mirror of
https://github.com/elisspace/autopsy.git
synced 2026-09-25 12:07:05 +00:00
31 lines
1.4 KiB
Properties
31 lines
1.4 KiB
Properties
branding.token=autopsy
|
|
# Version of platform that is automatically downloaded
|
|
# Note build.xml has similar definitions that should be kept in sync (manually)
|
|
netbeans-plat-version=8.0.2
|
|
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.api.maven,\
|
|
org.netbeans.libs.javafx,\
|
|
org.netbeans.modules.debugger.jpda.js,\
|
|
org.netbeans.modules.hibernate4lib,\
|
|
org.netbeans.modules.java.j2sedeploy,\
|
|
org.netbeans.modules.java.j2seembedded,\
|
|
org.netbeans.modules.java.j2seprofiles,\
|
|
org.netbeans.modules.java.metrics,\
|
|
org.netbeans.modules.javaee.injection,\
|
|
org.netbeans.modules.jellytools.java,\
|
|
org.netbeans.modules.junit,\
|
|
org.netbeans.modules.nashorn.execution,\
|
|
org.netbeans.modules.performance,\
|
|
org.netbeans.modules.whitelist
|
|
|