# Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this # particular file as subject to the "Classpath" exception as provided # by Oracle in the LICENSE file that accompanied this code. # # This code is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # version 2 for more details (a copy is included in the LICENSE file that # accompanied this code). # # You should have received a copy of the GNU General Public License version # 2 along with this work; if not, write to the Free Software Foundation, # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. # # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA # or visit www.oracle.com if you need additional information or have any annotation.processing.enabled=true annotation.processing.enabled.in.editor=false annotation.processing.processors.list= annotation.processing.run.all.processors=true annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output application.title=SharedTestUtilsOpen application.vendor=sg155630 build.classes.dir=${build.dir}/classes build.classes.excludes=**/*.java,**/*.form # This directory is removed when the project is cleaned: build.dir=build build.generated.dir=${build.dir}/generated build.generated.sources.dir=${build.dir}/generated-sources # Only compile against the classpath explicitly listed here: build.sysclasspath=ignore build.test.classes.dir=${build.dir}/test/classes build.test.results.dir=${build.dir}/test/results # Uncomment to specify the preferred debugger connection transport: #debug.transport=dt_socket debug.classpath=\ ${run.classpath} debug.test.classpath=\ ${run.test.classpath} # This directory is removed when the project is cleaned: dist.dir=dist dist.jar=${dist.dir}/SharedTestUtilsOpen.jar dist.javadoc.dir=${dist.dir}/javadoc endorsed.classpath= excludes= file.reference.JemmyAWT.jar=../lib/JemmyAWT.jar file.reference.JemmySWT.jar=../lib/JemmySWT.jar file.reference.swt.jar=../lib/swt.jar project.GlassImage=../Jemmy/GlassImage project.GlassRobot=../Jemmy/GlassRobot project.JemmyFX=../Jemmy/JemmyFX project.JemmyFXBrowser=../Jemmy/JemmyFXBrowser reference.GlassImage.jar=${project.GlassImage}/dist/GlassImage.jar reference.GlassRobot.jar=${project.GlassRobot}/dist/GlassRobot.jar reference.JemmyFX.jar=${project.JemmyFX}/dist/JemmyFX.jar reference.JemmyFXBrowser.jar=${project.JemmyFXBrowser}/dist/JemmyFXBrowser.jar file.reference.JemmyAWTInput.jar=../Jemmy/jemmy_core/JemmyAWTInput.jar file.reference.JemmyBrowser.jar=../Jemmy/jemmy_core/JemmyBrowser.jar file.reference.JemmyCore.jar=../Jemmy/jemmy_core/JemmyCore.jar file.reference.JemmySupport.jar=../Jemmy/jemmy_core/JemmySupport.jar file.reference.junit.jar=../Jemmy/jemmy_core/junit.jar file.reference.jfxrt.jar=${java.home}/lib/ext/jfxrt.jar file.reference.jfxswt.jar=${java.home}/lib/javafx-swt.jar includes=** jar.archive.disabled=${jnlp.enabled} jar.compress=false jar.index=${jnlp.enabled} javac.classpath=\ ${file.reference.JemmyAWT.jar}:\ ${file.reference.JemmyAWTInput.jar}:\ ${file.reference.JemmyBrowser.jar}:\ ${file.reference.JemmyCore.jar}:\ ${file.reference.JemmySWT.jar}:\ ${file.reference.JemmySupport.jar}:\ ${file.reference.jfxrt.jar}:\ ${file.reference.jfxswt.jar}:\ ${file.reference.junit.jar}:\ ${file.reference.swt.jar}:\ ${reference.GlassImage.jar}:\ ${reference.GlassRobot.jar}:\ ${reference.JemmyFX.jar}:\ ${reference.JemmyFXBrowser.jar} # Space-separated list of extra javac options javac.compilerargs= javac.deprecation=false javac.processorpath=\ ${javac.classpath} javac.source=1.8 javac.target=1.8 javac.test.classpath=\ ${javac.classpath}:\ ${build.classes.dir} javac.test.processorpath=\ ${javac.test.classpath} javadoc.additionalparam= javadoc.author=false javadoc.encoding=${source.encoding} javadoc.noindex=false javadoc.nonavbar=false javadoc.notree=false javadoc.private=false javadoc.splitindex=true javadoc.use=true javadoc.version=false javadoc.windowtitle= jnlp.codebase.type=no.codebase jnlp.descriptor=application jnlp.enabled=false jnlp.mixed.code=default jnlp.offline-allowed=false jnlp.signed=false jnlp.signing= jnlp.signing.alias= jnlp.signing.keystore= main.class= manifest.file=manifest.mf meta.inf.dir=${src.dir}/META-INF mkdist.disabled=true platform.active=default_platform run.classpath=\ ${javac.classpath}:\ ${build.classes.dir} # Space-separated list of JVM arguments used when running the project # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value # or test-sys-prop.name=value to set system properties for unit tests): run.test.classpath=\ ${javac.test.classpath}:\ ${build.test.classes.dir} source.encoding=UTF-8 src.dir=src test.src.dir=test