From ace3974e22d464fd3e41b5ef018dce3ab20339bc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Wed, 7 Jul 2004 12:08:47 +0000 Subject: [PATCH] *** empty log message *** --- .../project/configure.properties.xml | 56 +++++++++++++++++++++ .../project/configure.properties.xml | 57 ++++++++++++++++++++++ 2 files changed, 113 insertions(+) create mode 100644 org.glite.lb.logger/project/configure.properties.xml create mode 100644 org.glite.lb.server/project/configure.properties.xml diff --git a/org.glite.lb.logger/project/configure.properties.xml b/org.glite.lb.logger/project/configure.properties.xml new file mode 100644 index 0000000..b4f7703 --- /dev/null +++ b/org.glite.lb.logger/project/configure.properties.xml @@ -0,0 +1,56 @@ + + + + + + + + + + + +top_srcdir=.. +builddir=build +stagedir=${stage.abs.dir} +distdir=${dist.dir} +globalprefix=${global.prefix} +lbprefix=${subsystem.prefix} +package=${module.package.name} +PREFIX=${install.dir} +version=${module.version} +glite_location=${with.glite.location} +globus_prefix=${with.globus.prefix} +thrflavour=${with.globus.thr.flavor} +nothrflavour=${with.globus.nothr.flavor} +expat_prefix=${with.expat.prefix} +ares_prefix=${with.ares.prefix} + + + diff --git a/org.glite.lb.server/project/configure.properties.xml b/org.glite.lb.server/project/configure.properties.xml new file mode 100644 index 0000000..a1fbfdb --- /dev/null +++ b/org.glite.lb.server/project/configure.properties.xml @@ -0,0 +1,57 @@ + + + + + + + + + + + +top_srcdir=.. +builddir=build +stagedir=${stage.abs.dir} +distdir=${dist.dir} +globalprefix=${global.prefix} +lbprefix=${subsystem.prefix} +package=${module.package.name} +PREFIX=${install.dir} +version=${module.version} +glite_location=${with.glite.location} +globus_prefix=${with.globus.prefix} +thrflavour=${with.globus.thr.flavor} +nothrflavour=${with.globus.nothr.flavor} +expat_prefix=${with.expat.prefix} +ares_prefix=${with.ares.prefix} +mysql_prefix=${with.mysql.prefix} + + + -- 1.8.2.3