david_williams | 9621348 | 2004-11-11 09:07:12 +0000 | [diff] [blame] | 1 | ############################################################################### |
amywu | ecebb04 | 2007-04-10 20:07:35 +0000 | [diff] [blame] | 2 | # Copyright (c) 2001, 2006 IBM Corporation and others. |
david_williams | 9621348 | 2004-11-11 09:07:12 +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 |
amywu | ecebb04 | 2007-04-10 20:07:35 +0000 | [diff] [blame] | 7 | # |
david_williams | 9621348 | 2004-11-11 09:07:12 +0000 | [diff] [blame] | 8 | # Contributors: |
| 9 | # IBM Corporation - initial API and implementation |
| 10 | # Jens Lukowski/Innoopract - initial renaming/restructuring |
| 11 | # |
| 12 | ############################################################################### |
| 13 | bin.includes = plugin.xml,\ |
david_williams | 9621348 | 2004-11-11 09:07:12 +0000 | [diff] [blame] | 14 | icons/,\ |
| 15 | plugin.properties,\ |
csalter | 703f883 | 2004-11-11 22:33:56 +0000 | [diff] [blame] | 16 | templates/,\ |
jeffliu | 38477e8 | 2005-05-30 00:52:19 +0000 | [diff] [blame] | 17 | examples/,\ |
david_williams | 709fd6a | 2005-06-01 00:13:18 +0000 | [diff] [blame] | 18 | META-INF/,\ |
david_williams | ae3166e | 2005-06-13 20:09:17 +0000 | [diff] [blame] | 19 | .,\ |
lmandel | 708ae00 | 2005-07-05 20:15:07 +0000 | [diff] [blame] | 20 | .options,\ |
| 21 | about.html |
david_williams | 304cfc4 | 2005-06-01 13:39:14 +0000 | [diff] [blame] | 22 | bin.excludes = bin/**,\ |
| 23 | @dot/**,\ |
| 24 | temp.folder/** |
david_williams | 709fd6a | 2005-06-01 00:13:18 +0000 | [diff] [blame] | 25 | source.. = src/,\ |
| 26 | src-multipage/,\ |
david_williams | 5fdc1fa | 2005-06-15 14:17:15 +0000 | [diff] [blame] | 27 | src-wizards/,\ |
lmandel | 20faebc | 2005-06-16 06:11:29 +0000 | [diff] [blame] | 28 | src-catalog/,\ |
| 29 | src-validation |
david_williams | ae3166e | 2005-06-13 20:09:17 +0000 | [diff] [blame] | 30 | src.includes = build.properties |