Changeset 4841

Show
Ignore:
Timestamp:
11/18/08 13:05:36 (2 months ago)
Author:
k0s
Message:

* point at local plugins;
* remove TOPP specific vars

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • traclegosscript/anyrelease/example/oss/osstracproject/project.py

    r4839 r4841  
    1212             var('domain', 'domain name where this project is to be served',  
    1313                 default='localhost'), 
    14              var('footer', '', 
    15                  default='Visit <a href="http://www.openplans.org/">The Open Planning Project</a>'), 
    16              var('repository_url', 'URL of the SVN repository', 
    17                  default='https://svn.openplans.org/svn') 
    1814             ] 
    1915 
    20     requirements = ['https://svn.openplans.org/svn/trac/install/plugins.txt'] 
     16    requirements = ['plugins.txt'] 
    2117