added classads dependency
authorJan Pospíšil <honik@ntc.zcu.cz>
Fri, 17 Mar 2006 14:39:24 +0000 (14:39 +0000)
committerJan Pospíšil <honik@ntc.zcu.cz>
Fri, 17 Mar 2006 14:39:24 +0000 (14:39 +0000)
org.glite.lb/project/glite.lb.csf.xml

index 5d14147..7d77350 100644 (file)
@@ -22,6 +22,9 @@
 
        Revision history:
        $Log$
+       Revision 1.16  2006/03/15 17:33:24  akrenek
+       merge of 1.5 branch
+       
        Revision 1.15  2005/11/27 21:51:18  eronchie
        Applied fix for bug 13928
        
        <!-- All development tools -->
        <target name="devtools" depends="oscheck,
                                        evaluate.cvs.tags,
-                                                                        junitcheck,
-                                                                        junit,
-                                                                        chkstyle,
-                                                                        jalopy,
-                                                                        ant-contrib,
-                                                                        cpptasks,
-                                                                        egee-ant-ext"
+                                       junitcheck,
+                                       junit,
+                                       chkstyle,
+                                       jalopy,
+                                       ant-contrib,
+                                       cpptasks,
+                                       egee-ant-ext"
                        description="Get development tools into repository."/>          
 
        <!-- =====================================================
                 ===================================================== -->
        
        <!--  All external libraries -->
-       <target name="external" depends="oscheck, evaluate.cvs.tags, globus"
+       <target name="external" depends="oscheck, 
+                                       evaluate.cvs.tags, 
+                                       classads, 
+                                       globus"
                        description="Install external packages"/>
        
        <!-- =====================================================