From 1130608b2b1c7d992e45a683f4767a2860595d9e Mon Sep 17 00:00:00 2001 From: Ian Young Date: Thu, 24 Feb 2011 09:46:51 +0000 Subject: [PATCH] Reorganise so that we have somewhere to put per-federation information. --- build.xml | 6 ++++-- {build => feds/incommon}/incommon.pem | 0 2 files changed, 4 insertions(+), 2 deletions(-) rename {build => feds/incommon}/incommon.pem (100%) diff --git a/build.xml b/build.xml index 4a52be0f..3153d494 100644 --- a/build.xml +++ b/build.xml @@ -42,6 +42,7 @@ --> + + + value="${incommon.dir}/incommon.pem"/> @@ -886,7 +888,7 @@ - + diff --git a/build/incommon.pem b/feds/incommon/incommon.pem similarity index 100% rename from build/incommon.pem rename to feds/incommon/incommon.pem