<project name="SecurityManager" default="deployment" basedir=".">

	<target name="deploy">

		<sshexec host="xxx" port="8101" username="xxx" password="xxx" trust="true" command="stop 883; stop 911; SLEEP 15; update 911; update 883; start 911; start 883; list"/>

	</target>
</project>