justinchen | 01a4f7c | 2006-06-21 22:53:17 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 2 | # Copyright (c) 2005 Oracle Corporation. |
| 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 | # Oracle - initial API and implementation |
| 10 | ############################################################################### |
gkessler | f3e1ae6 | 2006-05-03 21:47:05 +0000 | [diff] [blame] | 11 | source.. = src/ |
| 12 | output.. = bin/ |
| 13 | bin.includes = META-INF/,\ |
| 14 | .,\ |
justinchen | 0ae5696 | 2006-06-16 02:41:37 +0000 | [diff] [blame] | 15 | plugin.xml,\ |
justinchen | 01a4f7c | 2006-06-21 22:53:17 +0000 | [diff] [blame] | 16 | metadata/,\ |
gkessler | 25801ea | 2007-06-01 17:22:04 +0000 | [diff] [blame] | 17 | about.html,\ |
| 18 | plugin.properties |
cbateman | c4b1926 | 2007-04-10 19:10:56 +0000 | [diff] [blame] | 19 | javacSource=1.5 |
gkessler | 25801ea | 2007-06-01 17:22:04 +0000 | [diff] [blame] | 20 | javacTarget=1.5 |