2010-06-03 17:01:53 +00:00
|
|
|
###############################################################################
|
2011-06-08 14:10:28 +00:00
|
|
|
# Copyright (c) 2009, 2011 Alena Laskavaia 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
|
2010-06-03 17:01:53 +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
|
2010-06-03 17:01:53 +00:00
|
|
|
#
|
|
|
|
# Contributors:
|
|
|
|
# Alena Laskavaia - initial API and implementation
|
2011-06-08 14:10:28 +00:00
|
|
|
# IBM Corporation
|
2010-06-03 17:01:53 +00:00
|
|
|
###############################################################################
|
2009-04-09 12:48:44 +00:00
|
|
|
source.. = src/
|
|
|
|
output.. = bin/
|
|
|
|
bin.includes = META-INF/,\
|
|
|
|
.,\
|
|
|
|
plugin.xml,\
|
2010-05-31 01:42:48 +00:00
|
|
|
schema/,\
|
2011-05-24 14:43:46 +00:00
|
|
|
about.html,\
|
|
|
|
OSGI-INF/
|
2011-07-05 21:55:40 -04:00
|
|
|
src.includes = about.html,\
|
|
|
|
schema/
|