~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to GCalendar/src/GCalendar.addin.xml

  • Committer: Alex Launi
  • Date: 2008-07-01 20:02:42 UTC
  • mfrom: (151.1.24 do-plugins)
  • Revision ID: alex@eriktorvaldsonn-20080701200242-l85j12hkp0os19tb
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<Addin 
2
 
        id="GoogleCalendar" 
3
 
        namespace= "Do" 
4
 
        version="1.2"
5
 
        name="Google Calendar"
6
 
        description="Allows you to create, search, and browse your Google calendar events."
7
 
        author="Alex Launi"
8
 
        >
9
 
 
10
 
        <Runtime>
11
 
                <Import assembly="GCalendar.dll"/>
12
 
                <Import assembly="Google.GData.AccessControl.dll"/>
13
 
                <Import assembly="Google.GData.Calendar.dll"/>
14
 
                <Import assembly="Google.GData.Client.dll"/>
15
 
                <Import assembly="Google.GData.Extensions.dll"/>
16
 
        </Runtime>
17
 
 
18
 
        <Dependencies>
19
 
                <Addin id="Core" version="1.0" />
20
 
        </Dependencies>
21
 
 
22
 
        <!-- Extensions included in this assembly -->
23
 
        <Extension path="/Do/ItemSource">
24
 
                <ItemSource type="GCalendar.GCalendarItemSource" />
25
 
        </Extension>
26
 
 
27
 
        <Extension path="/Do/Action">
28
 
                <Action type="GCalendar.GCalendarNewEvent" />
29
 
                <Action type="GCalendar.GCalendarSearchEvents" />
30
 
        </Extension>
31
 
</Addin>