mwenz | b5dc2f9 | 2010-06-16 13:24:52 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 2 | # <copyright> |
| 3 | # |
| 4 | # Copyright (c) 2005, 2010 SAP AG. |
| 5 | # All rights reserved. This program and the accompanying materials |
| 6 | # are made available under the terms of the Eclipse Public License v1.0 |
| 7 | # which accompanies this distribution, and is available at |
| 8 | # http://www.eclipse.org/legal/epl-v10.html |
| 9 | # |
| 10 | # Contributors: |
| 11 | # SAP AG - initial API, implementation and documentation |
| 12 | # |
| 13 | # </copyright> |
| 14 | # |
| 15 | ############################################################################### |
| 16 | |
| 17 | bin.includes = .,\ |
| 18 | META-INF/,\ |
| 19 | plugin.properties,\ |
| 20 | about.html,\ |
| 21 | plugin.xml |
| 22 | jars.compile.order = . |
| 23 | source.. = src/ |
| 24 | output.. = bin/ |
mwenz | d32b131 | 2010-07-21 07:21:44 +0000 | [diff] [blame] | 25 | src.includes = about.html |
mwenz | ce4a132 | 2011-10-26 14:01:28 +0200 | [diff] [blame] | 26 | jre.compilation.profile = J2SE-1.5 |
mwenz | b5dc2f9 | 2010-06-16 13:24:52 +0000 | [diff] [blame] | 27 | |