Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 1 | ############################################################################### |
Stephan Herrmann | 2c38ab4 | 2012-01-28 20:42:28 +0100 | [diff] [blame] | 2 | # Copyright (c) 2000, 2011 IBM Corporation and others. |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 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 | ############################################################################### |
| 11 | customBuildCallbacks=customBuildCallbacks.xml |
Stephan Herrmann | d3c1c6a | 2010-12-11 19:33:00 +0000 | [diff] [blame] | 12 | customBuildCallbacks.inheritall=true |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 13 | bin.includes = plugin.xml,\ |
| 14 | plugin.properties,\ |
| 15 | about.html,\ |
| 16 | .,\ |
| 17 | jdtCompilerAdapter.jar,\ |
| 18 | .options,\ |
| 19 | META-INF/ |
| 20 | javadoc.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 Herrmann | 2c38ab4 | 2012-01-28 20:42:28 +0100 | [diff] [blame] | 27 | org.eclipse.jdt.core.search.*,\ |
| 28 | org.eclipse.jdt.core.index.* |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 29 | source.. = batch/,\ |
| 30 | codeassist/,\ |
| 31 | compiler/,\ |
| 32 | eval/,\ |
| 33 | formatter/,\ |
| 34 | dom/,\ |
| 35 | search/,\ |
Stephan Herrmann | 9a5ab18 | 2010-11-23 18:13:25 +0000 | [diff] [blame] | 36 | model/ |
Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 37 | output.. = bin/ |
| 38 | output.jdtCompilerAdapter.jar = antbin/ |
| 39 | source.jdtCompilerAdapter.jar = antadapter/ |
| 40 | jars.compile.order=.,jdtCompilerAdapter.jar |
| 41 | jars.extra.classpath=platform:/plugin/org.apache.ant/lib/ant.jar |
| 42 | src.includes = about.html,\ |
| 43 | schema/ |
Stephan Herrmann | a55c341 | 2010-04-24 14:26:14 +0000 | [diff] [blame] | 44 | generateSourceReferences=true |