added jp.client module targets
authorAleš Křenek <ljocha@ics.muni.cz>
Mon, 17 Oct 2005 09:49:02 +0000 (09:49 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Mon, 17 Oct 2005 09:49:02 +0000 (09:49 +0000)
org.glite.jp/project/glite.jp.csf.xml

index 51c2be6..cd56225 100644 (file)
@@ -12,6 +12,9 @@
 
        Revision history:
        $Log$
+       Revision 1.4  2005/10/03 17:00:50  valtri
+       Automatically checkout the new module yet.
+       
        Revision 1.3  2004/12/10 09:46:41  akrenek
        included ws-interface
        
                        <equals arg1="${org.glite.jp.server-common.version}" arg2="HEAD" />
                </condition>
 
+               <condition property="client.head">
+                       <equals arg1="${org.glite.jp.client.version}" arg2="HEAD" />
+               </condition>
+
        </target>
 
        <presetdef name="cvs-co">
                        tag="${org.glite.jp.primary.version}" />
        </target>
 
+       <!-- client -->
+       <target name="client" depends="evaluate.cvs.tags, get.client.head, get.client.tag"/>
+       <target name="get.client.head" if="client.head">
+               <cvs-co package="org.glite.jp.client" />
+       </target>
+       <target name="get.client.tag" unless="client.head">
+               <cvs-co package="org.glite.jp.client"
+                       tag="${org.glite.jp.client.version}" />
+       </target>
+
        <!-- server-common -->
        <target name="server-common" depends="evaluate.cvs.tags, get.server-common.head, get.server-common.tag"/>
        <target name="get.server-common.head" if="server-common.head">
        <target name="project" depends="server-common,
                                        ws-interface,
                                        common,
+                                       client,
+                                       server-common,
                                        index,
                                        primary" />