david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 1 | ############################################################################### |
amywu | f211095 | 2007-12-18 19:00:50 +0000 | [diff] [blame] | 2 | # Copyright (c) 2001, 2007 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 |
amywu | f211095 | 2007-12-18 19:00:50 +0000 | [diff] [blame] | 11 | # David Carver, STAR - add new dtd file templates, bug 162321 |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 12 | # |
| 13 | ############################################################################### |
| 14 | bin.includes = plugin.xml,\ |
david_williams | cfdb2cd | 2004-11-11 08:37:49 +0000 | [diff] [blame] | 15 | icons/,\ |
jeffliu | 38477e8 | 2005-05-30 00:52:19 +0000 | [diff] [blame] | 16 | plugin.properties,\ |
amywu | f211095 | 2007-12-18 19:00:50 +0000 | [diff] [blame] | 17 | templates/,\ |
david_williams | 709fd6a | 2005-06-01 00:13:18 +0000 | [diff] [blame] | 18 | META-INF/,\ |
nitind | 8e0879b | 2005-06-03 20:22:04 +0000 | [diff] [blame] | 19 | .options,\ |
lmandel | 708ae00 | 2005-07-05 20:15:07 +0000 | [diff] [blame] | 20 | .,\ |
| 21 | about.html |
david_williams | 304cfc4 | 2005-06-01 13:39:14 +0000 | [diff] [blame] | 22 | bin.excludes = bin/**,\ |
| 23 | @dot/**,\ |
| 24 | temp.folder/** |
nitind | 5e3b420 | 2005-06-14 21:07:37 +0000 | [diff] [blame] | 25 | source.. = src/,\ |
nitind | 35747e3 | 2006-02-20 18:52:34 +0000 | [diff] [blame] | 26 | src-properties/ |
david_williams | 3f7cd83 | 2005-06-13 19:41:25 +0000 | [diff] [blame] | 27 | src.includes = build.properties |