#
# Copyright (c) 2015 Christian W. Damus and others.
# 
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
#   Christian W. Damus - Initial API and implementation
#

#
# Manifest of bundles and bundle-name patterns that are excluded
# from API Analysis.
#
# Patterns are Java-style regular expressions prefixed by "R:".
# (This is the file format used by PDE API Tools, so this file
# could be re-used if necessary in an Ant script).
#

# Don't anaylyze non-Papyrus bundles
R:^(?!org\.eclipse\.papyrus\.).*

# Don't analyze test bundles
R:.*\.tests?\b
R:.*\.junit?\b

# Don't analyze developer bundles
org.eclipse.papyrus.dev.feature
org.eclipse.papyrus.codegen
org.eclipse.papyrus.dev.assistants.codegen
org.eclipse.papyrus.dev.java.utils
org.eclipse.papyrus.dev.project.management
org.eclipse.papyrus.developer.profile
org.eclipse.papyrus.domaincodegen.ui
org.eclipse.papyrus.domaincontextcodegen
org.eclipse.papyrus.domaincontextcodegen.edit
org.eclipse.papyrus.domaincontextcodegen.editor
org.eclipse.papyrus.elementtypesconfigurations.developer
org.eclipse.papyrus.gmf.editpartview
org.eclipse.papyrus.gmf.editpoliciesstates
org.eclipse.papyrus.gmf.figureview
org.eclipse.papyrus.gmfgenextension
org.eclipse.papyrus.infra.emf.commandstack
org.eclipse.papyrus.mwe2.utils
org.eclipse.papyrus.releng.tools
org.eclipse.papyrus.uml.developer.mde
