spingel | 3cc059b | 2009-09-23 03:45:42 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 2 | # Copyright (c) 2009 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 = META-INF/,\ |
| 9 | .,\ |
spingel | 1ca6f2d | 2009-10-02 06:39:54 +0000 | [diff] [blame] | 10 | about.html,\ |
| 11 | testdata/ |
| 12 | src.includes = about.html,\ |
| 13 | testdata/ |
spingel | 3cc059b | 2009-09-23 03:45:42 +0000 | [diff] [blame] | 14 | jars.compile.order = . |
| 15 | output.. = bin/ |
| 16 | jre.compilation.profile = J2SE-1.5 |
| 17 | source.. = src/ |