2009-05-27 15:48:21 +00:00
|
|
|
###############################################################################
|
2014-06-18 11:22:43 -04:00
|
|
|
# Copyright (c) 2009, 2014 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
|
|
|
|
# IBM Corporation
|
2014-06-18 11:22:43 -04:00
|
|
|
# Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair
|
2009-05-27 15:48:21 +00:00
|
|
|
###############################################################################
|
2014-06-18 11:22:43 -04:00
|
|
|
bin.includes = plugin.xml,\
|
2008-02-13 20:57:46 +00:00
|
|
|
META-INF/,\
|
2013-01-14 06:23:04 -05:00
|
|
|
.,\
|
|
|
|
data/,\
|
|
|
|
about.html
|
2008-02-13 20:57:46 +00:00
|
|
|
source.. = src/
|
2009-04-09 19:51:46 +00:00
|
|
|
src.includes = about.html
|