blob: 4307e3d3f88e1c3e399d2cdf6189283c4aceeb8f [file] [log] [blame]
itrimble88a56dc2007-08-10 18:22:33 +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###############################################################################
11bin.includes = META-INF/,\
12 pagedesignertests.jar,\
13 plugin.properties,\
14 about.html,\
15 testdata/,\
cbateman92b32eb2007-09-04 18:14:56 +000016 test.xml,\
cbatemanff736142007-09-06 23:35:49 +000017 plugin.xml,\
18 metadata/
itrimble88a56dc2007-08-10 18:22:33 +000019source.pagedesignertests.jar = src/
20output.pagedesignertests.jar = bin/
21jars.compile.order = pagedesignertests.jar
22javacSource=1.5
23javacTarget=1.5