Stephan Herrmann | 7b7062f | 2010-04-01 19:56:59 +0000 | [diff] [blame] | 1 | <?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> |