Zakir Meer | e60e281 | 2018-07-09 23:23:36 +0200 | [diff] [blame] | 1 | # ******************************************************************************* |
| 2 | # Copyright (c) 2017 - 2018 Robert Bosch GmbH and others. |
| 3 | # All rights reserved. This program and the accompanying materials |
| 4 | # are made available under the terms of the Eclipse Public License 2.0 |
| 5 | # which accompanies this distribution, and is available at |
| 6 | # https://www.eclipse.org/legal/epl-2.0/ |
| 7 | # |
| 8 | # Contributors: |
| 9 | # Robert Bosch GmbH - initial API and implementation |
| 10 | # |
| 11 | # ******************************************************************************* |
Zakir Meer | 1882c13 | 2017-07-06 09:20:59 +0200 | [diff] [blame] | 12 | source.. = src/ |
| 13 | output.. = bin/ |
| 14 | bin.includes = plugin.xml,\ |
| 15 | META-INF/,\ |
| 16 | .,\ |
Zakir Meer | e60e281 | 2018-07-09 23:23:36 +0200 | [diff] [blame] | 17 | icons/,\ |
| 18 | epl-2.0.html,\ |
| 19 | about.html |
| 20 | src.includes = about.html,\ |
| 21 | epl-2.0.html |