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">