tkaiser | 2915324 | 2010-07-06 12:03:29 +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 | ############################################################################### |
tkaiser | 3ee35c0 | 2010-07-06 08:48:52 +0000 | [diff] [blame] | 16 | source.. = src/ |
| 17 | output.. = bin/ |
| 18 | bin.includes = META-INF/,\ |
mwenz | eeaa21d | 2010-08-11 10:40:27 +0000 | [diff] [blame] | 19 | .,\ |
tkaiser | e1d407b | 2010-08-30 14:35:00 +0000 | [diff] [blame^] | 20 | plugin.xml,\ |
mwenz | eeaa21d | 2010-08-11 10:40:27 +0000 | [diff] [blame] | 21 | plugin.properties,\ |
mwenz | bdb1c57 | 2010-08-12 14:50:24 +0000 | [diff] [blame] | 22 | about.html,\ |
| 23 | src/org/eclipse/graphiti/bot/tests/testUtil.diagram |
tkaiser | 3ee35c0 | 2010-07-06 08:48:52 +0000 | [diff] [blame] | 24 | source.. = src/ |
mwenz | eeaa21d | 2010-08-11 10:40:27 +0000 | [diff] [blame] | 25 | src.includes = about.html,\ |
mwenz | bdb1c57 | 2010-08-12 14:50:24 +0000 | [diff] [blame] | 26 | AllBotTests.launch,\ |
| 27 | src/org/eclipse/graphiti/bot/tests/testUtil.diagram |