remove duplicate lb.utils section
authorJan Pospíšil <honik@ntc.zcu.cz>
Sat, 15 Oct 2005 20:14:55 +0000 (20:14 +0000)
committerJan Pospíšil <honik@ntc.zcu.cz>
Sat, 15 Oct 2005 20:14:55 +0000 (20:14 +0000)
org.glite.lb/project/glite.lb.csf.xml

index 96511ac..21fe07c 100644 (file)
@@ -22,6 +22,9 @@
 
        Revision history:
        $Log$
+       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">