rsrinivasan | 7f21967 | 2007-05-10 21:38:13 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 2 | # Copyright (c) 2001, 2007 Oracle Corporation 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 | # Contributors: |
| 9 | # Oracle Corporation - initial API and implementation |
| 10 | ############################################################################### |
cbateman | 8e141e4 | 2006-07-20 19:16:20 +0000 | [diff] [blame] | 11 | source.. = src/ |
| 12 | output.. = bin/ |
| 13 | bin.includes = META-INF/,\ |
gkessler | 25801ea | 2007-06-01 17:22:04 +0000 | [diff] [blame] | 14 | .,\ |
| 15 | about.html,\ |
| 16 | plugin.properties |
cbateman | 624c4f1 | 2007-04-10 19:14:51 +0000 | [diff] [blame] | 17 | javacSource=1.5 |
gkessler | 25801ea | 2007-06-01 17:22:04 +0000 | [diff] [blame] | 18 | javacTarget=1.5 |