blob: baf728eab4aa83824d0ffb47e872c1ed4e20f67d [file] [log] [blame]
mwenzb5dc2f92010-06-16 13:24:52 +00001###############################################################################
2# <copyright>
3#
4# Copyright (c) 2005, 2010 SAP AG.
5# All rights reserved. This program and the accompanying materials
6# are made available under the terms of the Eclipse Public License v1.0
7# which accompanies this distribution, and is available at
8# http://www.eclipse.org/legal/epl-v10.html
9#
10# Contributors:
11# SAP AG - initial API, implementation and documentation
12#
13# </copyright>
14#
15###############################################################################
16
17bin.includes = .,\
18 META-INF/,\
19 plugin.properties,\
20 plugin.xml,\
21 schema/,\
22 icons/,\
jpasch8affe522011-05-11 13:16:51 +000023 about.html,\
24 about.ini,\
25 about.properties
mwenzb5dc2f92010-06-16 13:24:52 +000026jars.compile.order = .
27source.. = src/
28output.. = bin/
mwenzd1e683a2010-07-21 07:21:37 +000029src.includes = schema/,\
mwenzf4fb54b2010-08-13 07:23:54 +000030 about.html,\
jpasch8affe522011-05-11 13:16:51 +000031 icons/,\
32 about.ini,\
33 about.properties
mwenzce4a1322011-10-26 14:01:28 +020034jre.compilation.profile = J2SE-1.5