Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e872602914763e5ca54b98808343035e9fa49808 (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
26
27
28
29
30
31
###############################################################################
# Copyright (c) 2006, 2018 BEA Systems Inc. and others
#
# 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:
#     wharley@bea.com - initial API and implementation
#     Red Hat Inc. (mistria) - Avoid nested jars
###############################################################################
source.. = src/
output.. = bin/
# Don't rebuild apttestprocessors everytime to avoid dirty working tree
# lib/apttestprocessors.jar considered as a resource set a dev-timeY
#source.lib/apttestprocessors.jar = processors/
#jars.compile.order = lib/apttestprocessors.jar,.
bin.includes = about.html,\
               plugin.properties,\
               test.xml,\
               META-INF/,\
               resources/,\
               java10/,\
               lib/,\
               .
src.includes = about.html
compilerArg=-proc:none
jars.extra.classpath = java10/java10api.jar

Back to the top