1 annotation.processing.enabled=true
   2 annotation.processing.enabled.in.editor=false
   3 annotation.processing.processors.list=
   4 annotation.processing.run.all.processors=true
   5 annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
   6 application.title=systemTests
   7 application.vendor=kcr
   8 build.classes.dir=${build.dir}/classes
   9 build.classes.excludes=**/*.java,**/*.form
  10 # This directory is removed when the project is cleaned:
  11 build.dir=build
  12 build.generated.dir=${build.dir}/generated
  13 build.generated.sources.dir=${build.dir}/generated-sources
  14 # Only compile against the classpath explicitly listed here:
  15 build.sysclasspath=ignore
  16 build.test.classes.dir=${build.dir}/test/classes
  17 build.test.results.dir=${build.dir}/test/results
  18 # Uncomment to specify the preferred debugger connection transport:
  19 #debug.transport=dt_socket
  20 debug.classpath=\
  21     ${run.classpath}
  22 debug.test.classpath=\
  23     ${run.test.classpath}
  24 # This directory is removed when the project is cleaned:
  25 dist.dir=dist
  26 dist.jar=${dist.dir}/systemTests.jar
  27 dist.javadoc.dir=${dist.dir}/javadoc
  28 endorsed.classpath=
  29 excludes=
  30 file.reference.classes-test=../../modules/javafx.base/build/classes/test/
  31 file.reference.classes-test-1=../../modules/javafx.graphics/build/classes/test/
  32 file.reference.jfxrt.jar=../../build/sdk/lib/jfxrt.jar
  33 file.reference.test-java=../../tests/system/src/test/java
  34 file.reference.test-resources=../../tests/system/src/test/resources
  35 includes=**
  36 jar.compress=false
  37 javac.classpath=\
  38     ${file.reference.jfxrt.jar}
  39 # Space-separated list of extra javac options
  40 javac.compilerargs=-XDignore.symbol.file
  41 javac.deprecation=false
  42 javac.processorpath=\
  43     ${javac.classpath}
  44 javac.source=1.8
  45 javac.target=1.8
  46 javac.test.classpath=\
  47     ${javac.classpath}:\
  48     ${build.classes.dir}:\
  49     ${libs.junit.classpath}:\
  50     ${libs.junit_4.classpath}:\
  51     ${file.reference.classes-test}:\
  52     ${file.reference.classes-test-1}
  53 javac.test.processorpath=\
  54     ${javac.test.classpath}
  55 javadoc.additionalparam=
  56 javadoc.author=false
  57 javadoc.encoding=${source.encoding}
  58 javadoc.noindex=false
  59 javadoc.nonavbar=false
  60 javadoc.notree=false
  61 javadoc.private=false
  62 javadoc.splitindex=true
  63 javadoc.use=true
  64 javadoc.version=false
  65 javadoc.windowtitle=
  66 main.class=
  67 manifest.file=manifest.mf
  68 meta.inf.dir=${src.dir}/META-INF
  69 mkdist.disabled=false
  70 platform.active=JDK_1.8
  71 run.classpath=\
  72     ${javac.classpath}:\
  73     ${build.classes.dir}
  74 # Space-separated list of JVM arguments used when running the project.
  75 # You may also define separate properties like run-sys-prop.name=value instead of -Dname=value.
  76 # To set system properties for unit tests define test-sys-prop.name=value:
  77 run.jvmargs=
  78 run.test.classpath=\
  79     ${javac.test.classpath}:\
  80     ${build.test.classes.dir}
  81 source.encoding=UTF-8
  82 test.java.dir=${file.reference.test-java}
  83 test.resources.dir=${file.reference.test-resources}