blob: 5fdf92124f4c7a98fbb14b4ebf5d8d808f9de1df [file] [log] [blame]
################################################################################
# Copyright (c) 2007, 2015 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-1.7
javacSource = 1.7
javacTarget = 1.7