$OpenBSD: patch-features_org_eclipse_jdt_build_xml,v 1.3 2006/07/07 01:48:55 kurt Exp $
--- features/org.eclipse.jdt/build.xml.orig	Fri Jun  2 13:29:59 2006
+++ features/org.eclipse.jdt/build.xml	Tue Jun  6 22:58:11 2006
@@ -213,6 +213,18 @@
 			<fileset dir="${basedir}/rootfiles" 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}/rootfiles" 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}/rootfiles" includes="**"			/>
+		</copy>
+	</target>
 	<target name="rootFilessolaris_motif_sparc">
 		<mkdir dir="${feature.base}/solaris.motif.sparc/${collectingFolder}"/>
 		<copy todir="${feature.base}/solaris.motif.sparc/${collectingFolder}" failonerror="true" overwrite="true">
@@ -266,6 +278,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.jdt.">
