2008-06-02 18:03:10 +00:00
|
|
|
###############################################################################
|
2010-06-03 00:12:05 +00:00
|
|
|
# Copyright (c) 2006, 2009 Wind River Systems 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
|
2008-06-02 18:03:10 +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
|
|
|
#
|
2008-06-02 18:03:10 +00:00
|
|
|
# Contributors:
|
|
|
|
# Wind River Systems - initial API and implementation
|
|
|
|
###############################################################################
|
2016-03-29 09:19:35 +02:00
|
|
|
source.. = src/,\
|
|
|
|
src_ant/
|
2006-07-28 16:07:11 +00:00
|
|
|
output.. = bin/
|
|
|
|
bin.includes = META-INF/,\
|
2007-05-18 17:53:09 +00:00
|
|
|
.,\
|
2007-05-31 21:53:38 +00:00
|
|
|
plugin.xml,\
|
2008-01-19 00:34:30 +00:00
|
|
|
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
|
|
|
icons/,\
|
|
|
|
cdt_logo_icon32.png
|
2019-10-12 17:56:52 +02:00
|
|
|
src.includes = about.html
|