You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by aj...@apache.org on 2003/11/03 20:56:31 UTC

cvs commit: jakarta-gump/python/gump build.py

ajack       2003/11/03 11:56:31

  Modified:    python/gump build.py
  Log:
  Need to include functions before we call them...
  
  Revision  Changes    Path
  1.30      +4 -3      jakarta-gump/python/gump/build.py
  
  Index: build.py
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/python/gump/build.py,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- build.py	3 Nov 2003 19:42:45 -0000	1.29
  +++ build.py	3 Nov 2003 19:56:31 -0000	1.30
  @@ -74,6 +74,7 @@
   from gump import log, load
   from gump.context import *
   from gump.logic import getBuildSequenceForProjects, getBuildCommand, \
  +        getMkDirCommand, getDeleteCommand, \
           getProjectsForProjectExpression, getModulesForProjectList, \
           hasOutputs
   from gump.repository import JarRepository