2008-02-13 20:26:10 +00:00
|
|
|
###############################################################################
|
2009-05-27 15:26:54 +00:00
|
|
|
# Copyright (c) 2005, 2009 IBM Corporation 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
|
2009-05-27 15:26:54 +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
|
|
|
#
|
2009-05-27 15:26:54 +00:00
|
|
|
# Contributors:
|
2008-02-13 20:26:10 +00:00
|
|
|
# IBM Corporation - initial API and implementation
|
2008-06-02 18:03:10 +00:00
|
|
|
# Wind River Systems - adapted to use with DSF
|
2008-02-13 20:26:10 +00:00
|
|
|
###############################################################################
|
2009-02-03 17:48:30 +00:00
|
|
|
source.. = src/,\
|
|
|
|
pdavm/src/
|
2008-02-13 20:26:10 +00:00
|
|
|
output.. = bin/
|
|
|
|
bin.includes = plugin.xml,\
|
|
|
|
pdavm/,\
|
|
|
|
META-INF/,\
|
|
|
|
about.html,\
|
|
|
|
.,\
|
|
|
|
readme.html,\
|
2009-02-26 13:26:36 +00:00
|
|
|
samples/,\
|
2009-03-16 18:25:10 +00:00
|
|
|
.options,\
|
|
|
|
plugin.properties
|
2009-02-26 13:26:36 +00:00
|
|
|
src.includes = about.html
|