blob: 2bf449e5731547bf87357cb792736d58c979d22d [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###############################################################################
gkesslerf3e1ae62006-05-03 21:47:05 +00009bin.includes = META-INF/,\
justinchen017d0142006-06-15 21:55:45 +000010 jsfmetadatatests.jar,\
11 testfiles/,\
justinchence9bcd72006-06-15 22:54:44 +000012 plugin.xml,\
justinchen01a4f7c2006-06-21 22:53:17 +000013 test.xml,\
gkessler25801ea2007-06-01 17:22:04 +000014 about.html,\
gkesslere5b65a02007-09-10 21:08:54 +000015 plugin.properties,\
16 RootOfPluginTest.properties,\
17 RootOfPluginTest.xml
justinchen017d0142006-06-15 21:55:45 +000018source.jsfmetadatatests.jar = src/
19output.jsfmetadatatests.jar = bin/
20jars.compile.order = jsfmetadatatests.jar
cbatemanc4b19262007-04-10 19:10:56 +000021javacSource=1.5
gkessler25801ea2007-06-01 17:22:04 +000022javacTarget=1.5