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 | ############################################################################### |
gkessler | f3e1ae6 | 2006-05-03 21:47:05 +0000 | [diff] [blame] | 9 | bin.includes = META-INF/,\ |
justinchen | 017d014 | 2006-06-15 21:55:45 +0000 | [diff] [blame] | 10 | jsfmetadatatests.jar,\ |
| 11 | testfiles/,\ |
justinchen | ce9bcd7 | 2006-06-15 22:54:44 +0000 | [diff] [blame] | 12 | plugin.xml,\ |
justinchen | 01a4f7c | 2006-06-21 22:53:17 +0000 | [diff] [blame] | 13 | test.xml,\ |
gkessler | 25801ea | 2007-06-01 17:22:04 +0000 | [diff] [blame] | 14 | about.html,\ |
gkessler | e5b65a0 | 2007-09-10 21:08:54 +0000 | [diff] [blame] | 15 | plugin.properties,\ |
| 16 | RootOfPluginTest.properties,\ |
| 17 | RootOfPluginTest.xml |
justinchen | 017d014 | 2006-06-15 21:55:45 +0000 | [diff] [blame] | 18 | source.jsfmetadatatests.jar = src/ |
| 19 | output.jsfmetadatatests.jar = bin/ |
| 20 | jars.compile.order = jsfmetadatatests.jar |
cbateman | c4b1926 | 2007-04-10 19:10:56 +0000 | [diff] [blame] | 21 | javacSource=1.5 |
gkessler | 25801ea | 2007-06-01 17:22:04 +0000 | [diff] [blame] | 22 | javacTarget=1.5 |