From 53a9200c4a3018e1a06596418df20667215d51a1 Mon Sep 17 00:00:00 2001 From: Marian Zurek Date: Fri, 9 Sep 2005 13:43:57 +0000 Subject: [PATCH] introduced dynamic tempates incude generation based on dependencies --- org.glite.deployment.lb/project/quattor-template.xsl | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/org.glite.deployment.lb/project/quattor-template.xsl b/org.glite.deployment.lb/project/quattor-template.xsl index cf0242e..cc2ad84 100644 --- a/org.glite.deployment.lb/project/quattor-template.xsl +++ b/org.glite.deployment.lb/project/quattor-template.xsl @@ -23,6 +23,12 @@ template pro_software_glite_lb; # glite-lb Quattor template v. # +## CAs + +include pro_software_glite_CA; + + + # Global dependencies @@ -40,6 +46,11 @@ template pro_software_glite_lb; + +include pro_software_; + + + -- 1.8.2.3