git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd9573b
)
download both gsoap 2.6.2 and 2.7.0
author
Aleš Křenek
<ljocha@ics.muni.cz>
Mon, 10 Oct 2005 13:00:25 +0000
(13:00 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Mon, 10 Oct 2005 13:00:25 +0000
(13:00 +0000)
org.glite.security.gsoap-plugin/build.xml
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.security.gsoap-plugin/build.xml
b/org.glite.security.gsoap-plugin/build.xml
index
b93e59c
..
b5b3f7f
100755
(executable)
--- a/
org.glite.security.gsoap-plugin/build.xml
+++ b/
org.glite.security.gsoap-plugin/build.xml
@@
-84,6
+84,15
@@
<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>