-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
7: Провести рефакторинг примера сервисов
Task-Url: #7
- Loading branch information
Showing
15 changed files
with
216 additions
and
249 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
...ab.calendar.consumer/OSGI-INF/ru.agentlab.calendar.consumer.impl.CalendarConsumerImpl.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="ru.agentlab.calendar.consumer.impl.CalendarConsumerImpl"> | ||
<service> | ||
<provide interface="ru.agentlab.calendar.service.api.ICalendarServiceConsumer"/> | ||
<provide interface="ru.agentlab.calendar.consumer.ICalendarSourceProvider"/> | ||
</service> | ||
<reference bind="addCalendarService" interface="ru.agentlab.calendar.service.api.ICalendarService" name="CalendarService" policy="dynamic" unbind="removeCalendarService"/> | ||
<reference bind="addCalendarService" cardinality="0..n" interface="ru.agentlab.calendar.service.api.ICalendarService" name="CalendarService" policy="dynamic" unbind="removeCalendarService"/> | ||
<implementation class="ru.agentlab.calendar.consumer.impl.CalendarConsumerImpl"/> | ||
</scr:component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 0 additions & 10 deletions
10
...b.calendar.service.api/src/ru/agentlab/calendar/service/api/ICalendarServiceConsumer.java
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
plugins/ru.agentlab.calendar.service.api/src/ru/agentlab/calendar/service/api/ToDo.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.