david_williams | 524ed60 | 2007-05-15 02:42:24 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 2 | # Copyright (c) 2005, 2006 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,\ |
| 12 | dtds/,\ |
| 13 | plugin.properties,\ |
| 14 | META-INF/,\ |
| 15 | about.html,\ |
| 16 | about_files/,\ |
david_williams | 2fd7de8 | 2007-05-29 06:49:51 +0000 | [diff] [blame] | 17 | xsd/ |
david_williams | 524ed60 | 2007-05-15 02:42:24 +0000 | [diff] [blame] | 18 | bin.excludes = bin/**,\ |
| 19 | @dot/**,\ |
| 20 | temp.folder/** |
david_williams | 1fc4c02 | 2007-05-15 02:51:33 +0000 | [diff] [blame] | 21 | src.includes = xsd/,\ |
| 22 | plugin.xml,\ |
| 23 | plugin.properties,\ |
| 24 | dtds/,\ |
| 25 | about_files/,\ |
| 26 | about.html,\ |
| 27 | META-INF/ |
david_williams | 524ed60 | 2007-05-15 02:42:24 +0000 | [diff] [blame] | 28 | |