2008-01-21 20:16:41 +00:00
|
|
|
###############################################################################
|
2009-05-27 15:48:21 +00:00
|
|
|
# Copyright (c) 2007, 2009 IBM Corporation 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-05-27 15:48:21 +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
|
2018-11-22 23:46:49 +00:00
|
|
|
#
|
2009-05-27 15:48:21 +00:00
|
|
|
# Contributors:
|
2008-01-21 20:16:41 +00:00
|
|
|
# IBM Corporation - initial API and implementation
|
|
|
|
###############################################################################
|
|
|
|
source.. = src/
|
|
|
|
output.. = bin/
|
|
|
|
bin.includes = META-INF/,\
|
|
|
|
.,\
|
|
|
|
plugin.xml,\
|
|
|
|
plugin.properties,\
|
2009-06-10 19:37:19 +00:00
|
|
|
about.html,\
|
|
|
|
about.ini,\
|
|
|
|
about.mappings,\
|
|
|
|
about.properties,\
|
2010-06-03 21:11:36 +00:00
|
|
|
cdt_logo_icon32.png
|
2009-04-09 19:51:46 +00:00
|
|
|
src.includes = about.html
|
2008-01-21 20:16:41 +00:00
|
|
|
|