2009-05-27 15:48:21 +00:00
|
|
|
###############################################################################
|
2010-06-02 19:32:35 +00:00
|
|
|
# Copyright (c) 2008, 2009 Wind River Systems and others.
|
2009-05-27 15:48:21 +00:00
|
|
|
# All rights reserved. This program and the accompanying materials
|
|
|
|
# are made available under the terms of the Eclipse Public License v1.0
|
|
|
|
# which accompanies this distribution, and is available at
|
|
|
|
# http://www.eclipse.org/legal/epl-v10.html
|
|
|
|
#
|
|
|
|
# Contributors:
|
|
|
|
# Wind River Systems - initial API and implementation
|
|
|
|
###############################################################################
|
2008-12-05 19:24:28 +00:00
|
|
|
source.. = src/
|
|
|
|
output.. = bin/
|
|
|
|
bin.includes = META-INF/,\
|
|
|
|
.,\
|
2008-12-07 19:49:51 +00:00
|
|
|
plugin.xml,\
|
|
|
|
about.html,\
|
|
|
|
about.ini,\
|
|
|
|
about.mappings,\
|
2009-06-10 19:37:19 +00:00
|
|
|
plugin.properties,\
|
2010-06-03 21:11:36 +00:00
|
|
|
about.properties,\
|
|
|
|
cdt_logo_icon32.png
|
2012-01-05 13:00:14 -05:00
|
|
|
src.includes = about.html
|