mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 14:12:10 +02:00
27 lines
958 B
Properties
27 lines
958 B
Properties
###############################################################################
|
|
# Copyright (c) 2015-2020 QNX Software Systems and others.
|
|
#
|
|
# This program and the accompanying materials
|
|
# are made available under the terms of the Eclipse Public License 2.0
|
|
# which accompanies this distribution, and is available at
|
|
# https://www.eclipse.org/legal/epl-2.0/
|
|
#
|
|
# SPDX-License-Identifier: EPL-2.0
|
|
#
|
|
# Contributors:
|
|
# QNX Software Systems - initial API and implementation
|
|
# Alexander Fedorov <alexander.fedorov@arsysop.ru> - ongoing support
|
|
###############################################################################
|
|
|
|
bin.includes = META-INF/,\
|
|
.,\
|
|
plugin.xml,\
|
|
icons/,\
|
|
about.html,\
|
|
plugin.properties,\
|
|
cdt_logo_icon32.png,\
|
|
about.ini,\
|
|
about.mappings,\
|
|
about.properties
|
|
source.. = src/
|
|
src.includes = about.html
|