$OpenBSD: patch-build_xml,v 1.1.1.1 2013/07/10 14:40:29 jasper Exp $

Correctly recognize and handle OpenBSD.

--- build.xml.orig	Wed Apr 17 07:48:52 2013
+++ build.xml	Tue Jul  2 14:28:54 2013
@@ -95,6 +95,9 @@
         <condition property="dist.os" value="os400">
             <equals arg1="${os.name}" arg2="OS/400"/>
         </condition>
+        <condition property="dist.os" value="openbsd">
+            <equals arg1="${os.name}" arg2="OpenBSD"/>
+        </condition>
         <property name="dist.os" value="${os.name}"/>
         
         <!-- Resolve an architecture to use in release names. -->
@@ -395,6 +398,7 @@
             <or>
                 <isset property="is.osf1"/>
                 <isset property="is.freebsd"/>
+		<isset property="is.openbsd"/>
                 <isset property="is.irix"/>
                 <isset property="is.solaris"/>
             </or>
@@ -1833,6 +1837,8 @@ original tar distribution due to a lack of support for
         <release-delta-extract-platform osname="windows" osarch="x86" bits="32" wrapperbinhead="wrapper" wrapperbintail=".exe" wrapperlibhead="wrapper" wrapperlibtail=".dll" archivetype="zip"/>
         <release-delta-extract-platform osname="linux" osarch="armel" bits="32" wrapperbinhead="wrapper" wrapperbintail="" wrapperlibhead="libwrapper" wrapperlibtail=".so" archivetype="tar.gz"/>
         <release-delta-extract-platform osname="linux" osarch="armhf" bits="32" wrapperbinhead="wrapper" wrapperbintail="" wrapperlibhead="libwrapper" wrapperlibtail=".so" archivetype="tar.gz"/>
+        <release-delta-extract-platform osname="openbsd" osarch="x86" bits="32" wrapperbinhead="wrapper" wrapperbintail="" wrapperlibhead="libwrapper" wrapperlibtail=".so" archivetype="tar.gz"/>
+        <release-delta-extract-platform osname="openbsd" osarch="x86" bits="64" wrapperbinhead="wrapper" wrapperbintail="" wrapperlibhead="libwrapper" wrapperlibtail=".so" archivetype="tar.gz"/>
     </target>
     <target name="release-delta" depends="pre-release:check, release-delta:init, pre-release:restore-jdocs, release-delta:extract-platforms">
         <property name="deltareleasefile" value="wrapper-delta-pack-${version}"/>
