blob: aef966ff11a91e3b47fc21d11a0ab8d6a7e46fb8 [file] [log] [blame]
csalterd5a99d42004-11-24 21:13:42 +00001###############################################################################
kchong9fe072d2007-05-02 18:10:23 +00002# Copyright (c) 2001, 2007 IBM Corporation and others.
csalterd5a99d42004-11-24 21:13:42 +00003# 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###############################################################################
lmandelfd23ca12006-03-29 10:04:32 +000011source.. = src-search/,\
kchong38cbf172006-03-29 03:38:21 +000012 src-refactor/,\
13 src-adt/,\
14 src-adt-xsd/,\
15 src-adt-xsd-typeviz/,\
16 src-common/
jeffliucb266272005-10-10 08:11:44 +000017bin.includes = .,\
csalterd5a99d42004-11-24 21:13:42 +000018 plugin.xml,\
19 icons/,\
csalterd5a99d42004-11-24 21:13:42 +000020 plugin.properties,\
lmandel708ae002005-07-05 20:15:07 +000021 META-INF/,\
22 about.html
kchong673017e2005-07-21 19:11:04 +000023src.includes = build.properties,\
jeffliube1c14a2005-05-31 16:05:46 +000024 component.xml
kchong80c1dc02006-01-12 00:16:51 +000025output.. = bin/
kchong840c7312007-01-17 02:14:11 +000026javacSource=1.4
27javacTarget=1.4
28