itrimble | 88a56dc | 2007-08-10 18:22:33 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 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 | ############################################################################### |
| 11 | bin.includes = META-INF/,\ |
| 12 | pagedesignertests.jar,\ |
| 13 | plugin.properties,\ |
| 14 | about.html,\ |
| 15 | testdata/,\ |
cbateman | 92b32eb | 2007-09-04 18:14:56 +0000 | [diff] [blame] | 16 | test.xml,\ |
cbateman | ff73614 | 2007-09-06 23:35:49 +0000 | [diff] [blame] | 17 | plugin.xml,\ |
| 18 | metadata/ |
itrimble | 88a56dc | 2007-08-10 18:22:33 +0000 | [diff] [blame] | 19 | source.pagedesignertests.jar = src/ |
| 20 | output.pagedesignertests.jar = bin/ |
| 21 | jars.compile.order = pagedesignertests.jar |
| 22 | javacSource=1.5 |
| 23 | javacTarget=1.5 |