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