Use trac icon for trac bugs to diff from bugzilla
[tomboy-trac.git] / src / Trac.addin.xml
blobfdd4e9ed119ad8e1782d22fcca9a344cb138d1ae
1 <Addin id="TracAddin"
2         namespace="Tomboy"
3         name="Trac Links"
4         author="Tomboy Project"
5         description="Allows you to drag a Trac URL from your browser directly into a tomboy note.  The bug number is inserted as a link with a little bug icon next to it."
6         category="Desktop Integration"
7         defaultEnabled="false"
8         version="0.1">
10         <Runtime>
11                 <Import assembly="Trac.dll" />
12         </Runtime>
14         <Dependencies>
15                 <Addin id="Tomboy" version="0.9" />
16         </Dependencies>
18         <Extension path="/Tomboy/NoteAddins">
19                 <NoteAddin type="Tomboy.Trac.TracNoteAddin" />
20         </Extension>
21         
22         <Extension path="/Tomboy/AddinPreferences">
23                 <AddinPreferenceFactory type="Tomboy.Trac.TracPreferenceFactory" />
24         </Extension>
25 </Addin>