Stephan Herrmann | be6c0ea | 2010-04-01 21:59:30 +0000 | [diff] [blame] | 1 | ############################################################################### |
Stephan Herrmann | d4cbc68 | 2016-10-28 20:51:00 +0200 | [diff] [blame] | 2 | # Copyright (c) 2000, 2016 IBM Corporation and others. |
Stephan Herrmann | a441c70 | 2018-10-14 17:51:04 +0200 | [diff] [blame] | 3 | # |
| 4 | # This program and the accompanying materials |
| 5 | # are made available under the terms of the Eclipse Public License 2.0 |
Stephan Herrmann | be6c0ea | 2010-04-01 21:59:30 +0000 | [diff] [blame] | 6 | # which accompanies this distribution, and is available at |
Stephan Herrmann | a441c70 | 2018-10-14 17:51:04 +0200 | [diff] [blame] | 7 | # https://www.eclipse.org/legal/epl-2.0/ |
| 8 | # |
| 9 | # SPDX-License-Identifier: EPL-2.0 |
Stephan Herrmann | be6c0ea | 2010-04-01 21:59:30 +0000 | [diff] [blame] | 10 | # |
| 11 | # Contributors: |
| 12 | # IBM Corporation - initial API and implementation |
Stephan Herrmann | 7941b7c | 2013-11-03 16:07:28 +0100 | [diff] [blame] | 13 | # Red Hat Inc. (mistria) - Avoid nested jars |
Stephan Herrmann | be6c0ea | 2010-04-01 21:59:30 +0000 | [diff] [blame] | 14 | ############################################################################### |
| 15 | bin.includes = plugin.xml,\ |
| 16 | plugin.properties,\ |
| 17 | test.xml,\ |
| 18 | about.html,\ |
Stephan Herrmann | 7941b7c | 2013-11-03 16:07:28 +0100 | [diff] [blame] | 19 | .,\ |
Stephan Herrmann | be6c0ea | 2010-04-01 21:59:30 +0000 | [diff] [blame] | 20 | JCL/,\ |
| 21 | workspace/,\ |
| 22 | META-INF/ |
| 23 | src.includes = about.html |
Stephan Herrmann | 7941b7c | 2013-11-03 16:07:28 +0100 | [diff] [blame] | 24 | source.. = src/ |
| 25 | output.. = bin/ |
Stephan Herrmann | d4cbc68 | 2016-10-28 20:51:00 +0200 | [diff] [blame] | 26 | javacWarnings..=+fieldHiding,-unavoidableGenericProblems |