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 | # Gerry Kessler - initial API and implementation |
| 10 | ############################################################################### |
justinchen | 488258a | 2006-04-27 23:47:21 +0000 | [diff] [blame] | 11 | bin.includes = META-INF/,\ |
| 12 | about.html,\ |
| 13 | test.xml,\ |
| 14 | jsfcoretests.jar,\ |
gkessler | f70ad6f | 2007-05-07 22:24:06 +0000 | [diff] [blame] | 15 | testfiles/,\ |
gkessler | 25801ea | 2007-06-01 17:22:04 +0000 | [diff] [blame] | 16 | plugin.xml,\ |
| 17 | plugin.properties |
justinchen | 488258a | 2006-04-27 23:47:21 +0000 | [diff] [blame] | 18 | jars.compile.order = jsfcoretests.jar |
| 19 | source.jsfcoretests.jar = src/ |
| 20 | output.jsfcoretests.jar = bin/ |
cbateman | 86acfd5 | 2007-04-10 18:58:59 +0000 | [diff] [blame] | 21 | javacSource=1.5 |
gkessler | f70ad6f | 2007-05-07 22:24:06 +0000 | [diff] [blame] | 22 | javacTarget=1.5 |