blob: db0307d7390bb58020d7694f8a9deb101f5e6c5c [file] [log] [blame]
Stephan Herrmann7b7062f2010-04-01 19:56:59 +00001###############################################################################
2# Copyright (c) 2000, 2009 IBM Corporation and others.
3# 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
12bin.includes = plugin.xml,\
13 plugin.properties,\
14 about.html,\
15 .,\
16 jdtCompilerAdapter.jar,\
17 .options,\
18 META-INF/
19javadoc.packages = org.eclipse.jdt.core.*,\
20 org.eclipse.jdt.core.formatter.*,\
21 org.eclipse.jdt.core.compiler.*,\
22 org.eclipse.jdt.core.eval.*,\
23 org.eclipse.jdt.core.jdom.*,\
24 org.eclipse.jdt.core.dom.*,\
25 org.eclipse.jdt.core.dom.rewrite.*,\
26 org.eclipse.jdt.core.search.*
27source.. = batch/,\
28 codeassist/,\
29 compiler/,\
30 eval/,\
31 formatter/,\
32 dom/,\
33 search/,\
34 model/,\
35 util/
36output.. = 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/