Add libtar and mysql external dependencies.
authorZdeněk Salvet <salvet@ics.muni.cz>
Thu, 20 Oct 2005 06:55:15 +0000 (06:55 +0000)
committerZdeněk Salvet <salvet@ics.muni.cz>
Thu, 20 Oct 2005 06:55:15 +0000 (06:55 +0000)
org.glite.jp/build.xml
org.glite.jp/project/glite.jp.csf.xml

index 512a8fd..2e5e7a0 100644 (file)
@@ -12,6 +12,9 @@
 
        Revision history:
        $Log$
+       Revision 1.10  2005/10/14 17:23:07  akrenek
+       added jp.client
+       
        Revision 1.9  2005/10/11 20:37:50  akrenek
        added dependencies on lb.server-bones and security.gsoap-plugin
        
                </if>
        </target>
 
-       <target name="server-common" unless="setenvonly" depends="envset, common" >
+       <target name="server-common" unless="setenvonly" depends="envset, mysql, common" >
                <if>
                        <isset property="small.memory" />
                        <then>
                </if>
        </target>
 
-       <target name="client" unless="setenvonly" depends="envset, common" >
+       <target name="client" unless="setenvonly" depends="envset, libtar, common" >
                <if>
                        <isset property="small.memory" />
                        <then>
index cd56225..3f93fcb 100644 (file)
@@ -12,6 +12,9 @@
 
        Revision history:
        $Log$
+       Revision 1.4.2.1  2005/10/17 09:49:02  akrenek
+       added jp.client module targets
+       
        Revision 1.4  2005/10/03 17:00:50  valtri
        Automatically checkout the new module yet.
        
        
        <!--  All external libraries -->
        <target name="external" 
-               description="Install external packages" depends="oscheck"/>
+               description="Install external packages" depends="oscheck, libtar, mysql"/>
        
        <!-- =====================================================
                 GLite Middleware jp modules