From 1fc9affcab03ff4765fa1241d4495785e3fe7264 Mon Sep 17 00:00:00 2001 From: wassa Date: Wed, 25 May 2005 20:57:13 +0000 Subject: [PATCH] During the non-interactive install task, create a config directory if one doesn't exist. git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@1579 ab3bd59b-922f-494d-bb5f-6f0a3c29deca --- build.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 80e2da0..42239cd 100755 --- a/build.xml +++ b/build.xml @@ -308,7 +308,10 @@ - + + + + -- 1.7.10.4