Fixed spelling error in envchecks
authorAlberto Di Meglio <alberto.di.meglio@cern.ch>
Tue, 26 Oct 2004 15:12:06 +0000 (15:12 +0000)
committerAlberto Di Meglio <alberto.di.meglio@cern.ch>
Tue, 26 Oct 2004 15:12:06 +0000 (15:12 +0000)
org.glite.lb/build.xml

index ae4db24..e69d698 100755 (executable)
@@ -20,6 +20,9 @@
 
        Revision history:
        $Log$
+       Revision 1.22  2004/10/26 13:11:13  dimeglio
+       Added dependency of clean on envchecks
+       
        Revision 1.21  2004/10/25 20:57:38  dimeglio
        Use antExec
        
                </antcall>
        </target>
 
-       <target name="clean" depends="envchecks">
+       <target name="clean" depends="envcheck">
 
                <property name="offline.repository" value="true" />
                <antcall target="buildmodules">