Ed Willink | f16bfa3 | 2020-10-18 13:28:46 +0100 | [diff] [blame] | 1 | ############################################################################### |
| 2 | # Copyright (c) 2010, 2014 Willink Transformations and others. |
| 3 | # All rights reserved. This program and the accompanying materials |
| 4 | # are made available under the terms of the Eclipse Public License v2.0 |
| 5 | # which accompanies this distribution, and is available at |
| 6 | # http://www.eclipse.org/legal/epl-v20.html |
| 7 | # |
| 8 | # Contributors: |
| 9 | # E.D.Willink - initial API and implementation |
| 10 | ############################################################################### |
| 11 | |
| 12 | bin.includes = .,\ |
| 13 | META-INF/,\ |
| 14 | plugin.properties,\ |
| 15 | about.html,\ |
| 16 | build.properties |
| 17 | jars.compile.order = . |
| 18 | source.. = src/ |
| 19 | output.. = bin/ |
| 20 | src.includes = about.html |
| 21 | |