ajack       2004/06/17 13:16:01

  Modified:    python/gump/model Tag: CleanUp builder.py
  Log:
  Default the ant target to none (ant's build.xml default), not to 'gump'.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.4   +1 -1      gump/python/gump/model/builder.py
  
  Index: builder.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/model/builder.py,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- builder.py        16 Jun 2004 19:42:02 -0000      1.1.2.3
  +++ builder.py        17 Jun 2004 20:16:01 -0000      1.1.2.4
  @@ -211,7 +211,7 @@
        Builder.__init__(self,dom,project)
         
           # Import the target
  -        self.target=self.getDomAttributeValue('target','gump')           
  +        self.target=self.getDomAttributeValue('target') # :TODO: Soon add 
..,'gump')             
           # Import the buildfile
           self.buildfile=self.getDomAttributeValue('buildfile','build.xml')
            
  
  
  

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

Reply via email to