mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00

Change-Id: Id6e1a3c4aa94bf242efd62a28f5ca9de7d64f699 Signed-off-by: Torbjörn Svensson <azoff@svenskalinuxforeningen.se>
21 lines
728 B
Properties
Executable file
21 lines
728 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/
|
|
output.. = bin/
|
|
bin.includes = META-INF/,\
|
|
.,\
|
|
plugin.properties,\
|
|
about.html
|
|
src.includes = about.html
|