david_williams | cfdb2cd | 2004-11-11 08:37:49 +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 | cfdb2cd | 2004-11-11 08:37:49 +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 | cfdb2cd | 2004-11-11 08:37:49 +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,\ |
| 14 | .options,\ |
david_williams | 709fd6a | 2005-06-01 00:13:18 +0000 | [diff] [blame] | 15 | .,\ |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 16 | icons/,\ |
jeffliu | 38477e8 | 2005-05-30 00:52:19 +0000 | [diff] [blame] | 17 | plugin.properties,\ |
lmandel | 708ae00 | 2005-07-05 20:15:07 +0000 | [diff] [blame] | 18 | META-INF/,\ |
| 19 | about.html |
david_williams | 304cfc4 | 2005-06-01 13:39:14 +0000 | [diff] [blame] | 20 | bin.excludes = bin/**,\ |
| 21 | @dot/**,\ |
| 22 | temp.folder/** |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 23 | src.includes = toc.xml,\ |
| 24 | testToc.xml,\ |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 25 | schema/,\ |
david_williams | 8199ee2 | 2006-04-04 06:23:31 +0000 | [diff] [blame] | 26 | html/ |
david_williams | 709fd6a | 2005-06-01 00:13:18 +0000 | [diff] [blame] | 27 | source.. = src/,\ |
nitind | a3c3475 | 2005-06-03 20:12:28 +0000 | [diff] [blame] | 28 | src-extensions/,\ |
nitind | a3c3475 | 2005-06-03 20:12:28 +0000 | [diff] [blame] | 29 | src-encoding,\ |
| 30 | src-tasktags/ |