Updated format
authorAlberto Di Meglio <alberto.di.meglio@cern.ch>
Mon, 21 Jun 2004 14:21:07 +0000 (14:21 +0000)
committerAlberto Di Meglio <alberto.di.meglio@cern.ch>
Mon, 21 Jun 2004 14:21:07 +0000 (14:21 +0000)
org.glite.lb.client-interface/project/properties.xml

index a58c826..35184f9 100755 (executable)
@@ -1,12 +1,59 @@
 <?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 Common component common properties">
+       Common build properties file for the Glite LB Client Interface component
+       
+       Authors: Ales Krenek <ljocha@ics.muni.cz>
+       Version info: $Id$
+       Release: $Name$ 
+       
+       Revision history:
+       $Log$
+-->
 
+<project name="LB Client Interface 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="client-iface" />
 
+       <!-- ======================================================
+          Define component properties
+                ====================================================== -->
+                               
+       <!-- Component name prefix -->
+       <property name="component.prefix" value="client-interface" />
+                       
+       <!-- ======================================================
+          Define general component properties
+                ====================================================== -->
+       
        <import file="${component.general.properties.file}" />
-
-</project>
+                                               
+       <!-- ======================================================
+                Define extra properties here ...
+                ====================================================== -->
+                
+                                                               
+</project>
\ No newline at end of file