blob: e9e65fe78315a8f571dc736c8231372ef60ed68d [file] [log] [blame]
justinchen01a4f7c2006-06-21 22:53:17 +00001###############################################################################
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###############################################################################
justinchen488258a2006-04-27 23:47:21 +000011bin.includes = META-INF/,\
12 about.html,\
13 test.xml,\
14 jsfcoretests.jar,\
gkesslerf70ad6f2007-05-07 22:24:06 +000015 testfiles/,\
gkessler25801ea2007-06-01 17:22:04 +000016 plugin.xml,\
17 plugin.properties
justinchen488258a2006-04-27 23:47:21 +000018jars.compile.order = jsfcoretests.jar
19source.jsfcoretests.jar = src/
20output.jsfcoretests.jar = bin/
cbateman86acfd52007-04-10 18:58:59 +000021javacSource=1.5
gkesslerf70ad6f2007-05-07 22:24:06 +000022javacTarget=1.5