$OpenBSD: patch-features_org_eclipse_pde_source_build_xml,v 1.4 2006/07/07 01:48:55 kurt Exp $
--- features/org.eclipse.pde.source/build.xml.orig	Fri Jun  2 13:29:59 2006
+++ features/org.eclipse.pde.source/build.xml	Tue Jun  6 23:03:45 2006
@@ -93,6 +93,10 @@
 	</target>
 	<target name="rootFilessolaris_gtk_x86">
 	</target>
+	<target name="rootFilesopenbsd_gtk_x86">
+	</target>
+	<target name="rootFilesopenbsd_gtk_x86_64">
+	</target>
 	<target name="rootFilessolaris_motif_sparc">
 	</target>
 	<target name="rootFilesaix_motif_ppc">
@@ -122,6 +126,8 @@
 		<antcall target="rootFileshpux_motif_ia64"/>
 		<antcall target="rootFileshpux_motif_ia64_32"/>
 		<antcall target="rootFilesqnx_photon_x86"/>
+		<antcall target="rootFilesopenbsd_gtk_x86"/>
+		<antcall target="rootFilesopenbsd_gtk_x86_64"/>
 	</target>
 
 	<target name="zip.distribution" depends="init" description="Create a zip containing all the plug-ins and features for the feature: org.eclipse.pde.source.">
