Author: reebalazs
Date: Fri Dec  7 17:13:30 2007
New Revision: 49521

Modified:
   kukit/kss.demo/trunk/kss/demo/meta.zcml
Log:
Insert a marker that 1.2 version plugins that want to be kss.base compatible 
can use to set up their utilities

Modified: kukit/kss.demo/trunk/kss/demo/meta.zcml
==============================================================================
--- kukit/kss.demo/trunk/kss/demo/meta.zcml     (original)
+++ kukit/kss.demo/trunk/kss/demo/meta.zcml     Fri Dec  7 17:13:30 2007
@@ -1,6 +1,11 @@
 <configure
      xmlns="http://namespaces.zope.org/meta";>
 
+   <!-- provide a feature that can be used for plugins
+        to check if we are on this version:
+   -->
+   <provides feature="kss_demo_version_1_2" />
+
    <include package=".configfeature" file="meta.zcml"/>
 
 </configure>
_______________________________________________
Kukit-checkins mailing list
[email protected]
http://codespeak.net/mailman/listinfo/kukit-checkins

Reply via email to