blob: 1812e2743038d616be9180042c879e132bd10295 [file] [log] [blame]
###############################################################################
# Copyright (c) 2010, 2015 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Tom Schindl - initial API and implementation
###############################################################################
output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.xml,\
css/,\
OSGI-INF/,\
about.html,\
plugin.properties
source.. = src/
src.includes = schema/,\
about.html
jre.compilation.profile = JavaSE-1.8