fix fetching all the gsoap versions
authorAleš Křenek <ljocha@ics.muni.cz>
Mon, 12 Mar 2007 15:29:51 +0000 (15:29 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Mon, 12 Mar 2007 15:29:51 +0000 (15:29 +0000)
org.glite.security.gsoap-plugin/build.xml

index 1bfdeed..a5ccbb2 100755 (executable)
        
        <target name="localinit"
                description="Module specific initialization tasks">
-               <property name="ext.gsoap.platform" value="src"/>
                <antcall target="gsoap" inheritAll="false">
                        <param name="ext.gsoap.version" value="2.6.2"/>
                </antcall>
 
                <antcall target="gsoap" inheritAll="false">
-                       <param name="ext.gsoap.version" value="2.7.0"/>
+                       <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="gsoap" inheritAll="false">
                        <param name="ext.gsoap.version" value="2.7.6b"/>
-                       <param name="ext.gsoap.platform" value="src"/>
                </antcall>
 
+               <antcall target="gsoap" inheritAll="false">
+                       <param name="ext.gsoap.version" value="2.7.9b"/>
+                       <param name="ext.gsoap.rep.file" value="gSOAP-2.7.9b.tar.gz"/>
+               </antcall>
+
+
                <antcall target="secmakefiles" />
        </target>