2015-04-24 19:38:08 -04:00
|
|
|
###############################################################################
|
|
|
|
# Copyright (c) 2015 Red Hat 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
|
2015-04-24 19:38:08 -04: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
|
2015-04-24 19:38:08 -04:00
|
|
|
#
|
|
|
|
# Contributors:
|
|
|
|
# Red Hat Inc. - initial API and implementation
|
|
|
|
###############################################################################
|
|
|
|
source.. = src/
|
|
|
|
output.. = bin/
|
|
|
|
bin.includes = plugin.xml,\
|
|
|
|
META-INF/,\
|
|
|
|
.,\
|
|
|
|
plugin.properties,\
|
|
|
|
about.html,\
|
2020-01-06 13:54:46 -05:00
|
|
|
icons/,\
|
|
|
|
cdt_logo_icon32.png,\
|
|
|
|
about.properties,\
|
|
|
|
about.mappings,\
|
|
|
|
about.ini
|
2019-10-12 17:56:52 +02:00
|
|
|
src.includes = about.html
|