Thomas Watson | 85913f2 | 2011-05-02 15:40:56 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 2 | # Copyright (c) 2011 IBM Corporation and others. |
Lars Vogel | cd68b8e | 2018-08-21 17:26:02 +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 |
Thomas Watson | 85913f2 | 2011-05-02 15:40:56 +0000 | [diff] [blame] | 6 | # which accompanies this distribution, and is available at |
Lars Vogel | cd68b8e | 2018-08-21 17:26:02 +0200 | [diff] [blame] | 7 | # https://www.eclipse.org/legal/epl-2.0/ |
| 8 | # |
| 9 | # SPDX-License-Identifier: EPL-2.0 |
Thomas Watson | 85913f2 | 2011-05-02 15:40:56 +0000 | [diff] [blame] | 10 | # |
| 11 | # Contributors: |
| 12 | # IBM Corporation - initial API and implementation |
| 13 | ############################################################################### |
Oleg Besedin | 4dd8bb5 | 2010-02-03 20:08:12 +0000 | [diff] [blame] | 14 | source.. = src/ |
| 15 | output.. = bin/ |
| 16 | bin.includes = META-INF/,\ |
| 17 | .,\ |
Oleg Besedin | 60e1af9 | 2011-11-09 10:09:19 -0500 | [diff] [blame] | 18 | plugin.xml,\ |
Thomas Watson | 30a0be2 | 2017-05-23 08:34:20 -0500 | [diff] [blame] | 19 | test.xml,\ |
| 20 | about.html |