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