blob: b686ba6462c91390e4af9a0f9fc0816e8c09da51 [file] [log] [blame]
Stephan Herrmannbe6c0ea2010-04-01 21:59:30 +00001###############################################################################
Stephan Herrmannd4cbc682016-10-28 20:51:00 +02002# Copyright (c) 2000, 2016 IBM Corporation and others.
Stephan Herrmanna441c702018-10-14 17:51:04 +02003#
4# This program and the accompanying materials
5# are made available under the terms of the Eclipse Public License 2.0
Stephan Herrmannbe6c0ea2010-04-01 21:59:30 +00006# which accompanies this distribution, and is available at
Stephan Herrmanna441c702018-10-14 17:51:04 +02007# https://www.eclipse.org/legal/epl-2.0/
8#
9# SPDX-License-Identifier: EPL-2.0
Stephan Herrmannbe6c0ea2010-04-01 21:59:30 +000010#
11# Contributors:
12# IBM Corporation - initial API and implementation
Stephan Herrmann7941b7c2013-11-03 16:07:28 +010013# Red Hat Inc. (mistria) - Avoid nested jars
Stephan Herrmannbe6c0ea2010-04-01 21:59:30 +000014###############################################################################
15bin.includes = plugin.xml,\
16 plugin.properties,\
17 test.xml,\
18 about.html,\
Stephan Herrmann7941b7c2013-11-03 16:07:28 +010019 .,\
Stephan Herrmannbe6c0ea2010-04-01 21:59:30 +000020 JCL/,\
21 workspace/,\
22 META-INF/
23src.includes = about.html
Stephan Herrmann7941b7c2013-11-03 16:07:28 +010024source.. = src/
25output.. = bin/
Stephan Herrmannd4cbc682016-10-28 20:51:00 +020026javacWarnings..=+fieldHiding,-unavoidableGenericProblems