Fixing typo in the build script
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Wed, 24 Jun 2009 19:30:43 +0200
changeset 12664dfe5e86d509
parent 1265 75acc009e9d8
child 1267 98e052c06403
Fixing typo in the build script
build.xml
     1.1 --- a/build.xml	Wed Jun 24 17:51:59 2009 +0200
     1.2 +++ b/build.xml	Wed Jun 24 19:30:43 2009 +0200
     1.3 @@ -4,7 +4,7 @@
     1.4  
     1.5      <target name="all">
     1.6          <antcall target="base"/>
     1.7 -        <antclal target="xml"/>
     1.8 +        <antcall target="xml"/>
     1.9          <antcall target="client"/>
    1.10          <antcall target="applet"/>
    1.11          <antcall target="corba"/>