Revision history:
$Log$
+ Revision 1.4 2005/05/26 15:13:31 zurek
+ inserted module.build.file
+
Revision 1.3 2004/11/22 14:00:19 dimeglio
Updated to use standard files
Fixed names (was using common instead of real module name)
<target name="localinit"
description="Module specific initialization tasks">
+ <antcall target="gsoap" inheritAll="false">
+ <param name="ext.gsoap.version" value="2.7.0f"/>
+ <param name="ext.gsoap.rep.file" value="gSOAP-2.7.0f.tar.gz"/>
+ </antcall>
+
<antcall target="lbmakefiles" />
</target>