blob: a373285e811bc396d3c076a89ddd32fd891ccd40 [file] [log] [blame]
###############################################################################
# Copyright (c) 2011 IBM Corporation 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:
# IBM Corporation - initial API and implementation
###############################################################################
bin.includes = META-INF/,\
plugin*.properties,\
about.html,\
.,\
OSGI-INF/component.xml
output.. = bin/
src.includes = about.html
source.. = src/
jre.compilation.profile = J2SE-1.5
javacSource=1.5
javacTarget=jsr14