fetch gsoap
authorAleš Křenek <ljocha@ics.muni.cz>
Mon, 12 Mar 2007 15:46:04 +0000 (15:46 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Mon, 12 Mar 2007 15:46:04 +0000 (15:46 +0000)
org.glite.jp.primary/build.xml

index 439631b..5905a00 100755 (executable)
@@ -12,6 +12,9 @@
 
        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>