[tracker] NCAL: Notify on ncal:Event, ncal:Todo, and ncal:Journal updates



commit 652ebf680d6afbe44a4cc1f9f8a23ffdc855da57
Author: Jürg Billeter <j bitron ch>
Date:   Thu May 28 14:08:50 2009 +0200

    NCAL: Notify on ncal:Event, ncal:Todo, and ncal:Journal updates
    
    Fixes NB#119019.
---
 data/ontologies/35-ncal.ontology |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/data/ontologies/35-ncal.ontology b/data/ontologies/35-ncal.ontology
index ab6293a..30d5909 100644
--- a/data/ontologies/35-ncal.ontology
+++ b/data/ontologies/35-ncal.ontology
@@ -181,11 +181,13 @@ ncal:Alarm a rdfs:Class ;
 ncal:Event a rdfs:Class ;
 	rdfs:label "Event" ;
 	rdfs:comment "Provide a grouping of component properties that describe an event." ;
+	tracker:notify true ;
 	rdfs:subClassOf ncal:UnionParentClass , nie:InformationElement .
 
 ncal:Todo a rdfs:Class ;
 	rdfs:label "Todo" ;
 	rdfs:comment "Provide a grouping of calendar properties that describe a to-do." ;
+	tracker:notify true ;
 	rdfs:subClassOf ncal:UnionParentClass , nie:InformationElement .
 
 ncal:Freebusy a rdfs:Class ;
@@ -196,6 +198,7 @@ ncal:Freebusy a rdfs:Class ;
 ncal:Journal a rdfs:Class ;
 	rdfs:label "Journal" ;
 	rdfs:comment "Provide a grouping of component properties that describe a journal entry." ;
+	tracker:notify true ;
 	rdfs:subClassOf ncal:UnionParentClass , nie:InformationElement .
 
 ncal:Timezone a rdfs:Class ;



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