merged in the duplicate utils targed patch
authorAleš Křenek <ljocha@ics.muni.cz>
Mon, 17 Oct 2005 16:27:48 +0000 (16:27 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Mon, 17 Oct 2005 16:27:48 +0000 (16:27 +0000)
org.glite.lb/project/glite.lb.csf.xml

index 96511ac..6d6e81f 100644 (file)
 
        Revision history:
        $Log$
+       Revision 1.14  2005/10/15 20:14:55  jpospi
+       remove duplicate lb.utils section
+       
+       Revision 1.13  2005/10/15 13:36:26  akrenek
+       added lb.utils
+       
        Revision 1.12  2005/03/16 10:02:52  zsalvet
        proxy component added
        
 
        <!-- component targets tag = do not remove = -->
 
-       <!-- utils component -->
-       <target name="utils" depends="get.utils.head, get.utils.tag"/>
-       <target name="get.utils.head" if="utils.head">
-               <cvs-co package="org.glite.lb.utils" />
-        </target>
-
-       <target name="get.utils.tag" unless="utils.head">
-               <cvs-co package="org.glite.lb.utils"
-                       tag="${org.glite.lb.utils.version}" />
-       </target>
-       
        <!-- common -->
        <target name="common" depends="evaluate.cvs.tags, get.common.head, get.common.tag"/>
        <target name="get.common.head" if="common.head">