mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 22:22:11 +02:00
29 lines
961 B
Properties
Executable file
29 lines
961 B
Properties
Executable file
###############################################################################
|
|
# Copyright (c) 2012 Tilera Corporation 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:
|
|
# William R. Swanson (Tilera Corporation)
|
|
###############################################################################
|
|
source.. = src/,\
|
|
resources/
|
|
src.includes = schema/,\
|
|
about.html
|
|
output.. = bin/
|
|
bin.includes = META-INF/,\
|
|
.,\
|
|
plugin.properties,\
|
|
about.html,\
|
|
icons/,\
|
|
plugin.xml,\
|
|
about.ini,\
|
|
about.mappings,\
|
|
about.properties,\
|
|
cdt_logo_icon32.png
|
|
src.includes = about.html
|