Raymond Auge | 198c319 | 2015-01-28 22:43:51 -0500 | [diff] [blame] | 1 | ############################################################################### |
| 2 | # Copyright (c) 2015 Raymond Auge and others. |
Lars Vogel | a05e887 | 2018-08-21 17:28:48 +0200 | [diff] [blame] | 3 | # |
| 4 | # This program and the accompanying materials |
| 5 | # are made available under the terms of the Eclipse Public License 2.0 |
Raymond Auge | 198c319 | 2015-01-28 22:43:51 -0500 | [diff] [blame] | 6 | # which accompanies this distribution, and is available at |
Lars Vogel | a05e887 | 2018-08-21 17:28:48 +0200 | [diff] [blame] | 7 | # https://www.eclipse.org/legal/epl-2.0/ |
| 8 | # |
| 9 | # SPDX-License-Identifier: EPL-2.0 |
Raymond Auge | 198c319 | 2015-01-28 22:43:51 -0500 | [diff] [blame] | 10 | # |
| 11 | # Contributors: |
| 12 | # Raymond Auge - initial API and implementation |
| 13 | ############################################################################### |
| 14 | source.. = src/ |
| 15 | output.. = bin/ |
| 16 | bin.includes = META-INF/,\ |
| 17 | .,\ |
Raymond Auge | 198c319 | 2015-01-28 22:43:51 -0500 | [diff] [blame] | 18 | about.html,\ |
| 19 | plugin.properties |
| 20 | src.includes = about.html |