use gsoap 2.7.6b too
authorAleš Křenek <ljocha@ics.muni.cz>
Tue, 18 Oct 2005 07:16:35 +0000 (07:16 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Tue, 18 Oct 2005 07:16:35 +0000 (07:16 +0000)
org.glite.security.gsoap-plugin/Makefile
org.glite.security.gsoap-plugin/build.xml

index 30e6d7b..5b91a8b 100644 (file)
@@ -17,7 +17,7 @@ gsoap_prefix=/opt/gsoap
 
 CC=gcc
 
-gsoap_versions?=2.6.2 2.7.0
+gsoap_versions?=2.6.2 2.7.0 2.7.6b
 
 -include Makefile.inc
 -include ../Makefile.inc
index b5b3f7f..1bfdeed 100755 (executable)
                        <param name="ext.gsoap.version" value="2.7.0"/>
                </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="secmakefiles" />
        </target>