download both gsoap 2.6.2 and 2.7.0
authorAleš Křenek <ljocha@ics.muni.cz>
Mon, 10 Oct 2005 13:00:25 +0000 (13:00 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Mon, 10 Oct 2005 13:00:25 +0000 (13:00 +0000)
org.glite.security.gsoap-plugin/build.xml

index b93e59c..b5b3f7f 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"/>
+               </antcall>
+
                <antcall target="secmakefiles" />
        </target>