rsrinivasan | b2823e4 | 2007-05-03 21:31:22 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 2 | # Copyright (c) 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 | 0016f14 | 2006-07-20 19:31:24 +0000 | [diff] [blame] | 11 | |
rsrinivasan | 7f21967 | 2007-05-10 21:38:13 +0000 | [diff] [blame] | 12 | jars.compile.order = . |
cbateman | fbbd02e | 2007-04-11 07:37:51 +0000 | [diff] [blame] | 13 | javacSource=1.5 |
rsrinivasan | b2823e4 | 2007-05-03 21:31:22 +0000 | [diff] [blame] | 14 | javacTarget=1.5 |
rsrinivasan | 7f21967 | 2007-05-10 21:38:13 +0000 | [diff] [blame] | 15 | source.. = src/ |
| 16 | output.. = bin/ |
| 17 | bin.includes = .,\ |
| 18 | META-INF/,\ |
| 19 | test.xml,\ |
| 20 | testdata/,\ |
gkessler | 25801ea | 2007-06-01 17:22:04 +0000 | [diff] [blame] | 21 | plugin.xml,\ |
rsrinivasan | ab05630 | 2007-06-11 18:33:00 +0000 | [diff] [blame] | 22 | plugin.properties,\ |
| 23 | about.html |