ajack       2004/01/19 15:34:02

  Modified:    python/gump/model module.py
  Log:
  Some work on Jars repository.
  
  Revision  Changes    Path
  1.25      +5 -4      jakarta-gump/python/gump/model/module.py
  
  Index: module.py
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/python/gump/model/module.py,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- module.py 9 Jan 2004 19:57:18 -0000       1.24
  +++ module.py 19 Jan 2004 23:34:02 -0000      1.25
  @@ -684,12 +684,13 @@
           log.debug("Jars URL: [" + url + "] on Repository: " + 
self.repository.getName())
        
           #
  -        # Prepare SVN checkout/update command...
  +        # Prepare Jars checkout/update command...
           # 
  -        cmd=Cmd('java  
org.krysalis.ruper2.tool.ResourceTool','update_'+self.getName(),self.getWorkspace().cvsdir)
  +        cmd=Cmd('ruper',     \
  +                'update_'+self.getName(),    \
  +                self.getWorkspace().cvsdir)
       
  -
  -        if self.svn.hasUrl():
  +        if self.jars.hasUrl():
               cmd.addParameter(self.jars.getUrl())
             
           #
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to