From c60382f9a6b144867d58cf405beef8d28d25e242 Mon Sep 17 00:00:00 2001 From: Ben Hale Date: Tue, 20 Mar 2007 13:58:03 +0000 Subject: [PATCH] Added functionality to upload SWF snapshots to S3 --- build-spring-webflow/build-continuous.xml | 38 ++++++++++++++++++++--- build-spring-webflow/ivy.xml | 17 ++++++++++ 2 files changed, 51 insertions(+), 4 deletions(-) create mode 100644 build-spring-webflow/ivy.xml diff --git a/build-spring-webflow/build-continuous.xml b/build-spring-webflow/build-continuous.xml index 97876be1..0e5d67c6 100644 --- a/build-spring-webflow/build-continuous.xml +++ b/build-spring-webflow/build-continuous.xml @@ -12,7 +12,8 @@ @author Arjen Poutsma ======================================================================= --> - + @@ -35,11 +36,11 @@ - - + @@ -74,5 +75,34 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build-spring-webflow/ivy.xml b/build-spring-webflow/ivy.xml new file mode 100644 index 00000000..22bb05e0 --- /dev/null +++ b/build-spring-webflow/ivy.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + \ No newline at end of file