blob: 30a1e79c4235784be98f03746bd915f888b9bc25 [file] [log] [blame]
################################################################################
# Copyright (c) 2011, 2021 Ruediger Herrmann and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# Ruediger Herrmann - initial API and implementation
# EclipseSource - ongoing development
################################################################################
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.xml,\
icons/,\
OSGI-INF/,\
OSGI-INF/l10n/,\
about.html
src.includes = about.html,\
icons/
javacDefaultEncoding.. = UTF-8
jre.compilation.profile = JavaSE-11