blob: 59d4bf8302393e7591a0b2df04d87d018ad49d76 [file] [log] [blame]
asobolev79b89df2007-05-02 15:04:59 +00001###############################################################################
2# Copyright (c) 2005, 2007 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
9###############################################################################
asobolevc6294ad2007-02-22 08:39:46 +000010source.. = ast/,\
11 compiler/,\
12 model/,\
13 search/,\
14 utils/,\
15 codeassist/,\
asobolev14f4ab52008-04-10 13:21:42 +000016 typeinference/,\
17 environment/
asobolevc6294ad2007-02-22 08:39:46 +000018output.. = bin/
19bin.includes = META-INF/,\
20 .,\
21 schema/,\
22 plugin.xml,\
asobolev070c2622007-05-30 13:31:59 +000023 plugin.properties,\
asobolev45967592008-10-07 05:19:50 +000024 about.html,\
25 .options
26