blob: 22af7b25be6778d27c5c87585bbf43354d4b08c1 [file] [log] [blame]
Stephan Herrmann7b7062f2010-04-01 19:56:59 +00001<?xml version="1.0" encoding="UTF-8"?>
2<project name="build" default="plugin_export">
3 <target name="plugin_export">
4 <pde.exportPlugins plugins="org.eclipse.jdt.core" destination="/home/local/tmp/updates" exportType="directory" useJARFormat="true" exportSource="false"/>
5 </target>
6</project>