Changeset 5213 for TI12-security
- Timestamp:
- 21/04/09 15:25:38 (12 years ago)
- Location:
- TI12-security/trunk/python/buildout/ndgsecurity_pydap
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TI12-security/trunk/python/buildout/ndgsecurity_pydap/bin/py
r5207 r5213 4 4 5 5 sys.path[0:0] = [ 6 '/home/pjkersha/workspace/ndg.security.python/buildout/ndgsecurity_pydap/eggs/Pydap-3.0.b.3-py2.5.egg', 6 '/home/pjkersha/workspace/ndg.security.python/buildout/ndgsecurity_pydap/eggs/AuthKit-0.4.1dev_ndg_rc1_r153-py2.5.egg', 7 '/home/pjkersha/workspace/ndg.security.python/buildout/ndgsecurity_pydap/eggs/decorator-3.0.1-py2.5.egg', 8 '/home/pjkersha/workspace/ndg.security.python/buildout/ndgsecurity_pydap/eggs/Beaker-1.3-py2.5.egg', 9 '/home/pjkersha/workspace/ndg.security.python/buildout/ndgsecurity_pydap/eggs/elementtree-1.3b1_20080615_badc_xmlns_fix-py2.5.egg', 10 '/home/pjkersha/workspace/ndg.security.python/buildout/ndgsecurity_pydap/eggs/python_openid-2.2.1-py2.5.egg', 11 '/home/pjkersha/workspace/ndg.security.python/buildout/ndgsecurity_pydap/eggs/PasteScript-1.7.3-py2.5.egg', 7 12 '/usr/lib/python2.5/site-packages/setuptools-0.6c9-py2.5.egg', 8 '/home/pjkersha/workspace/ndg.security.python/buildout/ndgsecurity_pydap/eggs/pydap.handlers.netcdf-0.4.4-py2.5.egg',9 '/home/pjkersha/workspace/ndg.security.python/buildout/ndgsecurity_pydap/eggs/arrayterator-1.0.1-py2.5.egg',10 '/home/pjkersha/workspace/ndg.security.python/buildout/ndgsecurity_pydap/eggs/pupynere-1.0.9-py2.5.egg',11 13 '/home/pjkersha/workspace/ndg.security.python/buildout/ndgsecurity_pydap/eggs/PasteDeploy-1.3.3-py2.5.egg', 12 '/home/pjkersha/workspace/ndg.security.python/buildout/ndgsecurity_pydap/eggs/ PasteScript-1.7.3-py2.5.egg',14 '/home/pjkersha/workspace/ndg.security.python/buildout/ndgsecurity_pydap/eggs/nose-0.10.4-py2.5.egg', 13 15 '/home/pjkersha/workspace/ndg.security.python/buildout/ndgsecurity_pydap/eggs/Paste-1.7.2-py2.5.egg', 14 '/home/pjkersha/workspace/ndg.security.python/buildout/ndgsecurity_pydap/eggs/Genshi-0.5.1-py2.5-linux-i686.egg',15 '/home/pjkersha/workspace/ndg.security.python/buildout/ndgsecurity_pydap/eggs/httplib2-0.4.0-py2.5.egg',16 '/home/pjkersha/workspace/ndg.security.python/buildout/ndgsecurity_pydap/eggs/numpy-1.3.0-py2.5-linux-i686.egg',17 16 ] 18 17 -
TI12-security/trunk/python/buildout/ndgsecurity_pydap/buildout.cfg
r5207 r5213 10 10 # BSD - See LICENSE file in top-level directory 11 11 [buildout] 12 parts = ndg.security pyDAP 12 #parts = AuthKit ndg.security pyDAP 13 parts = AuthKit 14 15 [AuthKit] 16 recipe = zc.recipe.egg 17 interpreter = py 18 eggs = AuthKit 19 index = http://ndg.nerc.ac.uk/dist 13 20 14 21 [ndg.security]
Note: See TracChangeset
for help on using the changeset viewer.