Skip to main content
summaryrefslogtreecommitdiffstats
blob: 22af7b25be6778d27c5c87585bbf43354d4b08c1 (plain) (blame)
1
2
3
4
5
6
<?xml version="1.0" encoding="UTF-8"?>
<project name="build" default="plugin_export">
	<target name="plugin_export">
		<pde.exportPlugins plugins="org.eclipse.jdt.core" destination="/home/local/tmp/updates" exportType="directory" useJARFormat="true" exportSource="false"/>
	</target>
</project>

Back to the top