First version of this file
authorAlberto Di Meglio <alberto.di.meglio@cern.ch>
Wed, 23 Jun 2004 00:30:55 +0000 (00:30 +0000)
committerAlberto Di Meglio <alberto.di.meglio@cern.ch>
Wed, 23 Jun 2004 00:30:55 +0000 (00:30 +0000)
org.glite.lb.client/project/build.properties [new file with mode: 0644]
org.glite.lb.client/project/properties.xml
org.glite.lb.client/project/tar_exclude [new file with mode: 0644]
org.glite.lb.client/project/version.properties [new file with mode: 0644]

diff --git a/org.glite.lb.client/project/build.properties b/org.glite.lb.client/project/build.properties
new file mode 100644 (file)
index 0000000..e69de29
index 0d9e1e1..a7f5c84 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 client component common properties">
+       Common build properties file for the Glite LB Client component
+       
+       Authors: Ales Krenek <ljocha@ics.muni.cz>
+       Version info: $Id$
+       Release: $Name$ 
+       
+       Revision history:
+       $Log$
+-->
 
+<project name="LB Client 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" />
 
+       <!-- ======================================================
+          Define component properties
+                ====================================================== -->
+                               
+       <!-- Component name prefix -->
+       <property name="component.prefix" value="client" />
+                       
+       <!-- ======================================================
+          Define general component properties
+                ====================================================== -->
+       
        <import file="${component.general.properties.file}" />
-
-</project>
+                                               
+       <!-- ======================================================
+                Define extra properties here ...
+                ====================================================== -->
+                
+                                                               
+</project>
\ No newline at end of file
diff --git a/org.glite.lb.client/project/tar_exclude b/org.glite.lb.client/project/tar_exclude
new file mode 100644 (file)
index 0000000..b3133e4
--- /dev/null
@@ -0,0 +1,10 @@
+tar_exclude
+CVS
+build.xml
+build
+build.properties
+properties.xml
+configure-options.xml
+.cvsignore
+.project
+.cdtproject
diff --git a/org.glite.lb.client/project/version.properties b/org.glite.lb.client/project/version.properties
new file mode 100644 (file)
index 0000000..c2a4b32
--- /dev/null
@@ -0,0 +1,3 @@
+module.version=0.0.0
+module.build=0
+module.age=0
\ No newline at end of file