mspector | 8b2eaef | 2009-06-14 07:44:00 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 2 | # Copyright (c) 2005, 2006 Mylyn project committers 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 | bin.includes = plugin.xml,\ |
asobolev | 6d5908b | 2008-05-26 10:24:01 +0000 | [diff] [blame] | 9 | icons/,\ |
mspector | 8b2eaef | 2009-06-14 07:44:00 +0000 | [diff] [blame] | 10 | plugin.properties,\ |
| 11 | META-INF/,\ |
| 12 | about.html,\ |
| 13 | . |
| 14 | src.includes = about.html,\ |
| 15 | schema/ |
| 16 | jre.compilation.profile = J2SE-1.5 |
| 17 | source.. = src/ |