Changeset 4362 for TI12-security/trunk
- Timestamp:
- 27/10/08 17:06:39 (12 years ago)
- Location:
- TI12-security/trunk/python
- Files:
-
- 6 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/python/ndg.security.common/ndg/security/common/zsi/twisted/attributeauthority/Makefile
r4361 r4362 13 13 # 14 14 # $Id:$ 15 WSDL_FILE=../../ ../../../www/html/attAuthority.wsdl15 WSDL_FILE=../../attributeauthority/attributeauthority.wsdl 16 16 CMD=wsdl2py 17 17 OPTS=-be -f -
TI12-security/trunk/python/ndg.security.common/ndg/security/common/zsi/twisted/sessionmanager/Makefile
r4361 r4362 13 13 # 14 14 # $Id:$ 15 WSDL_FILE=../../ ../../../www/html/sessionMgr.wsdl15 WSDL_FILE=../../sessionmanager/sessionmanager.wsdl 16 16 CMD=wsdl2py 17 17 OPTS=-be -f -
TI12-security/trunk/python/ndg.security.server/ndg/security/server/wsgi/__init__.py
r4020 r4362 1 """WSGI Middleware components 2 3 NERC Data Grid Project""" 4 __author__ = "P J Kershaw" 5 __date__ = "27/05/08" 6 __copyright__ = "(C) 2008 STFC & NERC" 7 __license__ = \ 8 """This software may be distributed under the terms of the Q Public 9 License, version 1.0 or later.""" 10 __contact__ = "P.J.Kershaw@rl.ac.uk" 11 __revision__ = '$Id$'
Note: See TracChangeset
for help on using the changeset viewer.