| # 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. |
| |
| build.compiler.deprecation=false |
| javac.compilerargs=-Xlint -Xlint:-serial |
| javac.source=1.8 |
| |
| hibernate.test.dir=${nb_all}/contrib/hibernate/test |
| |
| spec.version.base=1.35.0 |
| |
| test.unit.cp.extra=\ |
| ${nb_all}/libs.junit4/external/junit-4.12.jar:\ |
| ${hibernate.test.dir}/unit/data/db-derby-10.2.2.0-bin/lib/derbyclient.jar:\ |
| ${hibernate.test.dir}/unit/data/db-derby-10.2.2.0-bin/lib/derby.jar:\ |
| ${hibernate.test.dir}/unit/data/db-derby-10.2.2.0-bin/lib/derbytools.jar:\ |
| ${hibernate.test.dir}/unit/data/db-derby-10.2.2.0-bin/lib/derbynet.jar |
| |
| test.config.stableBTD.includes=**/*Test.class |
| test.config.stableBTD.excludes=\ |
| **/HibernateCfgCompletionManagerTest.class,\ |
| **/HibernateCfgHyperlinkProviderTest.class,\ |
| **/HibernateEnvironmentTest.class,\ |
| **/HibernateMappingCompletionManagerTest.class,\ |
| **/HibernateMappingHyperlinkProviderTest.class |
| |
| cp.extra=${tools.jar} |
| requires.nb.javac=true |