blob: 3d79551ddaba1833be89581c0f141154f51bd10b [file] [log] [blame]
mwenzf03de022012-08-24 16:46:33 +02001###############################################################################
2# <copyright>
3#
4# Copyright (c) 2012, 2012 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###############################################################################
16bin.includes = .,\
17 model/,\
18 META-INF/,\
19 plugin.xml,\
20 plugin.properties,\
21 about.html
22jars.compile.order = .
23source.. = src/
24output.. = bin/
25src.includes = about.html,\
26 model/
27jre.compilation.profile = J2SE-1.5