blob: ff520f9660f038ad5f5c24af86ad9a42c5b7d4ad [file] [log] [blame]
Stephan Herrmann7b7062f2010-04-01 19:56:59 +00001###############################################################################
Stephan Herrmanna55c3412010-04-24 14:26:14 +00002# Copyright (c) 2000, 2010 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.*,\
27 org.eclipse.jdt.core.search.*
28source.. = batch/,\
29 codeassist/,\
30 compiler/,\
31 eval/,\
32 formatter/,\
33 dom/,\
34 search/,\
Stephan Herrmann9a5ab182010-11-23 18:13:25 +000035 model/
Stephan Herrmann7b7062f2010-04-01 19:56:59 +000036output.. = bin/
37output.jdtCompilerAdapter.jar = antbin/
38source.jdtCompilerAdapter.jar = antadapter/
39jars.compile.order=.,jdtCompilerAdapter.jar
40jars.extra.classpath=platform:/plugin/org.apache.ant/lib/ant.jar
41src.includes = about.html,\
42 schema/
Stephan Herrmanna55c3412010-04-24 14:26:14 +000043generateSourceReferences=true