blob: 03ccbf04628e4e92c917bd8b64ba431330b7b8dc [file] [log] [blame]
Stephan Herrmann7b7062f2010-04-01 19:56:59 +00001###############################################################################
Stephan Herrmannd4cbc682016-10-28 20:51:00 +02002# Copyright (c) 2000, 2016 IBM Corporation and others.
Stephan Herrmannaa0c80c2018-09-08 22:11:53 +02003#
4# This program and the accompanying materials
5# are made available under the terms of the Eclipse Public License 2.0
Stephan Herrmann7b7062f2010-04-01 19:56:59 +00006# which accompanies this distribution, and is available at
Stephan Herrmannaa0c80c2018-09-08 22:11:53 +02007# https://www.eclipse.org/legal/epl-2.0/
8#
9# SPDX-License-Identifier: EPL-2.0
Stephan Herrmann7b7062f2010-04-01 19:56:59 +000010#
11# Contributors:
12# IBM Corporation - initial API and implementation
13###############################################################################
14customBuildCallbacks=customBuildCallbacks.xml
Stephan Herrmannd3c1c6a2010-12-11 19:33:00 +000015customBuildCallbacks.inheritall=true
Stephan Herrmann7b7062f2010-04-01 19:56:59 +000016bin.includes = plugin.xml,\
17 plugin.properties,\
18 about.html,\
19 .,\
20 jdtCompilerAdapter.jar,\
21 .options,\
22 META-INF/
23javadoc.packages = org.eclipse.jdt.core.*,\
24 org.eclipse.jdt.core.formatter.*,\
25 org.eclipse.jdt.core.compiler.*,\
26 org.eclipse.jdt.core.eval.*,\
27 org.eclipse.jdt.core.jdom.*,\
28 org.eclipse.jdt.core.dom.*,\
29 org.eclipse.jdt.core.dom.rewrite.*,\
Stephan Herrmann2c38ab42012-01-28 20:42:28 +010030 org.eclipse.jdt.core.search.*,\
31 org.eclipse.jdt.core.index.*
Stephan Herrmann7b7062f2010-04-01 19:56:59 +000032source.. = batch/,\
33 codeassist/,\
34 compiler/,\
35 eval/,\
36 formatter/,\
37 dom/,\
38 search/,\
Stephan Herrmann9a5ab182010-11-23 18:13:25 +000039 model/
Stephan Herrmann7b7062f2010-04-01 19:56:59 +000040output.. = bin/
41output.jdtCompilerAdapter.jar = antbin/
42source.jdtCompilerAdapter.jar = antadapter/
43jars.compile.order=.,jdtCompilerAdapter.jar
44jars.extra.classpath=platform:/plugin/org.apache.ant/lib/ant.jar
45src.includes = about.html,\
46 schema/
Stephan Herrmanna55c3412010-04-24 14:26:14 +000047generateSourceReferences=true
Stephan Herrmannd4cbc682016-10-28 20:51:00 +020048javacWarnings..=+fieldHiding,-unavoidableGenericProblems