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.
|
2008-06-02 18:03:10 +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
|
|
|
|
###############################################################################
|
2006-07-28 16:07:11 +00:00
|
|
|
source.. = src/
|
|
|
|
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
|