2006-09-20 11:53:43 +00:00
|
|
|
################################################################################
|
2009-05-27 15:19:10 +00:00
|
|
|
# Copyright (c) 2006, 2009 Wind River Systems, Inc. and others.
|
2006-09-20 11:53:43 +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:
|
|
|
|
# Martin Oberhuber - initial API and implementation
|
|
|
|
################################################################################
|
2006-07-13 08:27:43 +00:00
|
|
|
source.. = src/
|
|
|
|
output.. = bin/
|
|
|
|
bin.includes = META-INF/,\
|
|
|
|
.,\
|
|
|
|
about.html,\
|
|
|
|
icons/,\
|
2006-09-20 22:05:39 +00:00
|
|
|
plugin.properties,\
|
2006-08-18 21:07:47 +00:00
|
|
|
plugin.xml,\
|
2007-02-23 11:14:24 +00:00
|
|
|
rseSamplesMessages.xml,\
|
|
|
|
about.ini,\
|
|
|
|
about.mappings,\
|
|
|
|
about.properties,\
|
2009-05-13 22:23:26 +00:00
|
|
|
dsdp32.png
|
2007-04-27 15:15:45 +00:00
|
|
|
src.includes = about.html
|
2006-07-13 08:27:43 +00:00
|
|
|
|