blob: 129b644b660b10f0d8eed4bf50a2b4194b1de26f [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# Oracle - initial API and implementation
10###############################################################################
justinchen488258a2006-04-27 23:47:21 +000011bin.includes = META-INF/,\
12 jsfuitests.jar,\
13 test.xml,\
gkessler25801ea2007-06-01 17:22:04 +000014 about.html,\
15 plugin.properties
justinchen488258a2006-04-27 23:47:21 +000016source.jsfuitests.jar = src/
17jars.compile.order = jsfuitests.jar
justinchen488258a2006-04-27 23:47:21 +000018output.jsfuitests.jar = bin/
cbateman3f9b3db2007-04-10 19:17:13 +000019javacSource=1.5
gkessler25801ea2007-06-01 17:22:04 +000020javacTarget=1.5