#!/bin/sh
set -C -e -f -u
cd "$ADTTMP"

# demo/hello_wsdl/ in source tree.
cp -r /usr/share/doc/libaws-doc/examples/hello_wsdl .
cd hello_wsdl
wsdl2aws -q -doc -timeouts 1,2,2 hello.wsdl
gprbuild -v hello_wsdl.gpr
