asobolev | 79b89df | 2007-05-02 15:04:59 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 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 | ############################################################################### |
asobolev | c6294ad | 2007-02-22 08:39:46 +0000 | [diff] [blame] | 10 | source.. = ast/,\ |
| 11 | compiler/,\ |
| 12 | model/,\ |
| 13 | search/,\ |
| 14 | utils/,\ |
| 15 | codeassist/,\ |
asobolev | 14f4ab5 | 2008-04-10 13:21:42 +0000 | [diff] [blame] | 16 | typeinference/,\ |
| 17 | environment/ |
asobolev | c6294ad | 2007-02-22 08:39:46 +0000 | [diff] [blame] | 18 | output.. = bin/ |
| 19 | bin.includes = META-INF/,\ |
| 20 | .,\ |
| 21 | schema/,\ |
| 22 | plugin.xml,\ |
asobolev | 070c262 | 2007-05-30 13:31:59 +0000 | [diff] [blame] | 23 | plugin.properties,\ |
asobolev | 4596759 | 2008-10-07 05:19:50 +0000 | [diff] [blame] | 24 | about.html,\ |
| 25 | .options |
| 26 | |