commit-gnue
[Top][All Lists]
Advanced

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

r161 - gnue-pim/schema


From: kilo
Subject: r161 - gnue-pim/schema
Date: Tue, 7 Dec 2004 04:15:09 -0600 (CST)

Author: kilo
Date: 2004-12-07 04:15:09 -0600 (Tue, 07 Dec 2004)
New Revision: 161

Modified:
   gnue-pim/schema/comm.gcd
   gnue-pim/schema/party.gcd
Log:
GNUe PIM.
Shortened comments to fit into 70-char limit.

Modified: gnue-pim/schema/comm.gcd
===================================================================
--- gnue-pim/schema/comm.gcd    2004-12-07 09:45:01 UTC (rev 160)
+++ gnue-pim/schema/comm.gcd    2004-12-07 10:15:09 UTC (rev 161)
@@ -26,7 +26,7 @@
 
 <!-- Implements a business logic object representing communication 
possibilities. -->
 <module name="COMM"             comment="Ways to reach someone/something">
-  <class name="Type" comment="Communication types (Phone, Mobile phone, Fax, 
Email, etc.), used in m:n links">
+  <class name="Type" comment="Communication type (Phone, Mobile, Fax, Email, 
etc) used in m:n links">
     <property name="code"   type="string(3)"    comment="" />
     <property name="name"   type="string(35)"   comment="'Home phone' or 'Work 
email' etc" />
   </class>

Modified: gnue-pim/schema/party.gcd
===================================================================
--- gnue-pim/schema/party.gcd   2004-12-07 09:45:01 UTC (rev 160)
+++ gnue-pim/schema/party.gcd   2004-12-07 10:15:09 UTC (rev 161)
@@ -25,7 +25,7 @@
 -->
 
 <module name="PARTY">
-  <class name="RelType" comment="Party-Person relation types (Employee, 
Contact, etc.), used in m:n links">
+  <class name="RelType" comment="Party-Person relation type (Employee, 
Contact, etc) used in m:n links">
     <property name="code"   type="string(3)" />
     <property name="name"   type="string(35)" />
   </class>





reply via email to

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