rcernich | 029b2da | 2006-05-24 02:52:36 +0000 | [diff] [blame] | 1 | ############################################################################### |
nickboldt | 9620cce | 2018-01-22 17:53:06 -0500 | [diff] [blame] | 2 | # Copyright (c) 2001, 2014, 2018 IBM Corporation and others. |
rcernich | 029b2da | 2006-05-24 02:52:36 +0000 | [diff] [blame] | 3 | # All rights reserved. This program and the accompanying materials |
| 4 | # are made available under the terms of the Eclipse Public License v1.0 |
| 5 | # which accompanies this distribution, and is available at |
| 6 | # http://www.eclipse.org/legal/epl-v10.html |
| 7 | # |
| 8 | # Contributors: |
| 9 | # IBM Corporation - initial API and implementation |
nickboldt | 9620cce | 2018-01-22 17:53:06 -0500 | [diff] [blame] | 10 | # Nick Boldt, Red Hat - fix source generation for Tycho 1.0 |
rcernich | 029b2da | 2006-05-24 02:52:36 +0000 | [diff] [blame] | 11 | ############################################################################### |
nickboldt | 9620cce | 2018-01-22 17:53:06 -0500 | [diff] [blame] | 12 | source.. = src/ |
| 13 | output.. = bin/ |
| 14 | src.includes = * |
| 15 | src.excludes = src |
rcernich | 029b2da | 2006-05-24 02:52:36 +0000 | [diff] [blame] | 16 | bin.includes = plugin.xml,\ |
| 17 | runtime/,\ |
| 18 | plugin.properties,\ |
| 19 | about.html,\ |
| 20 | META-INF/ |
nickboldt | 9620cce | 2018-01-22 17:53:06 -0500 | [diff] [blame] | 21 | |
rcernich | 029b2da | 2006-05-24 02:52:36 +0000 | [diff] [blame] | 22 | javadoc.dir = doc/api/ |
| 23 | download.dir = ./download/ |