blob: 36b77ed92b17dc77d160982c25111bea9f2c42c5 [file] [log] [blame]
################################################################################
# Copyright (c) 2007, 2021 Innoopract Informationssysteme GmbH.
# 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:
# Innoopract Informationssysteme GmbH - initial API and implementation
# EclipseSource - ongoing implementation
################################################################################
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.xml,\
plugin.properties,\
icons/,\
about.html
src.includes = icons/,\
about.html
javacDefaultEncoding.. = UTF-8
jre.compilation.profile = JavaSE-11