| ############################################################################### |
| # Copyright (c) 2005 Oracle Corporation. |
| # All rights reserved. This program and the accompanying materials |
| # are made available under the terms of the Eclipse Public License v1.0 |
| # which accompanies this distribution, and is available at |
| # http://www.eclipse.org/legal/epl-v10.html |
| # |
| ############################################################################### |
| bin.includes = META-INF/,\ |
| jsfmetadatatests.jar,\ |
| testfiles/,\ |
| plugin.xml,\ |
| test.xml,\ |
| about.html |
| source.jsfmetadatatests.jar = src/ |
| output.jsfmetadatatests.jar = bin/ |
| jars.compile.order = jsfmetadatatests.jar |
| javacSource=1.5 |
| javacTarget=1.5 |