Thomas Watson | aae60a9 | 2009-05-20 21:36:26 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 2 | # Copyright (c) 1997-2009 by ProSyst Software GmbH |
| 3 | # http://www.prosyst.com |
Lars Vogel | a05e887 | 2018-08-21 17:28:48 +0200 | [diff] [blame] | 4 | # |
| 5 | # This program and the accompanying materials |
| 6 | # are made available under the terms of the Eclipse Public License 2.0 |
Thomas Watson | aae60a9 | 2009-05-20 21:36:26 +0000 | [diff] [blame] | 7 | # which accompanies this distribution, and is available at |
Lars Vogel | a05e887 | 2018-08-21 17:28:48 +0200 | [diff] [blame] | 8 | # https://www.eclipse.org/legal/epl-2.0/ |
| 9 | # |
| 10 | # SPDX-License-Identifier: EPL-2.0 |
Thomas Watson | aae60a9 | 2009-05-20 21:36:26 +0000 | [diff] [blame] | 11 | # |
| 12 | # Contributors: |
| 13 | # ProSyst Software GmbH - initial API and implementation |
| 14 | ############################################################################### |
pdobrev | 23aa191 | 2008-02-13 08:41:38 +0000 | [diff] [blame] | 15 | source.. = src/ |
| 16 | output.. = bin/ |
| 17 | bin.includes = META-INF/,\ |
| 18 | .,\ |
Thomas Watson | c06d2db | 2009-03-04 15:48:07 +0000 | [diff] [blame] | 19 | about.html,\ |
Karsten Thoms | 071d5c6 | 2017-08-03 15:33:47 +0200 | [diff] [blame] | 20 | plugin.properties,\ |
| 21 | OSGI-INF/ |
pdobrev | 23aa191 | 2008-02-13 08:41:38 +0000 | [diff] [blame] | 22 | src.includes = about.html |