1 # Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
   2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   3 #
   4 # This code is free software; you can redistribute it and/or modify it
   5 # under the terms of the GNU General Public License version 2 only, as
   6 # published by the Free Software Foundation. Oracle designates this
   7 # particular file as subject to the "Classpath" exception as provided
   8 # by Oracle in the LICENSE file that accompanied this code.
   9 #
  10 # This code is distributed in the hope that it will be useful, but WITHOUT
  11 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  12 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
  13 # version 2 for more details (a copy is included in the LICENSE file that
  14 # accompanied this code).
  15 #
  16 # You should have received a copy of the GNU General Public License version
  17 # 2 along with this work; if not, write to the Free Software Foundation,
  18 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  19 #
  20 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  21 # or visit www.oracle.com if you need additional information or have any
  22 annotation.processing.enabled=true
  23 annotation.processing.enabled.in.editor=false
  24 annotation.processing.processors.list=
  25 annotation.processing.run.all.processors=true
  26 annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
  27 application.title=SharedTestUtilsOpen
  28 application.vendor=sg155630
  29 build.classes.dir=${build.dir}/classes
  30 build.classes.excludes=**/*.java,**/*.form
  31 # This directory is removed when the project is cleaned:
  32 build.dir=build
  33 build.generated.dir=${build.dir}/generated
  34 build.generated.sources.dir=${build.dir}/generated-sources
  35 # Only compile against the classpath explicitly listed here:
  36 build.sysclasspath=ignore
  37 build.test.classes.dir=${build.dir}/test/classes
  38 build.test.results.dir=${build.dir}/test/results
  39 # Uncomment to specify the preferred debugger connection transport:
  40 #debug.transport=dt_socket
  41 debug.classpath=\
  42     ${run.classpath}
  43 debug.test.classpath=\
  44     ${run.test.classpath}
  45 # This directory is removed when the project is cleaned:
  46 dist.dir=dist
  47 dist.jar=${dist.dir}/SharedTestUtilsOpen.jar
  48 dist.javadoc.dir=${dist.dir}/javadoc
  49 endorsed.classpath=
  50 excludes=
  51 file.reference.JemmyAWT.jar=../lib/JemmyAWT.jar
  52 file.reference.JemmySWT.jar=../lib/JemmySWT.jar
  53 file.reference.swt.jar=../lib/swt.jar
  54 project.GlassImage=../Jemmy/GlassImage
  55 project.GlassRobot=../Jemmy/GlassRobot
  56 project.JemmyFX=../Jemmy/JemmyFX
  57 project.JemmyFXBrowser=../Jemmy/JemmyFXBrowser
  58 reference.GlassImage.jar=${project.GlassImage}/dist/GlassImage.jar
  59 reference.GlassRobot.jar=${project.GlassRobot}/dist/GlassRobot.jar
  60 reference.JemmyFX.jar=${project.JemmyFX}/dist/JemmyFX.jar
  61 reference.JemmyFXBrowser.jar=${project.JemmyFXBrowser}/dist/JemmyFXBrowser.jar
  62 file.reference.JemmyAWTInput.jar=../Jemmy/jemmy_core/JemmyAWTInput.jar
  63 file.reference.JemmyBrowser.jar=../Jemmy/jemmy_core/JemmyBrowser.jar
  64 file.reference.JemmyCore.jar=../Jemmy/jemmy_core/JemmyCore.jar
  65 file.reference.JemmySupport.jar=../Jemmy/jemmy_core/JemmySupport.jar
  66 file.reference.junit.jar=../Jemmy/jemmy_core/junit.jar
  67 file.reference.jfxrt.jar=${java.home}/lib/ext/jfxrt.jar
  68 file.reference.jfxswt.jar=${java.home}/lib/javafx-swt.jar
  69 includes=**
  70 jar.archive.disabled=${jnlp.enabled}
  71 jar.compress=false
  72 jar.index=${jnlp.enabled}
  73 javac.classpath=\
  74     ${file.reference.JemmyAWT.jar}:\
  75     ${file.reference.JemmyAWTInput.jar}:\
  76     ${file.reference.JemmyBrowser.jar}:\
  77     ${file.reference.JemmyCore.jar}:\
  78     ${file.reference.JemmySWT.jar}:\
  79     ${file.reference.JemmySupport.jar}:\
  80     ${file.reference.jfxrt.jar}:\
  81     ${file.reference.jfxswt.jar}:\
  82     ${file.reference.junit.jar}:\
  83     ${file.reference.swt.jar}:\
  84     ${reference.GlassImage.jar}:\
  85     ${reference.GlassRobot.jar}:\
  86     ${reference.JemmyFX.jar}:\
  87     ${reference.JemmyFXBrowser.jar}
  88 # Space-separated list of extra javac options
  89 javac.compilerargs=
  90 javac.deprecation=false
  91 javac.processorpath=\
  92     ${javac.classpath}
  93 javac.source=1.8
  94 javac.target=1.8
  95 javac.test.classpath=\
  96     ${javac.classpath}:\
  97     ${build.classes.dir}
  98 javac.test.processorpath=\
  99     ${javac.test.classpath}
 100 javadoc.additionalparam=
 101 javadoc.author=false
 102 javadoc.encoding=${source.encoding}
 103 javadoc.noindex=false
 104 javadoc.nonavbar=false
 105 javadoc.notree=false
 106 javadoc.private=false
 107 javadoc.splitindex=true
 108 javadoc.use=true
 109 javadoc.version=false
 110 javadoc.windowtitle=
 111 jnlp.codebase.type=no.codebase
 112 jnlp.descriptor=application
 113 jnlp.enabled=false
 114 jnlp.mixed.code=default
 115 jnlp.offline-allowed=false
 116 jnlp.signed=false
 117 jnlp.signing=
 118 jnlp.signing.alias=
 119 jnlp.signing.keystore=
 120 main.class=
 121 manifest.file=manifest.mf
 122 meta.inf.dir=${src.dir}/META-INF
 123 mkdist.disabled=true
 124 platform.active=default_platform
 125 run.classpath=\
 126     ${javac.classpath}:\
 127     ${build.classes.dir}
 128 # Space-separated list of JVM arguments used when running the project
 129 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
 130 # or test-sys-prop.name=value to set system properties for unit tests):
 131 run.test.classpath=\
 132     ${javac.test.classpath}:\
 133     ${build.test.classes.dir}
 134 source.encoding=UTF-8
 135 src.dir=src
 136 test.src.dir=test