2009-04-24 06:05:28 +00:00
|
|
|
################################################################################
|
|
|
|
# Copyright (c) 2009 Wind River Systems, 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
|
2009-04-24 06:05:28 +00: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
|
2009-04-24 06:05:28 +00:00
|
|
|
#
|
|
|
|
# Contributors:
|
2018-11-22 23:46:49 +00:00
|
|
|
# Ted R Williams (Wind River) - initial implementation
|
2009-05-27 15:55:44 +00:00
|
|
|
# IBM Corporation
|
2009-04-24 06:05:40 +00:00
|
|
|
################################################################################
|
2009-04-24 06:05:28 +00:00
|
|
|
|
|
|
|
|
2009-03-13 18:54:20 +00:00
|
|
|
source.. = src/
|
|
|
|
output.. = bin/
|
|
|
|
bin.includes = plugin.xml,\
|
|
|
|
META-INF/,\
|
|
|
|
.,\
|
|
|
|
icons/,\
|
2009-05-27 15:55:44 +00:00
|
|
|
about.html,\
|
2020-01-06 13:54:46 -05:00
|
|
|
plugin.properties,\
|
|
|
|
about.ini,\
|
|
|
|
about.mappings,\
|
|
|
|
about.properties,\
|
|
|
|
cdt_logo_icon32.png
|
2009-03-13 18:54:20 +00:00
|
|
|
src.includes = about.html
|