blob: 9a10875ab8750452f4f4645d18ee5655f0066152 [file] [log] [blame]
<project name="exportplugins" default="export" basedir=".">
<target name="init">
<tstamp/>
</target>
<target name="export" depends="init">
<ant antfile="scripts/exportplugin.xml" dir="../../org.eclipse.debug.core" target="export"/>
<ant antfile="scripts/exportplugin.xml" dir="../../org.eclipse.debug.ui" target="export"/>
<ant antfile="scripts/exportplugin.xml" dir="../../org.eclipse.jdt.debug" target="export"/>
<ant antfile="scripts/exportplugin.xml" dir="../../org.eclipse.jdt.debug.ui" target="export"/>
<ant antfile="scripts/exportplugin.xml" dir="../../org.eclipse.jdt.launching" target="export"/>
<ant antfile="scripts/exportplugin.xml" dir="../../org.eclipse.jdt.launching.j9" target="export"/>
</target>
</project>