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 | ############################################################################### |
justinchen | 488258a | 2006-04-27 23:47:21 +0000 | [diff] [blame] | 11 | bin.includes = META-INF/,\ |
| 12 | jsfuitests.jar,\ |
| 13 | test.xml,\ |
gkessler | 25801ea | 2007-06-01 17:22:04 +0000 | [diff] [blame] | 14 | about.html,\ |
| 15 | plugin.properties |
justinchen | 488258a | 2006-04-27 23:47:21 +0000 | [diff] [blame] | 16 | source.jsfuitests.jar = src/ |
| 17 | jars.compile.order = jsfuitests.jar |
justinchen | 488258a | 2006-04-27 23:47:21 +0000 | [diff] [blame] | 18 | output.jsfuitests.jar = bin/ |
cbateman | 3f9b3db | 2007-04-10 19:17:13 +0000 | [diff] [blame] | 19 | javacSource=1.5 |
gkessler | 25801ea | 2007-06-01 17:22:04 +0000 | [diff] [blame] | 20 | javacTarget=1.5 |