Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 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 | ############################################################################### |
| 11 | customBuildCallbacks=customBuildCallbacks.xml |
| 12 | bin.includes = plugin.xml,\ |
| 13 | plugin.properties,\ |
| 14 | about.html,\ |
| 15 | .,\ |
| 16 | jdtCompilerAdapter.jar,\ |
| 17 | .options,\ |
| 18 | META-INF/ |
| 19 | javadoc.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.* |
| 27 | source.. = batch/,\ |
| 28 | codeassist/,\ |
| 29 | compiler/,\ |
| 30 | eval/,\ |
| 31 | formatter/,\ |
| 32 | dom/,\ |
| 33 | search/,\ |
| 34 | model/,\ |
| 35 | util/ |
| 36 | output.. = bin/ |
| 37 | output.jdtCompilerAdapter.jar = antbin/ |
| 38 | source.jdtCompilerAdapter.jar = antadapter/ |
| 39 | jars.compile.order=.,jdtCompilerAdapter.jar |
| 40 | jars.extra.classpath=platform:/plugin/org.apache.ant/lib/ant.jar |
| 41 | src.includes = about.html,\ |
| 42 | schema/ |