Re: [Zope-dev] SVN: zope.securitypolicy/trunk/ - Added test extra to declare test dependency on ``zope.component [test]``.

2010-09-25 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 09/25/2010 07:55 AM, Michael Howitz wrote:
 Log message for revision 116846:
   - Added test extra to declare test dependency on ``zope.component [test]``.

snip

 Modified: zope.securitypolicy/trunk/src/zope/securitypolicy/configure.zcml
 ===
 --- zope.securitypolicy/trunk/src/zope/securitypolicy/configure.zcml  
 2010-09-25 11:34:48 UTC (rev 116845)
 +++ zope.securitypolicy/trunk/src/zope/securitypolicy/configure.zcml  
 2010-09-25 11:55:46 UTC (rev 116846)
 @@ -3,6 +3,10 @@
  i18n_domain=zope
  
  
 +  include package=zope.component file=meta.zcml /
 +  include package=zope.security file=meta.zcml /
 +  include package=zope.security /
 +
adapter
factory=.rolepermission.AnnotationRolePermissionManager
provides=.interfaces.IRolePermissionManager
 

That looks like a harder dependency than just testing to me.



Tres.
- -- 
===
Tres Seaver  +1 540-429-0999  tsea...@palladion.com
Palladion Software   Excellence by Designhttp://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkyd7IgACgkQ+gerLs4ltQ7tvgCgieE0SSuqEDNIghcS/a37Ul6Z
kOsAnR+lsZ4Si/MWtfvi3JcHcIv8p8Il
=BTmD
-END PGP SIGNATURE-

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] SVN: zope.securitypolicy/trunk/ - Added test extra to declare test dependency on ``zope.component [test]``.

2010-09-25 Thread Michael Howitz
Am 25.09.2010 um 14:35 schrieb Tres Seaver:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On 09/25/2010 07:55 AM, Michael Howitz wrote:
 Log message for revision 116846:
  - Added test extra to declare test dependency on ``zope.component [test]``.
 
 snip
 
 Modified: zope.securitypolicy/trunk/src/zope/securitypolicy/configure.zcml
 ===
 --- zope.securitypolicy/trunk/src/zope/securitypolicy/configure.zcml 
 2010-09-25 11:34:48 UTC (rev 116845)
 +++ zope.securitypolicy/trunk/src/zope/securitypolicy/configure.zcml 
 2010-09-25 11:55:46 UTC (rev 116846)
 @@ -3,6 +3,10 @@
 i18n_domain=zope
 
 
 +  include package=zope.component file=meta.zcml /
 +  include package=zope.security file=meta.zcml /
 +  include package=zope.security /
 +
   adapter
   factory=.rolepermission.AnnotationRolePermissionManager
   provides=.interfaces.IRolePermissionManager
 
 
 That looks like a harder dependency than just testing to me.

zope.component and zope.security were already install dependencies of 
zope.securitypolicy, so the check-in message might be a bit misleading.


Yours sincerely,
-- 
Michael Howitz · m...@gocept.com · software developer
gocept gmbh  co. kg · forsterstraße 29 · 06112 halle (saale) · germany
http://gocept.com · tel +49 345 1229889 8 · fax +49 345 1229889 1
Zope and Plone consulting and development

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )