2008-06-02 18:03:10 +00:00
|
|
|
###############################################################################
|
2010-06-03 00:12:05 +00:00
|
|
|
# Copyright (c) 2006, 2009 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
|
2008-06-02 18:03:10 +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
|
|
|
#
|
2008-06-02 18:03:10 +00:00
|
|
|
# Contributors:
|
|
|
|
# Wind River Systems - initial API and implementation
|
|
|
|
###############################################################################
|
2008-02-13 20:26:10 +00:00
|
|
|
source.. = src/
|
|
|
|
output.. = bin/
|
|
|
|
bin.includes = plugin.xml,\
|
|
|
|
about.html,\
|
|
|
|
META-INF/,\
|
|
|
|
.,\
|
2009-03-16 18:25:10 +00:00
|
|
|
icons/,\
|
|
|
|
plugin.properties
|
2009-02-26 13:26:36 +00:00
|
|
|
src.includes = about.html
|