[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[xmlblaster] build dist-client
Hello,
I built a distribution with build.sh dist-client and I found out that
the concurrent.jar is needed for socket protocol.
I added in my build.xml file following line:
<target name="dist-client-only" depends="" description="">
:
:
<!-- new Entry -->
<unjar src="${lib.dir}/concurrent.jar"
dest="${dist-client.dir}/classes" />
:
:
Is this correct?
regards Meinrad