From 9a310a3c46027690a1aae047ff4c5ef0bc5698e4 Mon Sep 17 00:00:00 2001 From: Robert Harakaly Date: Wed, 6 Oct 2004 11:42:02 +0000 Subject: [PATCH] first fill-up --- org.glite.deployment.lb/build.xml | 66 +++++++++++++----- .../project/glite-lb-server.sdf.xml.template | 78 ++++++++++++++++++++++ .../project/glite-lb.sdf.xml.template | 13 ---- 3 files changed, 129 insertions(+), 28 deletions(-) create mode 100644 org.glite.deployment.lb/project/glite-lb-server.sdf.xml.template delete mode 100644 org.glite.deployment.lb/project/glite-lb.sdf.xml.template diff --git a/org.glite.deployment.lb/build.xml b/org.glite.deployment.lb/build.xml index 088b493..2c432e0 100644 --- a/org.glite.deployment.lb/build.xml +++ b/org.glite.deployment.lb/build.xml @@ -13,14 +13,17 @@ Revision history: $Log$ + Revision 1.1 2004/10/06 09:19:24 dimeglio + First version of this file + --> - + - + @@ -32,7 +35,7 @@ component properties & component common properties --> - + @@ -41,7 +44,7 @@ - + @@ -49,14 +52,14 @@ - - + + - + @@ -65,34 +68,67 @@ - + - + - + - + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + - + - - + + diff --git a/org.glite.deployment.lb/project/glite-lb-server.sdf.xml.template b/org.glite.deployment.lb/project/glite-lb-server.sdf.xml.template new file mode 100644 index 0000000..936bdaf --- /dev/null +++ b/org.glite.deployment.lb/project/glite-lb-server.sdf.xml.template @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.glite.deployment.lb/project/glite-lb.sdf.xml.template b/org.glite.deployment.lb/project/glite-lb.sdf.xml.template deleted file mode 100644 index 3b8b5ad..0000000 --- a/org.glite.deployment.lb/project/glite-lb.sdf.xml.template +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - \ No newline at end of file -- 1.8.2.3