blob: a8d1418d08206623760ddee0cddc4827cb919ead [file] [log] [blame]
david_williams524ed602007-05-15 02:42:24 +00001###############################################################################
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###############################################################################
11bin.includes = plugin.xml,\
12 dtds/,\
13 plugin.properties,\
14 META-INF/,\
15 about.html,\
16 about_files/,\
david_williams2fd7de82007-05-29 06:49:51 +000017 xsd/
david_williams524ed602007-05-15 02:42:24 +000018bin.excludes = bin/**,\
19 @dot/**,\
20 temp.folder/**
david_williams1fc4c022007-05-15 02:51:33 +000021src.includes = xsd/,\
22 plugin.xml,\
23 plugin.properties,\
24 dtds/,\
25 about_files/,\
26 about.html,\
27 META-INF/
david_williams524ed602007-05-15 02:42:24 +000028