blob: 30b20e4ed8c42c6d9a0a3b3cc032750d8f4886aa [file] [log] [blame]
csalterd5a99d42004-11-24 21:13:42 +00001###############################################################################
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###############################################################################
11source.xsdeditor.jar = src/
12bin.includes = xsdeditor.jar,\
13 plugin.xml,\
14 icons/,\
15 image/,\
16 doc/,\
17 plugin.properties,\
18 samples/,\
jeffliu38477e82005-05-30 00:52:19 +000019 w3c/,\
20 META-INF/
csalterd5a99d42004-11-24 21:13:42 +000021src.includes = w3c/,\
22 samples/,\
23 plugin.xml,\
24 plugin.properties,\
25 image/,\
26 icons/,\
27 doc/,\
28 src/,\
29 test/,\
30 build.xml,\
31 build.properties,\
32 .project,\
33 .classpath,\
34 xsdeditor.jar