[Erp5-report] r10511 - /erp5/trunk/products/ERP5/Document/File.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Oct 3 14:09:35 CEST 2006


Author: jp
Date: Tue Oct  3 14:09:33 2006
New Revision: 10511

URL: http://svn.erp5.org?rev=10511&view=rev
Log:
Added formal representation of data and mime types so that synchronisation can be supported.

Modified:
    erp5/trunk/products/ERP5/Document/File.py

Modified: erp5/trunk/products/ERP5/Document/File.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/File.py?rev=10511&r1=10510&r2=10511&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/File.py (original)
+++ erp5/trunk/products/ERP5/Document/File.py Tue Oct  3 14:09:33 2006
@@ -66,6 +66,7 @@
     property_sheets = ( PropertySheet.Base
                       , PropertySheet.CategoryCore
                       , PropertySheet.DublinCore
+                      , PropertySheet.Data
                       )
 
     # Declarative interfaces




More information about the Erp5-report mailing list