--- build.xml.orig	2006-01-06 19:01:39.000000000 +0100
+++ build.xml	2006-01-06 19:03:05.000000000 +0100
@@ -9,7 +9,7 @@
   <property name="midp4palm.home" value="c:/util/midp4palm1.0" />
 
 
-  <property name="target" value="1.1" />
+  <property name="target" value="1.3" />
   <!-- set global properties for this build -->
 
   <property name="name" value="XML Pull Parser"/>
@@ -318,7 +318,7 @@
   <!-- =================================================================== -->
 
   <target name="api_sax2" depends="prepare">
-    <mkdir dir="${build_api_sax2}"/>
+    <mkdir dir="${build_api_sax2}"/>
     <!-- Use the debian sax package to build against 
     <javac target="${target}" debug="${debug}" deprecation="${deprecation}"
       srcdir="${src_api_sax2}" destdir="${build_api_sax2}"
@@ -336,7 +336,7 @@
   </target>
 
   <target name="api_jaxp11" depends="api_sax2">
-    <mkdir dir="${build_api_jaxp11}"/>
+    <mkdir dir="${build_api_jaxp11}"/>
     <!-- Use the debian jaxp package to build against 
     <javac target="${target}" debug="${debug}" deprecation="${deprecation}"
       srcdir="${src_api_jaxp11}" destdir="${build_api_jaxp11}"
