ajack 2004/03/28 11:57:59
Modified: python/gump/model ant.py
Log:
Typo: importSysProperty not importSystemProperty.
Revision Changes Path
1.21 +1 -1 gump/python/gump/model/ant.py
Index: ant.py
===================================================================
RCS file: /home/cvs/gump/python/gump/model/ant.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ant.py 28 Mar 2004 18:58:05 -0000 1.20
+++ ant.py 28 Mar 2004 19:57:59 -0000 1.21
@@ -66,7 +66,7 @@
#
for sysproperty in self.xml.sysproperty:
self.expandProperty(sysproperty,project,workspace)
- self.importSystemProperty(sysproperty)
+ self.importSysProperty(sysproperty)
#
# Expands
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]