blob: 6afa53ad568ffe11ce3d6120a5afb2b160e4c963 [file] [log] [blame]
justinchen01a4f7c2006-06-21 22:53:17 +00001###############################################################################
2# Copyright (c) 2006 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###############################################################################
justinchen2ad45072006-05-25 16:56:18 +000011bin.includes = META-INF/,\
justinchen47c671b2006-06-16 03:43:22 +000012 jsfcontentassisttests.jar,\
justinchen01a4f7c2006-06-21 22:53:17 +000013 test.xml,\
cbatemand56c43d2007-05-30 20:23:11 +000014 about.html,\
gkessler25801ea2007-06-01 17:22:04 +000015 testdata/,\
16 plugin.properties
justinchencd79a3a2006-06-16 02:49:51 +000017source.jsfcontentassisttests.jar = src/
18output.jsfcontentassisttests.jar = bin/
19jars.compile.order = jsfcontentassisttests.jar
cbateman4c0cf7a2007-04-10 18:52:39 +000020javacSource=1.5
cbatemand56c43d2007-05-30 20:23:11 +000021javacTarget=1.5