# 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.

# List of patterns (one per line) to skip over in VerifyLibsAndLicenses.testNoStrayThirdPartyBinaries.
# Uses standard Ant pattern syntax, in ${nb_all} among modules included in cluster config.
# Implicit includes is **/*.jar,**/*.zip.
# Only files under version control will be checked, so no need to exclude build products.

# General subdirs not used in the build:
**/test/
*/www/

#verify if templates are Sun owned or under which license are distributed
projectimport/bluej/src/org/netbeans/bluej/EmptyBluejProject.zip

#OK
j2me.cdc.project.ricoh/external/samples/*
#consider consolidation
vmd.components.*/*/dist/*

# Samples (should probably be packed during build instead):
swingapp/src/org/netbeans/modules/swingapp/resources/*App.zip

#not 100% sure for this entry, but probably OK
web.core.syntax/tlddoc/

# Not used by the build:
performance/performancetestutilities/

# Seems harmless:
j2ee.sun.appsrv81/src/org/netbeans/modules/j2ee/sun/ide/j2ee/db/pointbasescripts.zip

# Sample database:
derby/release/modules/ext/derbysampledb.zip

# Not distributed with product, only used during build:
nbbuild/external/apitest*.jar

# Build by NetBeans team
mobility.databindingme/lib/*

# special prebuilt binaries
# TODO: should be removed eventually:
lib.terminalemulator/examples/lib.richexecution/process_start-*.zip

# Gradle Wrapper, used by the Gradle tooling build, but not distributed
extide/gradle/netbeans-gradle-tooling/gradle/wrapper/gradle-wrapper.jar

# Gradle NetBeans Tooling, built by Gradle, so it is not recognized
extide/gradle/release/modules/gradle/netbeans-gradle-tooling.jar

# ide.launcher is a special semi-module, does not have nbproject/project.xml, so is not recognized:
nb/ide.launcher/external/launchers-10.0.zip

# webcommon/libs.oracle.jsparser builds a test-only binaries into build/webcommon. Not distributed.
contrib/libs.oracle.jsparser/build/webcommon/**

#only used to build installers
nbbuild/installer/mac/newbuild/dmg/template.sparseimage.bz2

# Used in a pure ant project (installer), so not identified as a project
nbbuild/installer/jnlp/external/*
