From feb2d35b23831b89a28605d5672a0d2241e42365 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Mon, 14 Sep 2009 02:34:14 +0000 Subject: [PATCH] Added accept and reject processors and ACCEPT target --- sfatables/targets/ACCEPT.xml | 8 ++++++++ sfatables/targets/accept.xsl | 12 ++++++++++++ sfatables/targets/reject.xsl | 8 ++++++++ 3 files changed, 28 insertions(+) create mode 100644 sfatables/targets/ACCEPT.xml create mode 100644 sfatables/targets/accept.xsl create mode 100644 sfatables/targets/reject.xsl diff --git a/sfatables/targets/ACCEPT.xml b/sfatables/targets/ACCEPT.xml new file mode 100644 index 00000000..7a8968e3 --- /dev/null +++ b/sfatables/targets/ACCEPT.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/sfatables/targets/accept.xsl b/sfatables/targets/accept.xsl new file mode 100644 index 00000000..9a397ef7 --- /dev/null +++ b/sfatables/targets/accept.xsl @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/sfatables/targets/reject.xsl b/sfatables/targets/reject.xsl new file mode 100644 index 00000000..0c07e5e6 --- /dev/null +++ b/sfatables/targets/reject.xsl @@ -0,0 +1,8 @@ + + + + + Your resource-allocation request has been rejected. + + + -- 2.47.0