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 2004/06/17 22:16:01 UTC

cvs commit: gump/python/gump/model builder.py

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: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org