<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2004 on behalf of the EU EGEE Project:
+ The European Organization for Nuclear Research (CERN),
+ Istituto Nazionale di Fisica Nucleare (INFN), Italy
+ Datamat Spa, Italy
+ Centre National de la Recherche Scientifique (CNRS), France
+ CS Systeme d'Information (CSSI), France
+ Royal Institute of Technology, Center for Parallel Computers (KTH-PDC), Sweden
+ Universiteit van Amsterdam (UvA), Netherlands
+ University of Helsinki (UH.HIP), Finland
+ University of Bergen (UiB), Norway
+ Council for the Central Laboratory of the Research Councils (CCLRC), United Kingdom
-<project name="LB server component common properties">
+ Common build properties file for the Glite LB Server component
+
+ Authors: Ales Krenek <ljocha@ics.muni.cz>
+ Version info: $Id$
+ Release: $Name$
+
+ Revision history:
+ $Log$
+-->
+<project name="LB Server component common properties">
+
+ <!-- Include build properties to allow overwriting
+ of properties for subsystem -->
<property file="build.properties" />
+
+ <!-- ======================================================
+ Define corresponding subsystem properties
+ ====================================================== -->
+
+ <!-- Subsystem name -->
<property name="subsystem.name" value="${lb.subsystem.name}"/>
+
+ <!-- Subsystem prefix -->
<property name="subsystem.prefix" value="${lb.subsystem.prefix}"/>
- <property name="component.prefix" value="server" />
+ <!-- ======================================================
+ Define component properties
+ ====================================================== -->
+
+ <!-- Component name prefix -->
+ <property name="component.prefix" value="server" />
+
+ <!-- ======================================================
+ Define general component properties
+ ====================================================== -->
+
<import file="${component.general.properties.file}" />
-
-</project>
+
+ <!-- ======================================================
+ Define extra properties here ...
+ ====================================================== -->
+
+
+</project>
\ No newline at end of file