Added tags for automated adding of components.
authorJoachim Flammer <joachim.flammer@cern.ch>
Fri, 16 Jul 2004 16:25:43 +0000 (16:25 +0000)
committerJoachim Flammer <joachim.flammer@cern.ch>
Fri, 16 Jul 2004 16:25:43 +0000 (16:25 +0000)
org.glite.lb/build.xml
org.glite.lb/project/glite.lb.csf.xml

index 4f56857..94753c1 100755 (executable)
@@ -20,6 +20,9 @@
 
        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}"
index 36aa249..de9e16a 100644 (file)
@@ -22,6 +22,9 @@
 
        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
        
@@ -76,7 +79,7 @@
                 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
                 ==================================================== -->