$OpenBSD: patch-plugins_org_eclipse_swt_gtk64_build_xml,v 1.1.1.1 2005/02/04 17:18:13 kurt Exp $
--- plugins/org.eclipse.swt.gtk64/build.xml.orig	Thu Oct 21 10:22:29 2004
+++ plugins/org.eclipse.swt.gtk64/build.xml	Thu Oct 21 10:22:54 2004
@@ -161,7 +161,7 @@
 		
 			<!-- Copy the existing 32 bit SWT source folders to the 64 bit source folder -->
 			<copy todir="${basedir}/src">
-				<fileset dir="${plugindir}" includes="Eclipse*/**"/>
+				<fileset dir="${plugindir}" includes="Eclipse*/**" excludes="**/*.orig.spaces,**/*.orig"/>
 			</copy>
 			<!-- Convert SWT 32 bit java source to 64 bit  -->
 			<swt.replace from="int /*long*/" to="long /*int*/">
