作図ソフト dia の改良版
Revision | f3fe101fd2e9d8283472d05a3db18e6c7243346a (tree) |
---|---|
Zeit | 2007-03-06 15:18:10 |
Autor | Steffen Macke <sdteffen@src....> |
Commiter | Steffen Macke |
installer/win32/dia.nsi: Added plug-ins/python/doxrev.py
svn path=/trunk/; revision=3628
@@ -1,3 +1,7 @@ | ||
1 | +2007-03-06 Steffen Macke <sdteffen@gmail.com> | |
2 | + | |
3 | + * installer/win32/dia.nsi: Added plug-ins/python/doxrev.py | |
4 | + | |
1 | 5 | 2007-03-05 Lars Clausen <lars@raeder.dk> |
2 | 6 | |
3 | 7 | * NEWS: |
@@ -2375,6 +2375,7 @@ Section /o $(PYTHON_SECTION_TITLE) SecPython | ||
2375 | 2375 | ${File} "..\..\plug-ins\python\" "debug_objects.py" |
2376 | 2376 | ${File} "..\..\plug-ins\python\" "diasvg_import.py" |
2377 | 2377 | ${File} "..\..\plug-ins\python\" "dot.py" |
2378 | + ${File} "..\..\plug-ins\python\" "doxrev.py" | |
2378 | 2379 | ${File} "..\..\plug-ins\python\" "export-object.py" |
2379 | 2380 | ${File} "..\..\plug-ins\python\" "export-render.py" |
2380 | 2381 | ${File} "..\..\plug-ins\python\" "group_props.py" |