[Commits] (morgen) Temporarily commenting out an indexing call
commits at osafoundation.org
commits at osafoundation.org
Tue Jan 20 15:33:46 PST 2004
Commit by: morgen
Modified files:
osaf/chandler/Chandler/repository/persistence/XMLRepositoryView.py 1.22 1.23
Log message:
Temporarily commenting out an indexing call
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/osaf/chandler/Chandler/repository/persistence/XMLRepositoryView.py.diff?r1=text&tr1=1.22&r2=text&tr2=1.23
Index: osaf/chandler/Chandler/repository/persistence/XMLRepositoryView.py
diff -u osaf/chandler/Chandler/repository/persistence/XMLRepositoryView.py:1.22 osaf/chandler/Chandler/repository/persistence/XMLRepositoryView.py:1.23
--- osaf/chandler/Chandler/repository/persistence/XMLRepositoryView.py:1.22 Tue Jan 20 10:26:58 2004
+++ osaf/chandler/Chandler/repository/persistence/XMLRepositoryView.py Tue Jan 20 15:33:14 2004
@@ -1,6 +1,6 @@
-__revision__ = "$Revision: 1.22 $"
-__date__ = "$Date: 2004/01/20 18:26:58 $"
+__revision__ = "$Revision: 1.23 $"
+__date__ = "$Date: 2004/01/20 23:33:14 $"
__copyright__ = "Copyright (c) 2002 Open Source Applications Foundation"
__license__ = "http://osafoundation.org/Chandler_0.1_license_terms.htm"
@@ -550,6 +550,8 @@
out.close()
self._data = ''
+ """
+ Temporarily commenting indexing out
if self._indexed:
store._index.indexDocument(self._view._getIndexWriter(),
self.getReader(),
@@ -557,6 +559,7 @@
self._getItem().getUUID(),
self._getAttribute(),
self.getVersion())
+ """
attrs = {}
attrs['version'] = str(self._version)
More information about the Commits
mailing list