nitind | 958d79a | 2004-11-23 19:23:00 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 2 | # Copyright (c) 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 | ############################################################################### |
| 11 | bin.includes = plugin.xml,\ |
nitind | 958d79a | 2004-11-23 19:23:00 +0000 | [diff] [blame] | 12 | icons/,\ |
| 13 | plugin.properties,\ |
jeffliu | 38477e8 | 2005-05-30 00:52:19 +0000 | [diff] [blame] | 14 | templates/,\ |
david_williams | 935ab95 | 2005-06-01 12:32:54 +0000 | [diff] [blame] | 15 | META-INF/,\ |
david_williams | 709fd6a | 2005-06-01 00:13:18 +0000 | [diff] [blame] | 16 | . |
david_williams | 304cfc4 | 2005-06-01 13:39:14 +0000 | [diff] [blame^] | 17 | bin.excludes = bin/**,\ |
| 18 | @dot/**,\ |
| 19 | temp.folder/** |
david_williams | 709fd6a | 2005-06-01 00:13:18 +0000 | [diff] [blame] | 20 | source.. = src/,\ |
| 21 | src-html-validation/ |
nitind | 958d79a | 2004-11-23 19:23:00 +0000 | [diff] [blame] | 22 | src.includes = plugin.xml,\ |
| 23 | plugin.properties,\ |
| 24 | icons/,\ |
| 25 | build.xml,\ |
david_williams | 709fd6a | 2005-06-01 00:13:18 +0000 | [diff] [blame] | 26 | templates/ |