$OpenBSD: patch-features_org_eclipse_sdk_build_xml,v 1.4 2006/07/07 01:48:55 kurt Exp $
--- features/org.eclipse.sdk/build.xml.orig	Fri Jun  2 13:30:00 2006
+++ features/org.eclipse.sdk/build.xml	Wed Jun  7 00:01:17 2006
@@ -97,6 +97,12 @@
 			<fileset dir="${basedir}/gtk" includes="**"			/>
 		</copy>
 	</target>
+	<target name="rootFilesopenbsd_gtk_x86">
+		<mkdir dir="${feature.base}/openbsd.gtk.x86/${collectingFolder}"/>
+		<copy todir="${feature.base}/openbsd.gtk.x86/${collectingFolder}" failonerror="true" overwrite="true">
+			<fileset dir="${basedir}/gtk" includes="**"			/>
+		</copy>
+	</target>
 	<target name="rootFileslinux_gtk_ppc">
 		<mkdir dir="${feature.base}/linux.gtk.ppc/${collectingFolder}"/>
 		<copy todir="${feature.base}/linux.gtk.ppc/${collectingFolder}" failonerror="true" overwrite="true">
@@ -111,6 +117,12 @@
 			<fileset dir="${basedir}/gtk" includes="**"			/>
 		</copy>
 	</target>
+	<target name="rootFilesopenbsd_gtk_x86_64">
+		<mkdir dir="${feature.base}/openbsd.gtk.x86_64/${collectingFolder}"/>
+		<copy todir="${feature.base}/openbsd.gtk.x86_64/${collectingFolder}" failonerror="true" overwrite="true">
+			<fileset dir="${basedir}/gtk" includes="**"			/>
+		</copy>
+	</target>
 	<target name="rootFileslinux_gtk_ia64">
 		<mkdir dir="${feature.base}/linux.gtk.ia64/${collectingFolder}"/>
 		<copy todir="${feature.base}/linux.gtk.ia64/${collectingFolder}" failonerror="true" overwrite="true">
@@ -180,6 +192,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.sdk.">
