blob: 16b508eee6a0428ba1d8318c3efdc2f700150661 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#javac.compilerargs=-Xlint:unchecked
nbroot=../..
javac.source=1.8
javadoc.name=Java Source
javadoc.title=Java Source
javadoc.arch=${basedir}/arch.xml
javadoc.apichanges=${basedir}/apichanges.xml
spec.version.base=0.168.1
test.qa-functional.cp.extra=${refactoring.java.dir}/modules/ext/nb-javac-api.jar
test.unit.run.cp.extra=${o.n.core.dir}/core/core.jar:\
${o.n.core.dir}/lib/boot.jar:\
${editor.mimelookup.impl.dir}/modules/org-netbeans-modules-editor-mimelookup-impl.jar
# requires nb.javac for compiling of tests on Mac
requires.nb.javac=true
test.config.generate.includes=\
**/SourceGeneratingSuite.class
test.config.gui.includes=\
**/GuiSuite.class
test.config.hints.includes=\
**/HintsSuite.class
test.config.parser.includes=\
**/ParserTest.class
test.config.rename.includes=\
**/InstantRename.class
test.config.stable.includes=\
**/StableSuite.class
# timeout 60minutes for all java tests
test.timeout=3600000
test.config.jet-main.includes=\
org/netbeans/modules/java/JavaNodeTest.class,\
**/UiUtilsTest.class