mwenz | b5dc2f9 | 2010-06-16 13:24:52 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 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 | |
| 17 | # <copyright> |
| 18 | # </copyright> |
| 19 | # |
mwenz | 078fc3f | 2010-07-21 07:21:36 +0000 | [diff] [blame^] | 20 | # $Id: build.properties,v 1.2 2010/07/21 07:21:36 mwenz Exp $ |
mwenz | b5dc2f9 | 2010-06-16 13:24:52 +0000 | [diff] [blame] | 21 | |
| 22 | bin.includes = .,\ |
| 23 | model/,\ |
| 24 | META-INF/,\ |
| 25 | plugin.xml,\ |
| 26 | plugin.properties,\ |
| 27 | about.html |
| 28 | jars.compile.order = . |
| 29 | source.. = src-gen/ |
| 30 | output.. = bin/ |
mwenz | 078fc3f | 2010-07-21 07:21:36 +0000 | [diff] [blame^] | 31 | src.includes = diagrams/,\ |
mwenz | b5dc2f9 | 2010-06-16 13:24:52 +0000 | [diff] [blame] | 32 | model/,\ |
mwenz | 078fc3f | 2010-07-21 07:21:36 +0000 | [diff] [blame^] | 33 | about.html |