blob: 4d8be1d04cf52809f5b19f4d796de7a5c8ad5c4b [file] [log] [blame]
Stephan Herrmann5ed21e42010-04-01 21:40:57 +00001###############################################################################
Stephan Herrmann7941b7c2013-11-03 16:07:28 +01002# Copyright (c) 2000, 2013 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 Herrmann5ed21e42010-04-01 21:40:57 +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 Herrmann5ed21e42010-04-01 21:40:57 +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 Herrmann5ed21e42010-04-01 21:40:57 +000014###############################################################################
15bin.includes = test.xml,\
16 about.html,\
Stephan Herrmann7941b7c2013-11-03 16:07:28 +010017 .,\
Stephan Herrmann5ed21e42010-04-01 21:40:57 +000018 META-INF/,\
Stephan Herrmannb9e10522012-03-15 21:24:23 +010019 plugin.properties,\
20 workspace/
Stephan Herrmann7941b7c2013-11-03 16:07:28 +010021source.. = src/
22output.. = bin/
Stephan Herrmann5ed21e42010-04-01 21:40:57 +000023src.includes = about.html
Stephan Herrmanne7ed9b32020-08-23 22:23:47 +020024
25javacProjectSettings=true