2009-05-27 15:58:46 +00:00
|
|
|
###############################################################################
|
2010-06-03 14:12:21 +00:00
|
|
|
# Copyright (c) 2009, 2010 Wind River Systems 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:58:46 +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:58:46 +00:00
|
|
|
# Contributors:
|
|
|
|
# Wind River Systems - initial API and implementation
|
2009-06-08 13:54:55 +00:00
|
|
|
# IBM Corporation
|
2009-05-27 15:58:46 +00:00
|
|
|
###############################################################################
|
2007-03-14 04:55:18 +00:00
|
|
|
source.. = src/
|
|
|
|
output.. = bin/
|
|
|
|
bin.includes = META-INF/,\
|
2007-07-06 20:26:18 +00:00
|
|
|
plugin.properties,\
|
2007-05-17 00:14:36 +00:00
|
|
|
.,\
|
2007-05-31 21:53:33 +00:00
|
|
|
plugin.xml,\
|
2010-05-06 21:40:53 +00:00
|
|
|
about.html
|
2009-06-08 13:54:55 +00:00
|
|
|
src.includes = about.html
|