blob: 6a1866abc41ca0be7579be9abc5c3e1ba44bf5d2 [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 Herrmannbe6c0ea2010-04-01 21:59:30 +00003# All rights reserved. This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License v1.0
5# which accompanies this distribution, and is available at
6# http://www.eclipse.org/legal/epl-v10.html
7#
8# Contributors:
9# IBM Corporation - initial API and implementation
Stephan Herrmann7941b7c2013-11-03 16:07:28 +010010# Red Hat Inc. (mistria) - Avoid nested jars
Stephan Herrmannbe6c0ea2010-04-01 21:59:30 +000011###############################################################################
12bin.includes = plugin.xml,\
13 plugin.properties,\
14 test.xml,\
15 about.html,\
Stephan Herrmann7941b7c2013-11-03 16:07:28 +010016 .,\
Stephan Herrmannbe6c0ea2010-04-01 21:59:30 +000017 JCL/,\
18 workspace/,\
19 META-INF/
20src.includes = about.html
Stephan Herrmann7941b7c2013-11-03 16:07:28 +010021source.. = src/
22output.. = bin/
Stephan Herrmannd4cbc682016-10-28 20:51:00 +020023javacWarnings..=+fieldHiding,-unavoidableGenericProblems