Changes between Initial Version and Version 3 of Ticket #2492


Ignore:
Timestamp:
Sep 21, 2010, 6:58:02 PM (14 years ago)
Author:
Ryan J Ollos
Comment:

I'm going to go ahead and close this since the issue has been resolved: doxygenplugin/0.11/setup.py. Hope that is okay.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2492

    • Property Owner changed from Radek Bartoň to Christian Boos
    • Property Keywords setup added; sedtup removed
    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #2492 – Description

    initial v3  
    11The setup.py fiel containts the line
    22
     3{{{
    34package_data={'doxygentrac': ['templates/*.cs', 'htdocs/css/*.css']},
     5}}}
    46
    57but the file doxygen.cs has been renamed in doxygen.html. So when  installing the plugin, it doesn't work.
    68
    79To work finely, I change the line as below :
    8 package_data={'doxygentrac': ['templates/*.'''*'''', 'htdocs/css/*.css']},
     10{{{
     11package_data={'doxygentrac': ['templates/*.'''*'''', 'htdocs/css/*.css']}
     12}}}