Author: gotcha
Date: Fri Jun 27 15:02:30 2008
New Revision: 56118
Modified:
kukit/kss.core/branch/1.4/kss/core/configure.zcml
Log:
express dependency where it should
Modified: kukit/kss.core/branch/1.4/kss/core/configure.zcml
==============================================================================
--- kukit/kss.core/branch/1.4/kss/core/configure.zcml (original)
+++ kukit/kss.core/branch/1.4/kss/core/configure.zcml Fri Jun 27 15:02:30 2008
@@ -3,6 +3,8 @@
xmlns:zcml="http://namespaces.zope.org/zcml"
xmlns:five="http://namespaces.zope.org/five">
+ <include package="kss.core" file="meta.zcml" />
+
<include file="permission.zcml"/>
@@ -53,6 +55,16 @@
name="base2-dom-fp.js"
/>
+ <browser:resource
+ file="kukit/3rd_party/base2.js"
+ name="base2.js"
+ />
+
+ <browser:resource
+ file="kukit/3rd_party/base2-dom.js"
+ name="base2-dom.js"
+ />
+
<!-- Adapter used to render KSS commands -->
<adapter
for=".interfaces.IKSSCommands
_______________________________________________
Kukit-checkins mailing list
[email protected]
http://codespeak.net/mailman/listinfo/kukit-checkins