Removed local envinfo and envcheck target (must use common ones)
authorAlberto Di Meglio <alberto.di.meglio@cern.ch>
Thu, 29 Jul 2004 07:39:57 +0000 (07:39 +0000)
committerAlberto Di Meglio <alberto.di.meglio@cern.ch>
Thu, 29 Jul 2004 07:39:57 +0000 (07:39 +0000)
org.glite.lb/build.xml

index 94753c1..a995d3d 100755 (executable)
@@ -20,6 +20,9 @@
 
        Revision history:
        $Log$
+       Revision 1.6  2004/07/16 16:25:43  flammer
+       Added tags for automated adding of components.
+       
        Revision 1.5  2004/07/06 17:43:33  flammer
        Update of classpath definitions, targets & configure file.
        
                 Load version file 
             ========================================= -->
        <property file="${module.version.file}"/>
-               
-       
+                       
        <!-- ===============================================
                  Public common targets
             =============================================== -->
 
-       <target name="envinfo">
-               <!-- Workspace paths -->
-               <echo>*****************************************************************</echo>
-               <echo>*****************************************************************</echo>
-               <echo>****** ${subsystem.name}  </echo>
-               <echo>*****************************************************************</echo>
-               <echo>*****************************************************************</echo>
-               <echo>  </echo>
-               <echo>Global project path:      ${global.dir}</echo>
-               <echo>Global project name:      ${global.name}</echo>
-               <echo>Subsystem name:           ${subsystem.name}</echo>
-       </target>
-
-       <target name="envcheck" depends="envinfo,defaultenvchecks" 
-               description="Check environment configuration">
-       </target>
-
        <target name="localinit" depends="envcheck">
 
                <echo> Preparing directories ... </echo>