commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/common/src/schema GSParser.py Objects.py


From: Jason Cater
Subject: gnue/common/src/schema GSParser.py Objects.py
Date: Wed, 26 Mar 2003 23:21:46 -0500

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    03/03/26 23:21:46

Modified files:
        common/src/schema: GSParser.py Objects.py 

Log message:
        added description tag

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/src/schema/GSParser.py.diff?tr1=1.17&tr2=1.18&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/common/src/schema/Objects.py.diff?tr1=1.10&tr2=1.11&r1=text&r2=text

Patches:
Index: gnue/common/src/schema/GSParser.py
diff -c gnue/common/src/schema/GSParser.py:1.17 
gnue/common/src/schema/GSParser.py:1.18
*** gnue/common/src/schema/GSParser.py:1.17     Mon Feb 17 02:32:50 2003
--- gnue/common/src/schema/GSParser.py  Wed Mar 26 23:21:46 2003
***************
*** 257,262 ****
--- 257,268 ----
           'ParentTags':  ('row',),
           'MixedContent': 1, },
  
+       'description':   {
+          'BaseClass': Objects.GSDescription,
+          'SingleInstance': 1,
+          'MixedContent': 1,
+          'UsableBySiblings': 1,
+          'ParentTags':  ('schema',) },
  
      }
  
Index: gnue/common/src/schema/Objects.py
diff -c gnue/common/src/schema/Objects.py:1.10 
gnue/common/src/schema/Objects.py:1.11
*** gnue/common/src/schema/Objects.py:1.10      Mon Feb 17 02:32:50 2003
--- gnue/common/src/schema/Objects.py   Wed Mar 26 23:21:46 2003
***************
*** 119,122 ****
    def __init__(self, parent):
      GSObject.__init__(self, parent, type='GSValue')
  
! 
--- 119,124 ----
    def __init__(self, parent):
      GSObject.__init__(self, parent, type='GSValue')
  
! class GSDescription(GSObject):
!   def __init__(self, parent):
!     GSObject.__init__(self, parent, type='GSDescription')




reply via email to

[Prev in Thread] Current Thread [Next in Thread]