2010-06-03 17:01:53 +00:00
|
|
|
###############################################################################
|
2015-09-29 08:55:41 -04:00
|
|
|
# Copyright (c) 2009, 2015 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-09-23 18:34:41 +00:00
|
|
|
source.. = src/
|
|
|
|
output.. = bin/
|
|
|
|
bin.includes = META-INF/,\
|
|
|
|
.,\
|
2010-05-13 00:26:35 +00:00
|
|
|
src/,\
|
2010-05-31 01:42:48 +00:00
|
|
|
test.xml,\
|
2010-06-14 18:35:55 +00:00
|
|
|
OSGI-INF/,\
|
|
|
|
about.html
|
2011-06-08 14:10:28 +00:00
|
|
|
src.includes = about.html
|