Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: bc8963d977d91b477d47fbd8319c9d749c73daf7 (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
###############################################################################
# Copyright (c) 2006, 2013 BEA Systems Inc. and others
# 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
#
# 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/,\
               lib/,\
               .
src.includes = about.html
compilerArg=-proc:none

Back to the top