[z3-checkins] r25638 - z3/jsonserver/branch/zope2_test
reebalazs at codespeak.net
reebalazs at codespeak.net
Sun Apr 9 21:37:11 CEST 2006
Author: reebalazs
Date: Sun Apr 9 21:37:09 2006
New Revision: 25638
Modified:
z3/jsonserver/branch/zope2_test/configure.zcml
Log:
include browser package was missing
Modified: z3/jsonserver/branch/zope2_test/configure.zcml
==============================================================================
--- z3/jsonserver/branch/zope2_test/configure.zcml (original)
+++ z3/jsonserver/branch/zope2_test/configure.zcml Sun Apr 9 21:37:09 2006
@@ -8,6 +8,7 @@
<include package=".minjson" />
<include package=".concatresource" />
+ <include package=".browser" />
<!-- Bind to all folder types. This includes the application
root and all possible virtualhosting roots.
@@ -53,18 +54,4 @@
directory="./jsolait/src/jsolait/lib"
/>
- <!-- New client lib from Tiks -->
- <browser:resource
- name="json.js"
- file="browser/json.js"
- />
- <browser:resource
- name="xmlhttp.js"
- file="browser/xmlhttp.js"
- />
- <browser:resource
- name="pythonkw.js"
- file="browser/pythonkw.js"
- />
-
</configure>
More information about the z3-checkins
mailing list