david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 2 | # Copyright (c) 2001, 2004 IBM Corporation and others. |
| 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 |
| 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 | data/,\ |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 17 | icons/,\ |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 18 | jspdebug.properties,\ |
jeffliu | 38477e8 | 2005-05-30 00:52:19 +0000 | [diff] [blame] | 19 | plugin.properties,\ |
lmandel | 708ae00 | 2005-07-05 20:15:07 +0000 | [diff] [blame] | 20 | META-INF/,\ |
| 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 | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 25 | src.includes = toc.xml,\ |
| 26 | testToc.xml,\ |
| 27 | smoke/,\ |
| 28 | schema/,\ |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 29 | jspdebug.properties,\ |
| 30 | javadoc.xml,\ |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 31 | html/,\ |
| 32 | data/,\ |
| 33 | DevTimeSupport/,\ |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 34 | doc/ |
david_williams | 709fd6a | 2005-06-01 00:13:18 +0000 | [diff] [blame] | 35 | source.. = src/,\ |
nitind | a3c3475 | 2005-06-03 20:12:28 +0000 | [diff] [blame] | 36 | src-extensions/,\ |
| 37 | src-contentproperties/,\ |
| 38 | src-encoding,\ |
| 39 | src-tasktags/ |