ajack 2004/04/06 10:54:03
Modified: python/gump/document forrest.py
python/gump gumprun.py
Log:
Be consistent XDocs not XDoc|XDocs.
Revision Changes Path
1.134 +1 -1 gump/python/gump/document/forrest.py
Index: forrest.py
===================================================================
RCS file: /home/cvs/gump/python/gump/document/forrest.py,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- forrest.py 6 Apr 2004 17:45:33 -0000 1.133
+++ forrest.py 6 Apr 2004 17:54:02 -0000 1.134
@@ -92,7 +92,7 @@
#
ret=0
- if not runOptions.isXDoc():
+ if not runOptions.isXDocs():
ret=self.executeForrest(workspace)
else:
ret=self.syncXDocs(workspace)
1.20 +5 -5 gump/python/gump/gumprun.py
Index: gumprun.py
===================================================================
RCS file: /home/cvs/gump/python/gump/gumprun.py,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- gumprun.py 6 Apr 2004 17:27:12 -0000 1.19
+++ gumprun.py 6 Apr 2004 17:54:03 -0000 1.20
@@ -361,7 +361,7 @@
# If using Forrest, this say leave xdocs, do NOT run
# the 'forrest' build inlined.
- self.xdoc=0
+ self.xdocs=0
# The implementation that will do it...
self.documenter=TextDocumenter()
@@ -401,11 +401,11 @@
def setTemplate(self,template):
self.template=template
- def isXDoc(self):
- return self.xdoc
+ def isXDocs(self):
+ return self.xdocs
- def setXDoc(self,xdoc):
- self.xdoc=xdoc
+ def setXDocs(self,xdocs):
+ self.xdocs=xdocs
def isCache(self):
return self.cache
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]