[Checkins] SVN: zam.demo/trunk/ - Updated app to run with ZTK 1.0.

Michael Howitz mh at gocept.com
Fri Feb 4 03:00:03 EST 2011


Log message for revision 120096:
  - Updated app to run with ZTK 1.0.
  - Switched from using externals to released packages.
  
  

Changed:
  U   zam.demo/trunk/CHANGES.txt
  U   zam.demo/trunk/buildout.cfg
  D   zam.demo/trunk/externals/

-=-
Modified: zam.demo/trunk/CHANGES.txt
===================================================================
--- zam.demo/trunk/CHANGES.txt	2011-02-04 07:54:40 UTC (rev 120095)
+++ zam.demo/trunk/CHANGES.txt	2011-02-04 08:00:02 UTC (rev 120096)
@@ -2,7 +2,11 @@
 CHANGES
 =======
 
-Version 0.1.0 (unreleased)
--------------------------
+0.1.0 (unreleased)
+------------------
 
-- Initial Release
+- Initial Release.
+
+- Updated app to run with ZTK 1.0.
+
+- Switched from using externals to released packages.

Modified: zam.demo/trunk/buildout.cfg
===================================================================
--- zam.demo/trunk/buildout.cfg	2011-02-04 07:54:40 UTC (rev 120095)
+++ zam.demo/trunk/buildout.cfg	2011-02-04 08:00:02 UTC (rev 120096)
@@ -1,17 +1,4 @@
 [buildout]
-develop = externals/z3c.menu.ready2go
-          externals/zam.api
-          externals/zam.skin
-	  externals/zamplugin.control
-	  externals/zamplugin.error
-	  externals/zamplugin.navigation
-	  externals/zamplugin.sampledata
-	  externals/zamplugin.sitemanager
-	  externals/z3c.contents
-	  externals/z3c.jsontree
-          externals/z3c.jsonrpcproxy
-          externals/z3c.table
-          externals/z3c.xmlhttp
 parts = var app
 
 [app]
@@ -118,7 +105,7 @@
       />
 
 securitypolicy.zcml =
-  <include package="zope.app.securitypolicy" />
+  <include package="zope.securitypolicy" />
 
   <securityPolicy
       component="zope.securitypolicy.zopepolicy.ZopeSecurityPolicy" />
@@ -128,13 +115,13 @@
   <role id="zope.Manager" title="Site Manager" />
   <role id="zope.Member" title="Site Member" />
 
-  <!-- Replace the following directive if you don't want public access -->
+  <!-- Replace the following directive if you don not want public access -->
   <grant
       permission="zope.View"
       role="zope.Anonymous"
       />
   <grant
-      permission="zope.app.dublincore.view"
+      permission="zope.dublincore.view"
       role="zope.Anonymous"
       />
 



More information about the checkins mailing list