2014-11-05 16:02:51 -05:00
|
|
|
###############################################################################
|
|
|
|
# Copyright (c) 2015 RedHat, Inc. and others.
|
2018-11-20 13:02:15 +00:00
|
|
|
#
|
|
|
|
# This program and the accompanying materials
|
|
|
|
# are made available under the terms of the Eclipse Public License 2.0
|
2014-11-05 16:02:51 -05:00
|
|
|
# which accompanies this distribution, and is available at
|
2018-11-20 13:02:15 +00:00
|
|
|
# https://www.eclipse.org/legal/epl-2.0/
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: EPL-2.0
|
2018-11-22 23:46:49 +00:00
|
|
|
#
|
2014-11-05 16:02:51 -05:00
|
|
|
# Contributors:
|
|
|
|
# Red Hat Incorporated - initial API and implementation
|
|
|
|
###############################################################################
|
|
|
|
source.. = src/
|
|
|
|
output.. = bin/
|
|
|
|
bin.includes = META-INF/,\
|
|
|
|
.,\
|
2016-04-04 11:07:13 +01:00
|
|
|
projects/,\
|
2014-11-05 16:02:51 -05:00
|
|
|
plugin.properties,\
|
|
|
|
about.html
|
2019-10-12 17:56:52 +02:00
|
|
|
src.includes = about.html
|