Revision history:
        $Log$
+       Revision 1.5  2004/07/06 17:43:33  flammer
+       Update of classpath definitions, targets & configure file.
+       
        Revision 1.4  2004/06/23 00:24:03  dimeglio
        Added common and client modules
        
                 Modules proxy targets
             =============================================== -->
 
+       <!-- component targets definitions tag = do not remove = -->
+
        <target name="client-interface" unless="setenvonly">
                <ant dir="${workspace.dir}/${subsystem.name}.client-interface"
                     target="${target}"
 
 
        Revision history:
        $Log$
+       Revision 1.2  2004/06/23 00:22:11  dimeglio
+       Added client and client-interface components
+       
        Revision 1.1  2004/06/18 23:05:53  dimeglio
        Added/upgraded default build scripts
        
                 Evaluate CVS tags
                 =============================================== -->
 
-    <target name="evaluate.cvs.tags" description="Figure out if we need tagged CVS checkout">
+       <target name="evaluate.cvs.tags" description="Figure out if we need tagged CVS checkout">
                <condition property="glite.head">
                        <and>
                                <equals arg1="${org.glite.version}" arg2="HEAD" />
                                <istrue value="${update}" />
                        </and>
                </condition>
+       
+               <!-- condition property tag = do not remove = -->
+
                <condition property="common.head">
                        <equals arg1="${org.glite.lb.common.version}" arg2="HEAD" />
                </condition>
+
                <condition property="client-interface.head">
                        <equals arg1="${org.glite.lb.client-interface.version}" arg2="HEAD" />
                </condition>
+
                <condition property="client.head">
                        <equals arg1="${org.glite.lb.client.version}" arg2="HEAD" />
                </condition>
-    </target>
 
-    <presetdef name="cvs-co">
+       </target>
+
+       <presetdef name="cvs-co">
                <cvs command="checkout" dest="${workspace.dir}" />
-    </presetdef>
+       </presetdef>
 
        <!-- =====================================================
                 Self-update if required
        <!-- =====================================================
                 GLite Middleware R-GMA modules
                 ===================================================== -->
-       
-       <!-- All project modules -->
-       <target name="project" depends="common,
-                                                                       client-interface,
-                                                                       client"/>
 
+       <!-- component targets tag = do not remove = -->
+       
        <!-- common -->
        <target name="common" depends="get.common.head, get.common.tag"/>
        <target name="get.common.head" if="common.head">
                        tag="${org.glite.lb.client.version}" />
        </target>
 
+       <!-- All project modules -->
+       <target name="project" depends="common,
+                                               client-interface,
+                                               client"/>
+
+
        <!-- ====================================================
                 Checkout all
                 ==================================================== -->