blob: f6b57dc8eccf0b03c07db51316a3f03d972d4cc1 [file] [log] [blame]
<!--
/*******************************************************************************
* Copyright (c) 2009 IBM Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
-->
<project name="Build specific modifications">
<target name="pre.@dot">
<!-- Add an extdirs option to the compile to avoid a clash between the compile VM DTFJ and the com.ibm.dtfj.api plugin -->
<concat append="true" destfile="${basedir}/javaCompiler...args">-extdirs ""</concat>
</target>
<target name="post.compile.@dot"/>
<target name="post.@dot"/>
<target name="pre.build.jars"/>
<target name="post.build.jars"/>
<target name="pre.build.sources"/>
<target name="post.build.sources"/>
<target name="pre.gather.bin.parts"/>
<target name="post.gather.bin.parts"/>
<target name="pre.gather.sources"/>
<target name="post.gather.sources"/>
<target name="pre.gather.logs"/>
<target name="post.gather.logs"/>
<target name="pre.clean"/>
<target name="post.clean"/>
</project>