blob: 1940d0662e019289580d555e3ed44ac600d7bcf1 [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.
antsrc.cp=\
${ant.core.lib}:\
${core.startup.dir}/core/core.jar
requires.nb.javac=true
javac.compilerargs=-Xlint -Xlint:-serial
javac.source=1.8
javadoc.arch=${basedir}/arch.xml
test-unit-sys-prop.test.nbroot=${nb_all}
test-unit-sys-prop.test.netbeans.dest.dir=${netbeans.dest.dir}
test-unit-sys-prop.java.awt.headless=true
test.config.stableBTD.includes=**/*Test.class
test.config.stableBTD.excludes=\
**/AccessibilityQueryImplTest.class,\
**/AntArtifactProviderImplTest.class,\
**/ApisupportAntUtilsTest.class,\
**/AvoidModuleListInProjectConstructorTest.class,\
**/BrandingSupportTest.class,\
**/BuildZipDistributionTest.class,\
**/ClassPathProviderImplTest.class,\
**/CustomizerLibrariesTest.class,\
**/EvaluatorTest.class,\
**/GlobalJavadocForBinaryImplTest.class,\
**/GlobalSourceForBinaryImplTest.class,\
**/Issue167725DeadlockTest.class,\
**/JavadocForBinaryImplTest.class,\
**/ModuleActionsTest.class,\
**/ModuleListTest.class,\
**/ModuleTypePanelTest.class,\
**/NbModuleProjectTest.class,\
**/ProjectXMLManagerTest.class,\
**/SingleModulePropertiesTest.class,\
**/SourceForBinaryImplTest.class,\
**/SourceLevelQueryImplTest.class,\
**/SubprojectProviderImplTest.class,\
**/SuiteOperationsTest.class,\
**/TestEntryTest.class,\
**/UnitTestForSourceQueryImplTest.class,\
**/UpdateTrackingFileOwnerQueryTest.class