Revision: 4156
Author: janne.t.harkonen
Date: Wed Sep 29 06:13:59 2010
Log: script to download dependencies
http://code.google.com/p/robotframework/source/detail?r=4156
Added:
/trunk/proto/atdd-tutorial-berlin-2010/download_deps.sh
=======================================
--- /dev/null
+++ /trunk/proto/atdd-tutorial-berlin-2010/download_deps.sh Wed Sep 29
06:13:59 2010
@@ -0,0 +1,5 @@
+#!/bin/bash
+#downloads the project dependencies to lib directory
+wget -P lib
http://robotframework.googlecode.com/files/robotframework-2.5.4.jar
+wget -P lib
http://robotframework-swinglibrary.googlecode.com/files/swinglibrary-1.1.1.jar
+