alagarde | 25fb93c | 2011-07-21 14:00:50 +0200 | [diff] [blame] | 1 | ################################################################################ |
| 2 | # Copyright (c) 2010, 2011 Obeo. |
| 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 | # Contributors: |
| 9 | # Obeo - initial API and implementation |
| 10 | ################################################################################ |
| 11 | bin.includes = .,\ |
| 12 | META-INF/,\ |
| 13 | plugin.properties,\ |
wpiers | ca1c953 | 2011-10-20 10:32:59 +0200 | [diff] [blame^] | 14 | about.html |
alagarde | 25fb93c | 2011-07-21 14:00:50 +0200 | [diff] [blame] | 15 | jars.compile.order = . |
| 16 | source.. = src/ |
| 17 | output.. = bin/ |
| 18 | Bundle-ClassPath: . |
| 19 | src.includes = about.html |