2008-02-13 20:26:10 +00:00
|
|
|
###############################################################################
|
2009-05-27 15:26:54 +00:00
|
|
|
# Copyright (c) 2005, 2009 IBM Corporation and others.
|
|
|
|
# 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:
|
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
|