2024-02-07 20:44:39 +03:00
|
|
|
###############################################################################
|
|
|
|
# Copyright (c) 2016, 2024 Contributors to Eclipse Foundation
|
|
|
|
#
|
|
|
|
# This program and the accompanying materials are made available under the
|
|
|
|
# terms of the Eclipse Public License v. 2.0 which is available at
|
|
|
|
# https://www.eclipse.org/legal/epl-2.0
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: EPL-2.0
|
|
|
|
#
|
|
|
|
# Contributors:
|
|
|
|
# See git history
|
|
|
|
###############################################################################
|
2016-02-20 11:40:31 -05:00
|
|
|
source.. = src/
|
|
|
|
output.. = bin/
|
2024-02-07 20:44:39 +03:00
|
|
|
bin.includes = .,\
|
|
|
|
META-INF/,\
|
|
|
|
OSGI-INF/,\
|
2017-11-21 11:52:55 -05:00
|
|
|
schema/,\
|
2024-02-07 20:44:39 +03:00
|
|
|
about.html,\
|
|
|
|
plugin.xml
|
2020-08-30 20:59:37 -04:00
|
|
|
src.includes = about.html
|