Skip to main content
summaryrefslogtreecommitdiffstats
blob: 8b53a0bcf12a00faa73b7a1b9f101dbcef482fb1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
###############################################################################
# Copyright (c) 2006, 2007 Oracle Corporation.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
#     Oracle - initial API and implementation
###############################################################################
bin.includes = META-INF/,\
               pagedesignertests.jar,\
               plugin.properties,\
               about.html,\
               testdata/,\
               test.xml,\
               plugin.xml,\
               metadata/
source.pagedesignertests.jar = src/
output.pagedesignertests.jar = bin/
jars.compile.order = pagedesignertests.jar
javacSource=1.5
javacTarget=1.5

Back to the top