blob: 8e3f678ca42edb10699a98a6e460187ce5ee2c15 [file] [log] [blame]
Stephan Herrmann7b7062f2010-04-01 19:56:59 +00001###############################################################################
Stephan Herrmann2c38ab42012-01-28 20:42:28 +01002# Copyright (c) 2000, 2011 IBM Corporation and others.
Stephan Herrmann7b7062f2010-04-01 19:56:59 +00003# All rights reserved. This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License v1.0
5# which accompanies this distribution, and is available at
6# http://www.eclipse.org/legal/epl-v10.html
7#
8# Contributors:
9# IBM Corporation - initial API and implementation
10###############################################################################
11customBuildCallbacks=customBuildCallbacks.xml
Stephan Herrmannd3c1c6a2010-12-11 19:33:00 +000012customBuildCallbacks.inheritall=true
Stephan Herrmann7b7062f2010-04-01 19:56:59 +000013bin.includes = plugin.xml,\
14 plugin.properties,\
15 about.html,\
16 .,\
17 jdtCompilerAdapter.jar,\
18 .options,\
19 META-INF/
20javadoc.packages = org.eclipse.jdt.core.*,\
21 org.eclipse.jdt.core.formatter.*,\
22 org.eclipse.jdt.core.compiler.*,\
23 org.eclipse.jdt.core.eval.*,\
24 org.eclipse.jdt.core.jdom.*,\
25 org.eclipse.jdt.core.dom.*,\
26 org.eclipse.jdt.core.dom.rewrite.*,\
Stephan Herrmann2c38ab42012-01-28 20:42:28 +010027 org.eclipse.jdt.core.search.*,\
28 org.eclipse.jdt.core.index.*
Stephan Herrmann7b7062f2010-04-01 19:56:59 +000029source.. = batch/,\
30 codeassist/,\
31 compiler/,\
32 eval/,\
33 formatter/,\
34 dom/,\
35 search/,\
Stephan Herrmann9a5ab182010-11-23 18:13:25 +000036 model/
Stephan Herrmann7b7062f2010-04-01 19:56:59 +000037output.. = bin/
38output.jdtCompilerAdapter.jar = antbin/
39source.jdtCompilerAdapter.jar = antadapter/
40jars.compile.order=.,jdtCompilerAdapter.jar
41jars.extra.classpath=platform:/plugin/org.apache.ant/lib/ant.jar
42src.includes = about.html,\
43 schema/
Stephan Herrmanna55c3412010-04-24 14:26:14 +000044generateSourceReferences=true