mwenz | f03de02 | 2012-08-24 16:46:33 +0200 | [diff] [blame] | 1 | ###############################################################################
|
| 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 | ###############################################################################
|
| 16 | bin.includes = .,\
|
| 17 | model/,\
|
| 18 | META-INF/,\
|
| 19 | plugin.xml,\
|
| 20 | plugin.properties,\
|
| 21 | about.html
|
| 22 | jars.compile.order = .
|
| 23 | source.. = src/
|
| 24 | output.. = bin/
|
| 25 | src.includes = about.html,\
|
| 26 | model/
|
| 27 | jre.compilation.profile = J2SE-1.5
|