Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9c72f16b000fb29d5f6efee23bcbe424db19acf6 (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
###############################################################################
# Copyright (c) 2006, 2011 BEA Systems Inc.
# 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
###############################################################################
bin.includes = about.html,\
               plugin.properties,\
               test.xml,\
               compilerapttests.jar,\
               META-INF/,\
               lib/apttestprocessors.jar,\
               resources/
src.includes = about.html
source.compilerapttests.jar = src/
jars.compile.order = compilerapttests.jar,\
                     lib/apttestprocessors.jar
source.lib/apttestprocessors.jar = processors/
output.compilerapttests.jar = bin/
compilerArg=-proc:none

Back to the top