client, corba and tools module need to depend on xml
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Thu, 25 Jun 2009 07:58:24 +0200
changeset 126798e052c06403
parent 1266 4dfe5e86d509
child 1268 86b67881d4b1
client, corba and tools module need to depend on xml
build.xml
     1.1 --- a/build.xml	Wed Jun 24 19:30:43 2009 +0200
     1.2 +++ b/build.xml	Thu Jun 25 07:58:24 2009 +0200
     1.3 @@ -337,19 +337,19 @@
     1.4      <target name="client">
     1.5          <antcall target="-compile-one-module">
     1.6              <param name="module" value="client"/>
     1.7 -            <param name="depends" value="base"/>
     1.8 +            <param name="depends" value="base:xml"/>
     1.9          </antcall>
    1.10      </target>
    1.11      <target name="corba">
    1.12          <antcall target="-compile-one-module">
    1.13              <param name="module" value="corba"/>
    1.14 -            <param name="depends" value="base:client:applet"/>
    1.15 +            <param name="depends" value="base:client:applet:xml"/>
    1.16          </antcall>
    1.17      </target>
    1.18      <target name="tools">
    1.19          <antcall target="-compile-one-module">
    1.20              <param name="module" value="tools"/>
    1.21 -            <param name="depends" value="base:client:applet:corba"/>
    1.22 +            <param name="depends" value="base:client:applet:corba:xml"/>
    1.23          </antcall>
    1.24      </target>
    1.25      <target name="xml">