Ignore:
Timestamp:
25 Aug 2010, 00:32:07 (14 years ago)
Author:
uli
Message:

Merge changes from ulif-paster branch back into trunk. CAUTION: After this update and running buildout, the old Data.fs will be lost! Make a backup before updating.

Location:
main/waeup.sirp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk

    • Property svn:ignore
      •  

        old new  
        33parts
        44.installed.cfg
         5var
  • main/waeup.sirp/trunk/setup.py

    r5328 r5495  
    77    'setuptools',
    88    'grok',
     9    'grokcore.startup',
    910    'grokui.admin',
    1011    'hurry.query',
     
    8182      entry_points="""
    8283      # Add entry points here
     84      [console_scripts]
     85      sirp-debug = grokcore.startup:interactive_debug_prompt
     86      sirpctl = grokcore.startup:zdaemon_controller
     87      [paste.app_factory]
     88      main = grokcore.startup:application_factory
     89      debug = grokcore.startup:debug_application_factory
     90
    8391      """,
    8492      )
Note: See TracChangeset for help on using the changeset viewer.