Changeset 652


Ignore:
Timestamp:
10/24/08 09:49:08 (5 years ago)
Author:
aculapov
Message:
  • modified the setup and htdocs provider to reflect the changes
Location:
trunk/plugins/tickettypedsystem
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/tickettypedsystem/setup.py

    r417 r652  
    1111setup(name=PACKAGE, version=VERSION, 
    1212      packages=['ticketsystem', 'ticketsystem.tickettypes'], 
    13       package_data={'ticketsystem': ['templates/*.html', 
    14                                          'htdocs/images/*.png',  
    15                                          'htdocs/css/*.css',  
    16                                          'htdocs/js/*.js', 
    17                                          'htdocs/themes/flora/*.css', 
    18                                          'htdocs/themes/flora/i/*.png',]}, 
     13      package_data={'ticketsystem': ['templates/*.html',]}, 
    1914      entry_points={ 
    2015        'trac.plugins': [ 
  • trunk/plugins/tickettypedsystem/ticketsystem/web_ui.py

    r651 r652  
    3737    # ITemplateProvider methods 
    3838    def get_htdocs_dirs(self): 
    39         return [('ticketsystem', pkg_resources.resource_filename(__name__, 'htdocs'))] 
     39        return [] 
    4040 
    4141    def get_templates_dirs(self): 
Note: See TracChangeset for help on using the changeset viewer.