Changeset 3416 for ctxtnavaddplugin
- Timestamp:
- 03/25/08 01:39:08 (8 months ago)
- Files:
-
- ctxtnavaddplugin/0.10/setup.py (modified) (1 diff)
- ctxtnavaddplugin/0.11/setup.py (modified) (1 diff)
- ctxtnavaddplugin/0.9/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
ctxtnavaddplugin/0.10/setup.py
r901 r3416 10 10 package_data={ 'ctxtnavadd' : [ 'templates/*.cs' , 'htdocs/js/*.js' ] }, 11 11 author = "Noah Kantrowitz", 12 author_email = " coderanger@yahoo.com",12 author_email = "noah@coderanger.net", 13 13 description = "Allow adding to the ctxtnav bar of other plugins.", 14 14 long_description = "Exposes an extension point interface for manipulating the ctxtnav bar (the little bar below the main navigation bar) of other plugins", ctxtnavaddplugin/0.11/setup.py
r2450 r3416 10 10 package_data={ 'ctxtnavadd' : [ 'templates/*.js' , 'htdocs/js/*.js' ] }, 11 11 author = "Noah Kantrowitz", 12 author_email = " coderanger@yahoo.com",12 author_email = "noah@coderanger.net", 13 13 description = "Allow adding to the ctxtnav bar of other plugins.", 14 14 long_description = "Exposes an extension point interface for manipulating the ctxtnav bar (the little bar below the main navigation bar) of other plugins", ctxtnavaddplugin/0.9/setup.py
r903 r3416 10 10 package_data={ 'ctxtnavadd' : [ 'templates/*.cs' , 'htdocs/js/*.js' ] }, 11 11 author = "Noah Kantrowitz", 12 author_email = " coderanger@yahoo.com",12 author_email = "noah@coderanger.net", 13 13 description = "Allow adding to the ctxtnav bar of other plugins.", 14 14 long_description = "Exposes an extension point interface for manipulating the ctxtnav bar (the little bar below the main navigation bar) of other plugins",
