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/03/14 21:16:31 UTC

cvs commit: gump/python/gump gumprun.py

ajack       2004/03/14 12:16:31

  Modified:    python/gump/model project.py module.py
               python/gump/utils work.py http.py file.py
               python/gump/document forrest.py
               python/gump/output nag.py
               python/gump gumprun.py
  Log:
  Fixing "it's" to "its".
  
  Revision  Changes    Path
  1.64      +7 -7      gump/python/gump/model/project.py
  
  Index: project.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/model/project.py,v
  retrieving revision 1.63
  retrieving revision 1.64
  diff -u -r1.63 -r1.64
  --- project.py	13 Mar 2004 00:17:39 -0000	1.63
  +++ project.py	14 Mar 2004 20:16:30 -0000	1.64
  @@ -325,7 +325,7 @@
               #
               if cause:
                   #
  -                # The something was this module or one of it's projects
  +                # The something was this module or one of its projects
                   #
                   if cause == self:
                       self.affected += 1            
  @@ -1046,11 +1046,11 @@
       # Return a tuple of (CLASSPATH, BOOTCLASSPATH) for a project
       #
       def getClasspathLists(self,debug=0):
  -        """Get a TOTAL classpath for a project (including it's dependencies)"""
  +        """Get a TOTAL classpath for a project (including its dependencies)"""
   
           #
           # Do this once only... storing it on the context. Not as nice as 
  -        # doing it OO (each project context stores it's own, but a step..)
  +        # doing it OO (each project context stores its own, but a step..)
           #
           if hasattr(self,'resolvedClasspath') and hasattr(self,'resolvedBootclasspath') :
             if debug: print "Classpath/Bootclasspath previously resolved..."
  @@ -1106,7 +1106,7 @@
       # 5) Also: *** Bring in any depenencies that the dependency inherits ***
       #
       def getDependOutputList(self,dependency,visited,depth=0,debug=0):      
  -        """Get a classpath of outputs for a project (including it's dependencies)"""            
  +        """Get a classpath of outputs for a project (including its dependencies)"""            
      
           # Don't loop...
           if dependency in visited:  
  
  
  
  1.38      +4 -4      gump/python/gump/model/module.py
  
  Index: module.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/model/module.py,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- module.py	9 Mar 2004 19:57:06 -0000	1.37
  +++ module.py	14 Mar 2004 20:16:30 -0000	1.38
  @@ -493,7 +493,7 @@
               #
               if cause:
                   #
  -                # The something was this module or one of it's projects
  +                # The something was this module or one of its projects
                   #
                   if cause == self or cause in self.getProjects():
                       self.affected += 1            
  
  
  
  1.12      +4 -4      gump/python/gump/utils/work.py
  
  Index: work.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/utils/work.py,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- work.py	11 Mar 2004 16:13:50 -0000	1.11
  +++ work.py	14 Mar 2004 20:16:30 -0000	1.12
  @@ -217,7 +217,7 @@
           # Store in the list
           self.append(item)
           
  -        # Let this item know it's owner
  +        # Let this item know its owner
           item.setOwner(self.getOwner())
       
       def getStartSecs(self):
  
  
  
  1.6       +4 -4      gump/python/gump/utils/http.py
  
  Index: http.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/utils/http.py,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- http.py	8 Mar 2004 22:28:09 -0000	1.5
  +++ http.py	14 Mar 2004 20:16:30 -0000	1.6
  @@ -116,7 +116,7 @@
   def cacheHTTP(href,cacheDir=dir.cache,optimize=0):
       """returns the path of the file in the href, cached if remote"""
   
  -    #if it's a local file get it locally
  +    #if its a local file get it locally
    
       log.debug('Cache URL : ' + href)
       if not os.path.exists(cacheDir):  os.mkdir(cacheDir)
  
  
  
  1.7       +1 -1      gump/python/gump/utils/file.py
  
  Index: file.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/utils/file.py,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- file.py	12 Mar 2004 13:56:16 -0000	1.6
  +++ file.py	14 Mar 2004 20:16:30 -0000	1.7
  @@ -183,7 +183,7 @@
           # Store in the list
           self.append(reference)
           
  -        # Let this reference know it's owner
  +        # Let this reference know its owner
           reference.setOwner(self.getOwner())
                   
       def clone(self):
  
  
  
  1.106     +7 -7      gump/python/gump/document/forrest.py
  
  Index: forrest.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/document/forrest.py,v
  retrieving revision 1.105
  retrieving revision 1.106
  diff -u -r1.105 -r1.106
  --- forrest.py	13 Mar 2004 00:17:40 -0000	1.105
  +++ forrest.py	14 Mar 2004 20:16:30 -0000	1.106
  @@ -521,7 +521,7 @@
               pcount+=1
           
               #
  -            # Determine the number of projects this module (or it's projects)
  +            # Determine the number of projects this module (or its projects)
               # cause not to be run.
               #
               affected=project.determineAffected()
  @@ -582,7 +582,7 @@
               pcount+=1
           
               #
  -            # Determine the number of projects this module (or it's projects)
  +            # Determine the number of projects this module (or its projects)
               # cause not to be run.
               #
               affected=project.determineAffected()            
  @@ -652,7 +652,7 @@
                       if stats.sequenceInState > seq: seq = stats.sequenceInState
       
               #
  -            # Determine the number of projects this module (or it's projects)
  +            # Determine the number of projects this module (or its projects)
               # cause not to be run.
               #
               affected=module.determineAffected()
  @@ -719,7 +719,7 @@
                       if stats.sequenceInState > seq: seq = stats.sequenceInState
       
               #
  -            # Determine the number of projects this module (or it's projects)
  +            # Determine the number of projects this module (or its projects)
               # cause not to be run.
               #
               affected=module.determineAffected()
  
  
  
  1.27      +4 -4      gump/python/gump/output/nag.py
  
  Index: nag.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/output/nag.py,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- nag.py	9 Mar 2004 10:58:51 -0000	1.26
  +++ nag.py	14 Mar 2004 20:16:31 -0000	1.27
  @@ -393,7 +393,7 @@
           if message:
               content+=message             
               
  -        content += type + ' ' + name + ' has an issue affecting it\'s community integration'
  +        content += type + ' ' + name + ' has an issue affecting its community integration'
                   
           if affected:
               content += '. This issue affects ' + `affected` + ' projects'
  
  
  
  1.12      +1 -1      gump/python/gump/gumprun.py
  
  Index: gumprun.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/gumprun.py,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- gumprun.py	9 Mar 2004 19:57:06 -0000	1.11
  +++ gumprun.py	14 Mar 2004 20:16:31 -0000	1.12
  @@ -283,7 +283,7 @@
               if dependency.getProject() in todo: return 0
           return 1
   
  -    # add this element and all of it's dependencies to a todo list
  +    # add this element and all of its dependencies to a todo list
       def addToTodoList(self,project,todo):
           # Add the project first
           if not project in todo:
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org