Applied default file format
authorAlberto Di Meglio <alberto.di.meglio@cern.ch>
Thu, 29 Jul 2004 23:16:10 +0000 (23:16 +0000)
committerAlberto Di Meglio <alberto.di.meglio@cern.ch>
Thu, 29 Jul 2004 23:16:10 +0000 (23:16 +0000)
org.glite.lb.logger/project/properties.xml

index d9d07b8..44827cf 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 logger component common properties">
+       Common build properties file for the Glite LB Logger component
+       
+       Authors: Ales Krenek <ljocha@ics.muni.cz>
+       Version info: $Id$
+       Release: $Name$ 
+       
+       Revision history:
+       $Log$
+-->
 
-       <property file="build.properties" />    
+<project name="LB Logger component common properties">
+
+       <!-- Include build properties to allow overwriting 
+            of properties for subsystem                    -->
+       <property file="project/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="logger" />
 
+       <!-- ======================================================
+          Define component properties
+                ====================================================== -->
+                               
+       <!-- Component name prefix -->
+       <property name="component.prefix" value="logger" />
+                       
+       <!-- ======================================================
+          Define general component properties
+                ====================================================== -->
+       
        <import file="${component.general.properties.file}" />
-
+                                               
+       <!-- ======================================================
+                Define extra properties here ...
+                ====================================================== -->
+                
+                                                               
 </project>