Add jp.client component.
authorZdeněk Salvet <salvet@ics.muni.cz>
Wed, 23 Nov 2005 08:24:23 +0000 (08:24 +0000)
committerZdeněk Salvet <salvet@ics.muni.cz>
Wed, 23 Nov 2005 08:24:23 +0000 (08:24 +0000)
org.glite.jp/project/dependencies.properties
org.glite.jp/project/glite.jp.csf.xml

index 18a5ca6..cb6320f 100644 (file)
@@ -11,3 +11,4 @@ org.glite.jp.common.version   = HEAD
 org.glite.jp.server-common.version     = HEAD
 org.glite.jp.index.version     = HEAD
 org.glite.jp.primary.version   = HEAD
+org.glite.jp.client.version    = HEAD
index 51c2be6..5fe964f 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.primary.version}" arg2="HEAD" />
                </condition>
 
+               <condition property="client.head">
+                       <equals arg1="${org.glite.jp.client.version}" arg2="HEAD" />
+               </condition>
+
                <condition property="server-common.head">
                        <equals arg1="${org.glite.jp.server-common.version}" arg2="HEAD" />
                </condition>
                        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">
                                        ws-interface,
                                        common,
                                        index,
-                                       primary" />
+                                       primary,
+                                       client" />
     
        <!-- ====================================================
                 Checkout all