Changed default target from compile to dist
authorAlberto Di Meglio <alberto.di.meglio@cern.ch>
Thu, 5 Aug 2004 15:24:32 +0000 (15:24 +0000)
committerAlberto Di Meglio <alberto.di.meglio@cern.ch>
Thu, 5 Aug 2004 15:24:32 +0000 (15:24 +0000)
org.glite.lb.client-interface/build.xml
org.glite.lb.server/build.xml

index 302dcd7..5080b7e 100755 (executable)
@@ -20,6 +20,9 @@
 
        Revision history:
        $Log$
+       Revision 1.4  2004/07/06 17:47:31  flammer
+       Update of classpath definitions, targets & configure file.
+       
        Revision 1.3  2004/06/22 15:51:36  dimeglio
        Added handling of *.T, *.pm and at3
        
@@ -28,7 +31,7 @@
        
 -->
 
-<project name="client-interface" default="compile">
+<project name="client-interface" default="dist">
        
        <!-- =========================================
                 Builds the GLite LB Client Interface Module
index 94e131c..e6eef68 100755 (executable)
 
        Revision history:
        $Log$
+       Revision 1.2  2004/07/07 12:07:41  akrenek
+       - use nonthr common library
+       - build without VOMS & GACL
+       
        Revision 1.3  2004/07/06 17:45:30  flammer
        Update of classpath definitions, targets & configure file.
        
@@ -28,7 +32,7 @@
        
 -->
 
-<project name="server" default="compile">
+<project name="server" default="dist">
        
        <!-- =========================================
                 Builds the GLite LB Client Module