Added client interface module
authorAlberto Di Meglio <alberto.di.meglio@cern.ch>
Tue, 22 Jun 2004 18:24:35 +0000 (18:24 +0000)
committerAlberto Di Meglio <alberto.di.meglio@cern.ch>
Tue, 22 Jun 2004 18:24:35 +0000 (18:24 +0000)
org.glite.lb/build.xml

index aac5a23..2a1f7cf 100755 (executable)
@@ -20,6 +20,9 @@
 
        Revision history:
        $Log$
+       Revision 1.2  2004/06/18 23:05:12  dimeglio
+       Added/upgraded default build scripts
+       
 -->
 
 <project name="lb" default="dist">
                 Modules proxy targets
             =============================================== -->
 
-<!--   <target name="catalog-fas-api-perl" unless="setenvonly" depends="catalog-client-perl">
-               <ant dir="${workspace.dir}/${subsystem.name}.catalog-fas-api-perl"
+       <target name="client-interface" unless="setenvonly">
+               <ant dir="${workspace.dir}/${subsystem.name}.client-interface"
                     target="${target}"
                     inheritall="false" />
-       </target> -->
+       </target>
 
        <!-- Main proxy -->
-       <target name="buildmodules" depends=""/>
+       <target name="buildmodules" depends="client-interface"/>
 
 </project>