blob: 14a1d787016b6516c279cc12d0a34080a0cc3482 [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 about.html,\
21 resources/,\
22 toc.xml,\
23 toc_graphiti.xml,\
jpasch334969d2010-09-08 15:05:08 +000024 plugin.xml,\
25 javadoc/
mwenzb5dc2f92010-06-16 13:24:52 +000026jars.compile.order = .
27src.includes = api/,\
mwenzb5dc2f92010-06-16 13:24:52 +000028 toc_graphiti.xml,\
29 toc.xml,\
30 resources/,\
jpasch334969d2010-09-08 15:05:08 +000031 about.html
mwenzb5dc2f92010-06-16 13:24:52 +000032