First version of this file
authorAlberto Di Meglio <alberto.di.meglio@cern.ch>
Tue, 22 Jun 2004 22:04:55 +0000 (22:04 +0000)
committerAlberto Di Meglio <alberto.di.meglio@cern.ch>
Tue, 22 Jun 2004 22:04:55 +0000 (22:04 +0000)
org.glite.lb.common/project/build.properties [new file with mode: 0644]
org.glite.lb.common/project/configure-options.xml [new file with mode: 0644]
org.glite.lb.common/project/version.properties [new file with mode: 0644]

diff --git a/org.glite.lb.common/project/build.properties b/org.glite.lb.common/project/build.properties
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/org.glite.lb.common/project/configure-options.xml b/org.glite.lb.common/project/configure-options.xml
new file mode 100644 (file)
index 0000000..70b8906
--- /dev/null
@@ -0,0 +1,49 @@
+<?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
+
+       Configuration options for the GLite LB Common module
+       
+       Authors: Ales Krenek <ljocha@ics.muni.cz>
+       Version info: $Id$
+       Release: $Name$
+
+       Revision history:
+       $Log$
+-->
+
+       <!-- ======================================================
+         Define extra properties here ...
+         ====================================================== -->
+        
+       <project name="LB Common configuration options">                                                                        
+               <target name="lbmakefiles">
+                       <exec executable="ln" failonerror="true">
+                               <arg line="-fs ${component.dir}/Makefile ${module.build.dir}/Makefile"/>
+                       </exec>
+                       <echo file="${module.build.dir}/Makefile.inc">
+top_srcdir=..
+builddir=build
+stagedir=${stage.dir}
+distdir=${dist.dir}
+package=${module.package.name}
+PREFIX=${install.dir}
+version=${module.version}
+glite_location=${with.glite.location}
+globus_prefix=${with.globus.prefix}
+globusflavour=${with.globus.dbg.nothr.flavor}
+expat_prefix=${with.expat.prefix}
+ares_prefix=${with.ares.prefix}
+                       </echo>
+           </target>
+       </project>
diff --git a/org.glite.lb.common/project/version.properties b/org.glite.lb.common/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