elexis-wiki-interface 0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +18 -0
- data/.travis.yml +24 -0
- data/Gemfile +15 -0
- data/Gemfile.lock +94 -0
- data/LICENSE +674 -0
- data/README.textile +104 -0
- data/Rakefile +6 -0
- data/bin/wiki_pull +6 -0
- data/bin/wiki_pull_daily +25 -0
- data/bin/wiki_push +5 -0
- data/elexis-wiki-interface.gemspec +28 -0
- data/lib/elexis/wiki/interface.rb +8 -0
- data/lib/elexis/wiki/interface/version.rb +7 -0
- data/lib/elexis/wiki/interface/workspace.rb +298 -0
- data/spec/data/doc/doc_de/.project +42 -0
- data/spec/data/pull/ch.elexis.agenda/.project +36 -0
- data/spec/data/pull/ch.elexis.agenda/META-INF/MANIFEST.MF +33 -0
- data/spec/data/pull/ch.elexis.agenda/plugin.properties +8 -0
- data/spec/data/pull/ch.elexis.agenda/plugin.xml +209 -0
- data/spec/data/pull/ch.elexis.agenda/plugin_de.properties +8 -0
- data/spec/data/pull/ch.elexis.agenda/plugin_en.properties +8 -0
- data/spec/data/pull/ch.elexis.agenda/plugin_fr.properties +7 -0
- data/spec/data/pull/ch.elexis.core.application.feature/.project +23 -0
- data/spec/data/pull/ch.elexis.core.application.feature/build.properties +1 -0
- data/spec/data/pull/ch.elexis.core.application.feature/feature.xml +699 -0
- data/spec/data/pull/ch.elexis.core.application.feature/pom.xml +12 -0
- data/spec/data/pull/ch.elexis.icpc/.project +28 -0
- data/spec/data/pull/ch.elexis.icpc/META-INF/MANIFEST.MF +26 -0
- data/spec/data/pull/ch.elexis.icpc/plugin.xml +74 -0
- data/spec/data/pull/ch.elexis.notes/.project +34 -0
- data/spec/data/pull/ch.elexis.notes/META-INF/MANIFEST.MF +17 -0
- data/spec/data/pull/ch.elexis.notes/plugin.properties +1 -0
- data/spec/data/pull/ch.elexis.notes/plugin.xml +36 -0
- data/spec/data/pull/ch.elexis.notes/plugin_de.properties +3 -0
- data/spec/data/pull/ch.elexis.notes/plugin_en.properties +3 -0
- data/spec/data/pull/ch.elexis.notes/plugin_fr.properties +3 -0
- data/spec/data/pull/doc_de/.project +42 -0
- data/spec/data/pull/doc_de/Doc_de_abrechnungssystem1.png +0 -0
- data/spec/data/pull/doc_de/doc_de.mediawiki +1842 -0
- data/spec/data/push/ch.elexis.icpc/.project +28 -0
- data/spec/data/push/ch.elexis.icpc/META-INF/MANIFEST.MF +26 -0
- data/spec/data/push/ch.elexis.icpc/doc/favicon_green.png +0 -0
- data/spec/data/push/ch.elexis.icpc/doc/test.mediawiki +3 -0
- data/spec/data/push/ch.elexis.icpc/plugin.xml +74 -0
- data/spec/pull_spec.rb +99 -0
- data/spec/push_spec.rb +29 -0
- data/spec/spec_helper.rb +18 -0
- metadata +258 -0
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<projectDescription>
|
|
3
|
+
<name>doc.de</name>
|
|
4
|
+
<comment></comment>
|
|
5
|
+
<projects>
|
|
6
|
+
</projects>
|
|
7
|
+
<buildSpec>
|
|
8
|
+
<buildCommand>
|
|
9
|
+
<name>net.sourceforge.texlipse.builder.TexlipseBuilder</name>
|
|
10
|
+
<arguments>
|
|
11
|
+
</arguments>
|
|
12
|
+
</buildCommand>
|
|
13
|
+
<buildCommand>
|
|
14
|
+
<name>org.eclipse.jdt.core.javabuilder</name>
|
|
15
|
+
<arguments>
|
|
16
|
+
</arguments>
|
|
17
|
+
</buildCommand>
|
|
18
|
+
<buildCommand>
|
|
19
|
+
<name>org.eclipse.pde.ManifestBuilder</name>
|
|
20
|
+
<arguments>
|
|
21
|
+
</arguments>
|
|
22
|
+
</buildCommand>
|
|
23
|
+
<buildCommand>
|
|
24
|
+
<name>org.eclipse.pde.SchemaBuilder</name>
|
|
25
|
+
<arguments>
|
|
26
|
+
</arguments>
|
|
27
|
+
</buildCommand>
|
|
28
|
+
<buildCommand>
|
|
29
|
+
<name>org.zeroturnaround.eclipse.rebelXmlBuilder</name>
|
|
30
|
+
<arguments>
|
|
31
|
+
</arguments>
|
|
32
|
+
</buildCommand>
|
|
33
|
+
</buildSpec>
|
|
34
|
+
<natures>
|
|
35
|
+
<nature>net.sourceforge.texlipse.builder.TexlipseNature</nature>
|
|
36
|
+
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
|
|
37
|
+
<nature>org.eclipse.pde.PluginNature</nature>
|
|
38
|
+
<nature>org.eclipse.jdt.core.javanature</nature>
|
|
39
|
+
<nature>org.eclipse.jem.beaninfo.BeanInfoNature</nature>
|
|
40
|
+
<nature>org.zeroturnaround.eclipse.jrebelNature</nature>
|
|
41
|
+
</natures>
|
|
42
|
+
</projectDescription>
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<projectDescription>
|
|
3
|
+
<name>ch.elexis.agenda</name>
|
|
4
|
+
<comment></comment>
|
|
5
|
+
<projects>
|
|
6
|
+
</projects>
|
|
7
|
+
<buildSpec>
|
|
8
|
+
<buildCommand>
|
|
9
|
+
<name>org.eclipse.jdt.core.javabuilder</name>
|
|
10
|
+
<arguments>
|
|
11
|
+
</arguments>
|
|
12
|
+
</buildCommand>
|
|
13
|
+
<buildCommand>
|
|
14
|
+
<name>org.eclipse.pde.ManifestBuilder</name>
|
|
15
|
+
<arguments>
|
|
16
|
+
</arguments>
|
|
17
|
+
</buildCommand>
|
|
18
|
+
<buildCommand>
|
|
19
|
+
<name>org.eclipse.pde.SchemaBuilder</name>
|
|
20
|
+
<arguments>
|
|
21
|
+
</arguments>
|
|
22
|
+
</buildCommand>
|
|
23
|
+
<buildCommand>
|
|
24
|
+
<name>org.eclipse.m2e.core.maven2Builder</name>
|
|
25
|
+
<arguments>
|
|
26
|
+
</arguments>
|
|
27
|
+
</buildCommand>
|
|
28
|
+
</buildSpec>
|
|
29
|
+
<natures>
|
|
30
|
+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
|
|
31
|
+
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
|
|
32
|
+
<nature>org.eclipse.pde.PluginNature</nature>
|
|
33
|
+
<nature>org.eclipse.jdt.core.javanature</nature>
|
|
34
|
+
<nature>org.eclipse.jem.beaninfo.BeanInfoNature</nature>
|
|
35
|
+
</natures>
|
|
36
|
+
</projectDescription>
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
Manifest-Version: 1.0
|
|
2
|
+
Bundle-ManifestVersion: 2
|
|
3
|
+
Bundle-Name: Agenda Plugin für Elexis
|
|
4
|
+
Bundle-SymbolicName: ch.elexis.agenda;singleton:=true
|
|
5
|
+
Bundle-Version: 3.0.0.qualifier
|
|
6
|
+
Bundle-Vendor: elexis.info
|
|
7
|
+
Bundle-Activator: ch.elexis.actions.Activator
|
|
8
|
+
Bundle-Localization: plugin
|
|
9
|
+
Require-Bundle: org.eclipse.core.jobs,
|
|
10
|
+
org.eclipse.jface,
|
|
11
|
+
org.eclipse.swt,
|
|
12
|
+
org.eclipse.ui,
|
|
13
|
+
org.eclipse.core.runtime,
|
|
14
|
+
org.eclipse.ui.forms,
|
|
15
|
+
ch.rgw.utility,
|
|
16
|
+
org.eclipse.core.databinding,
|
|
17
|
+
org.eclipse.core.databinding.beans,
|
|
18
|
+
org.eclipse.core.databinding.observable,
|
|
19
|
+
org.eclipse.core.databinding.property,
|
|
20
|
+
org.eclipse.jface.databinding,
|
|
21
|
+
com.ibm.icu,
|
|
22
|
+
ch.elexis.core;bundle-version="3.0.0",
|
|
23
|
+
ch.elexis.core.data;bundle-version="3.0.0",
|
|
24
|
+
ch.elexis.core.ui;bundle-version="3.0.0",
|
|
25
|
+
ch.elexis.core.ui.icons;bundle-version="3.0.0"
|
|
26
|
+
Eclipse-LazyStart: true
|
|
27
|
+
Bundle-ClassPath: .,
|
|
28
|
+
lib/ical4j-1.0.1.jar
|
|
29
|
+
Export-Package: ch.elexis.agenda.data,
|
|
30
|
+
ch.elexis.agenda.externalaccess,
|
|
31
|
+
ch.elexis.agenda.util
|
|
32
|
+
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
|
33
|
+
Import-Package: org.slf4j;version="1.6.6"
|
|
@@ -0,0 +1,209 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<?eclipse version="3.2"?>
|
|
3
|
+
<plugin>
|
|
4
|
+
<extension
|
|
5
|
+
point="org.eclipse.ui.views">
|
|
6
|
+
<view
|
|
7
|
+
allowMultiple="true"
|
|
8
|
+
category="ch.elexis.agenda.Views"
|
|
9
|
+
class="ch.elexis.agenda.views.TagesView"
|
|
10
|
+
icon="icons/calendar.png"
|
|
11
|
+
id="ch.elexis.agenda.tagesview"
|
|
12
|
+
name="Agenda"/>
|
|
13
|
+
<view
|
|
14
|
+
category="ch.elexis.agenda.Views"
|
|
15
|
+
class="ch.elexis.agenda.views.AgendaGross"
|
|
16
|
+
id="ch.elexis.agenda.largeview"
|
|
17
|
+
name="Agenda gross"/>
|
|
18
|
+
<view
|
|
19
|
+
category="ch.elexis.agenda.Views"
|
|
20
|
+
class="ch.elexis.agenda.ui.week.AgendaWeek"
|
|
21
|
+
id="ch.elexis.agenda.week"
|
|
22
|
+
name="Wochenanzeige">
|
|
23
|
+
</view>
|
|
24
|
+
<category
|
|
25
|
+
id="ch.elexis.agenda.Views"
|
|
26
|
+
name="Agenda">
|
|
27
|
+
</category>
|
|
28
|
+
<view
|
|
29
|
+
allowMultiple="false"
|
|
30
|
+
category="ch.elexis.agenda.Views"
|
|
31
|
+
class="ch.elexis.agenda.ui.AgendaParallel"
|
|
32
|
+
id="ch.elexis.agenda.parallelview"
|
|
33
|
+
name="Parallelanzeige"
|
|
34
|
+
restorable="true">
|
|
35
|
+
</view>
|
|
36
|
+
<view
|
|
37
|
+
category="ch.elexis.agenda.Views"
|
|
38
|
+
class="ch.elexis.agenda.ui.TerminListeView"
|
|
39
|
+
id="ch.elexis.agenda.Terminliste"
|
|
40
|
+
name="%Terminliste"
|
|
41
|
+
restorable="true">
|
|
42
|
+
</view>
|
|
43
|
+
</extension>
|
|
44
|
+
<extension
|
|
45
|
+
point="org.eclipse.ui.preferencePages">
|
|
46
|
+
<page
|
|
47
|
+
class="ch.elexis.agenda.preferences.AgendaDefinitionen"
|
|
48
|
+
id="ch.elexis.Agendaprefs"
|
|
49
|
+
name="Agenda"/>
|
|
50
|
+
<page
|
|
51
|
+
category="ch.elexis.preferences.UserPreferences"
|
|
52
|
+
class="ch.elexis.agenda.preferences.AgendaFarben"
|
|
53
|
+
id="ch.Agendapref.colors"
|
|
54
|
+
name="%Farben"/>
|
|
55
|
+
<page
|
|
56
|
+
category="ch.elexis.preferences.UserPreferences"
|
|
57
|
+
class="ch.elexis.agenda.preferences.AgendaImages"
|
|
58
|
+
id="elexis-agenda.imageprefs"
|
|
59
|
+
name="Agenda-Icons"/>
|
|
60
|
+
<page
|
|
61
|
+
category="ch.elexis.Agendaprefs"
|
|
62
|
+
class="ch.elexis.agenda.preferences.AgendaDruck"
|
|
63
|
+
id="ch.elexis.preferences.AgendaDruck"
|
|
64
|
+
name="Druck">
|
|
65
|
+
</page>
|
|
66
|
+
<page
|
|
67
|
+
category="ch.elexis.Agendaprefs"
|
|
68
|
+
class="ch.elexis.agenda.preferences.Zeitvorgaben"
|
|
69
|
+
id="ch.agendaprefs.zeiten"
|
|
70
|
+
name="%Zeitvorgaben"/>
|
|
71
|
+
<page
|
|
72
|
+
category="ch.elexis.Agendaprefs"
|
|
73
|
+
class="ch.elexis.agenda.preferences.Tageseinteilung"
|
|
74
|
+
id="ch.elexis.agenda.tageseinteilung"
|
|
75
|
+
name="%Tageseinteilung"/>
|
|
76
|
+
<page
|
|
77
|
+
category="ch.elexis.preferences.UserPreferences"
|
|
78
|
+
class="ch.elexis.agenda.preferences.AgendaAnzeige"
|
|
79
|
+
id="ch.elexis.agenda.anzeige"
|
|
80
|
+
name="%Ansicht"/>
|
|
81
|
+
</extension>
|
|
82
|
+
<extension
|
|
83
|
+
point="org.eclipse.ui.commands">
|
|
84
|
+
<category
|
|
85
|
+
id="ch.elexis.agenda.commands"
|
|
86
|
+
name="Agenda Commands">
|
|
87
|
+
</category>
|
|
88
|
+
<command
|
|
89
|
+
categoryId="ch.elexis.agenda.commands"
|
|
90
|
+
defaultHandler="ch.elexis.agenda.commands.ExportCommand"
|
|
91
|
+
description="Exportiere Termine nach iCal"
|
|
92
|
+
id="ch.elexis.agenda.commands.export"
|
|
93
|
+
name="export">
|
|
94
|
+
<commandParameter
|
|
95
|
+
id="ch.elexis.agenda.param.resource"
|
|
96
|
+
name="resource"
|
|
97
|
+
optional="false">
|
|
98
|
+
</commandParameter>
|
|
99
|
+
<commandParameter
|
|
100
|
+
id="ch.elexis.agenda.param.from"
|
|
101
|
+
name="Date from"
|
|
102
|
+
optional="false">
|
|
103
|
+
</commandParameter>
|
|
104
|
+
<commandParameter
|
|
105
|
+
id="ch.elexis.agenda.param.until"
|
|
106
|
+
name="Date until"
|
|
107
|
+
optional="false">
|
|
108
|
+
</commandParameter>
|
|
109
|
+
</command>
|
|
110
|
+
<command
|
|
111
|
+
defaultHandler="ch.elexis.agenda.series.command.AddReccuringDateHandler"
|
|
112
|
+
id="ch.elexis.agenda.series.command.AddReccuringDate"
|
|
113
|
+
name="add reccuring date">
|
|
114
|
+
</command>
|
|
115
|
+
</extension>
|
|
116
|
+
<extension
|
|
117
|
+
point="org.eclipse.ui.menus">
|
|
118
|
+
<menuContribution
|
|
119
|
+
allPopups="false"
|
|
120
|
+
locationURI="toolbar:ch.elexis.agenda.tagesview">
|
|
121
|
+
<command
|
|
122
|
+
commandId="ch.elexis.agenda.series.command.AddReccuringDate"
|
|
123
|
+
icon="icons/arrow-repeat.png"
|
|
124
|
+
label="%Add_Recurring_Appointment"
|
|
125
|
+
style="push">
|
|
126
|
+
</command>
|
|
127
|
+
</menuContribution>
|
|
128
|
+
<menuContribution
|
|
129
|
+
allPopups="false"
|
|
130
|
+
locationURI="toolbar:ch.elexis.agenda.largeview">
|
|
131
|
+
<command
|
|
132
|
+
commandId="ch.elexis.agenda.series.command.AddReccuringDate"
|
|
133
|
+
icon="icons/arrow-repeat.png"
|
|
134
|
+
label="%Add_Recurring_Appointment"
|
|
135
|
+
style="push">
|
|
136
|
+
</command>
|
|
137
|
+
</menuContribution>
|
|
138
|
+
<menuContribution
|
|
139
|
+
allPopups="false"
|
|
140
|
+
locationURI="toolbar:ch.elexis.agenda.week">
|
|
141
|
+
<command
|
|
142
|
+
commandId="ch.elexis.agenda.series.command.AddReccuringDate"
|
|
143
|
+
icon="icons/arrow-repeat.png"
|
|
144
|
+
label="%Add_Recurring_Appointment"
|
|
145
|
+
style="push">
|
|
146
|
+
</command>
|
|
147
|
+
</menuContribution>
|
|
148
|
+
<menuContribution
|
|
149
|
+
allPopups="false"
|
|
150
|
+
locationURI="toolbar:ch.elexis.agenda.Views">
|
|
151
|
+
<command
|
|
152
|
+
commandId="ch.elexis.agenda.series.command.AddReccuringDate"
|
|
153
|
+
icon="icons/arrow-repeat.png"
|
|
154
|
+
label="%Add_Recurring_Appointment"
|
|
155
|
+
style="push">
|
|
156
|
+
</command>
|
|
157
|
+
</menuContribution>
|
|
158
|
+
<menuContribution
|
|
159
|
+
allPopups="false"
|
|
160
|
+
locationURI="toolbar:ch.elexis.agenda.parallelview">
|
|
161
|
+
<command
|
|
162
|
+
commandId="ch.elexis.agenda.series.command.AddReccuringDate"
|
|
163
|
+
icon="icons/arrow-repeat.png"
|
|
164
|
+
label="%Add_Recurring_Appointment"
|
|
165
|
+
style="push">
|
|
166
|
+
</command>
|
|
167
|
+
</menuContribution>
|
|
168
|
+
<menuContribution
|
|
169
|
+
allPopups="false"
|
|
170
|
+
locationURI="toolbar:ch.elexis.agenda.Terminliste">
|
|
171
|
+
<command
|
|
172
|
+
commandId="ch.elexis.agenda.series.command.AddReccuringDate"
|
|
173
|
+
icon="icons/arrow-repeat.png"
|
|
174
|
+
label="%Add_Recurring_Appointment"
|
|
175
|
+
style="push">
|
|
176
|
+
</command>
|
|
177
|
+
</menuContribution>
|
|
178
|
+
</extension>
|
|
179
|
+
<extension
|
|
180
|
+
point="ch.elexis.core.ui.FremdDatenImport">
|
|
181
|
+
<importer
|
|
182
|
+
Class="ch.elexis.agenda.data.Import_Agenda"
|
|
183
|
+
name="JavaAgenda - Importer">
|
|
184
|
+
</importer>
|
|
185
|
+
</extension>
|
|
186
|
+
<extension
|
|
187
|
+
point="ch.elexis.core.data.PersistentReference">
|
|
188
|
+
<Factory
|
|
189
|
+
Class="ch.elexis.agenda.data.TerminFactory"
|
|
190
|
+
name="Termin">
|
|
191
|
+
</Factory>
|
|
192
|
+
</extension>
|
|
193
|
+
<extension
|
|
194
|
+
point="ch.elexis.core.data.DataAccess">
|
|
195
|
+
<DataAccess
|
|
196
|
+
class="ch.elexis.agenda.data.DataAccessor"
|
|
197
|
+
name="Termin">
|
|
198
|
+
</DataAccess>
|
|
199
|
+
</extension>
|
|
200
|
+
<extension
|
|
201
|
+
point="ch.elexis.core.data.ACLContribution">
|
|
202
|
+
<ACLContribution
|
|
203
|
+
ACLContributor="ch.elexis.agenda.acl.ACLContributor"
|
|
204
|
+
name="elexis-agenda.ACLContribution">
|
|
205
|
+
</ACLContribution>
|
|
206
|
+
</extension>
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
</plugin>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<projectDescription>
|
|
3
|
+
<name>ch.elexis.core.application.feature</name>
|
|
4
|
+
<comment></comment>
|
|
5
|
+
<projects>
|
|
6
|
+
</projects>
|
|
7
|
+
<buildSpec>
|
|
8
|
+
<buildCommand>
|
|
9
|
+
<name>org.eclipse.pde.FeatureBuilder</name>
|
|
10
|
+
<arguments>
|
|
11
|
+
</arguments>
|
|
12
|
+
</buildCommand>
|
|
13
|
+
<buildCommand>
|
|
14
|
+
<name>org.eclipse.m2e.core.maven2Builder</name>
|
|
15
|
+
<arguments>
|
|
16
|
+
</arguments>
|
|
17
|
+
</buildCommand>
|
|
18
|
+
</buildSpec>
|
|
19
|
+
<natures>
|
|
20
|
+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
|
|
21
|
+
<nature>org.eclipse.pde.FeatureNature</nature>
|
|
22
|
+
</natures>
|
|
23
|
+
</projectDescription>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
bin.includes = feature.xml
|
|
@@ -0,0 +1,699 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<feature
|
|
3
|
+
id="ch.elexis.core.application.feature"
|
|
4
|
+
label="Elexis OpenSource Application Feature"
|
|
5
|
+
version="3.0.0.qualifier"
|
|
6
|
+
provider-name="elexis.info">
|
|
7
|
+
|
|
8
|
+
<description>
|
|
9
|
+
Elexis Open Source Application Feature
|
|
10
|
+
Mehr Info unter http://wiki.elexis.info/ch.elexis.core.application.feature.feature.group
|
|
11
|
+
</description>
|
|
12
|
+
|
|
13
|
+
<copyright url="http://elexis.info/de_contributers.html">
|
|
14
|
+
Gerry Weirich, 2007-2013 und viele andere
|
|
15
|
+
</copyright>
|
|
16
|
+
|
|
17
|
+
<license url="http://www.eclipse.org/legal/epl-v10.html">
|
|
18
|
+
Eclipse Public License v1.0
|
|
19
|
+
</license>
|
|
20
|
+
|
|
21
|
+
<plugin
|
|
22
|
+
id="ch.elexis.core.application"
|
|
23
|
+
download-size="0"
|
|
24
|
+
install-size="0"
|
|
25
|
+
version="0.0.0"
|
|
26
|
+
unpack="false"/>
|
|
27
|
+
|
|
28
|
+
<plugin
|
|
29
|
+
id="org.eclipse.equinox.common"
|
|
30
|
+
download-size="0"
|
|
31
|
+
install-size="0"
|
|
32
|
+
version="0.0.0"
|
|
33
|
+
unpack="false"/>
|
|
34
|
+
|
|
35
|
+
<plugin
|
|
36
|
+
id="org.eclipse.update.configurator"
|
|
37
|
+
download-size="0"
|
|
38
|
+
install-size="0"
|
|
39
|
+
version="0.0.0"
|
|
40
|
+
unpack="false"/>
|
|
41
|
+
|
|
42
|
+
<plugin
|
|
43
|
+
id="org.eclipse.osgi.services"
|
|
44
|
+
download-size="0"
|
|
45
|
+
install-size="0"
|
|
46
|
+
version="0.0.0"
|
|
47
|
+
unpack="false"/>
|
|
48
|
+
|
|
49
|
+
<plugin
|
|
50
|
+
id="org.eclipse.core.runtime"
|
|
51
|
+
download-size="0"
|
|
52
|
+
install-size="0"
|
|
53
|
+
version="0.0.0"
|
|
54
|
+
unpack="false"/>
|
|
55
|
+
|
|
56
|
+
<plugin
|
|
57
|
+
id="org.eclipse.ui"
|
|
58
|
+
download-size="0"
|
|
59
|
+
install-size="0"
|
|
60
|
+
version="0.0.0"
|
|
61
|
+
unpack="false"/>
|
|
62
|
+
|
|
63
|
+
<plugin
|
|
64
|
+
id="org.eclipse.emf.ecore"
|
|
65
|
+
download-size="0"
|
|
66
|
+
install-size="0"
|
|
67
|
+
version="0.0.0"
|
|
68
|
+
unpack="false"/>
|
|
69
|
+
|
|
70
|
+
<plugin
|
|
71
|
+
id="org.jdom"
|
|
72
|
+
download-size="0"
|
|
73
|
+
install-size="0"
|
|
74
|
+
version="0.0.0"
|
|
75
|
+
unpack="false"/>
|
|
76
|
+
|
|
77
|
+
<plugin
|
|
78
|
+
id="org.eclipse.osgi"
|
|
79
|
+
download-size="0"
|
|
80
|
+
install-size="0"
|
|
81
|
+
version="0.0.0"
|
|
82
|
+
unpack="false"/>
|
|
83
|
+
|
|
84
|
+
<plugin
|
|
85
|
+
id="javax.servlet"
|
|
86
|
+
download-size="0"
|
|
87
|
+
install-size="0"
|
|
88
|
+
version="0.0.0"
|
|
89
|
+
unpack="false"/>
|
|
90
|
+
|
|
91
|
+
<plugin
|
|
92
|
+
id="org.eclipse.core.jobs"
|
|
93
|
+
download-size="0"
|
|
94
|
+
install-size="0"
|
|
95
|
+
version="0.0.0"
|
|
96
|
+
unpack="false"/>
|
|
97
|
+
|
|
98
|
+
<plugin
|
|
99
|
+
id="org.eclipse.swt"
|
|
100
|
+
download-size="0"
|
|
101
|
+
install-size="0"
|
|
102
|
+
version="0.0.0"
|
|
103
|
+
unpack="false"/>
|
|
104
|
+
|
|
105
|
+
<plugin
|
|
106
|
+
id="org.eclipse.equinox.registry"
|
|
107
|
+
download-size="0"
|
|
108
|
+
install-size="0"
|
|
109
|
+
version="0.0.0"
|
|
110
|
+
unpack="false"/>
|
|
111
|
+
|
|
112
|
+
<plugin
|
|
113
|
+
id="org.eclipse.equinox.preferences"
|
|
114
|
+
download-size="0"
|
|
115
|
+
install-size="0"
|
|
116
|
+
version="0.0.0"
|
|
117
|
+
unpack="false"/>
|
|
118
|
+
|
|
119
|
+
<plugin
|
|
120
|
+
id="org.eclipse.core.contenttype"
|
|
121
|
+
download-size="0"
|
|
122
|
+
install-size="0"
|
|
123
|
+
version="0.0.0"
|
|
124
|
+
unpack="false"/>
|
|
125
|
+
|
|
126
|
+
<plugin
|
|
127
|
+
id="org.eclipse.equinox.app"
|
|
128
|
+
download-size="0"
|
|
129
|
+
install-size="0"
|
|
130
|
+
version="0.0.0"
|
|
131
|
+
unpack="false"/>
|
|
132
|
+
|
|
133
|
+
<plugin
|
|
134
|
+
id="org.eclipse.emf.common"
|
|
135
|
+
download-size="0"
|
|
136
|
+
install-size="0"
|
|
137
|
+
version="0.0.0"
|
|
138
|
+
unpack="false"/>
|
|
139
|
+
|
|
140
|
+
<plugin
|
|
141
|
+
id="org.eclipse.core.commands"
|
|
142
|
+
download-size="0"
|
|
143
|
+
install-size="0"
|
|
144
|
+
version="0.0.0"
|
|
145
|
+
unpack="false"/>
|
|
146
|
+
|
|
147
|
+
<plugin
|
|
148
|
+
id="org.eclipse.core.databinding"
|
|
149
|
+
download-size="0"
|
|
150
|
+
install-size="0"
|
|
151
|
+
version="0.0.0"
|
|
152
|
+
unpack="false"/>
|
|
153
|
+
|
|
154
|
+
<plugin
|
|
155
|
+
id="org.eclipse.core.databinding.beans"
|
|
156
|
+
download-size="0"
|
|
157
|
+
install-size="0"
|
|
158
|
+
version="0.0.0"
|
|
159
|
+
unpack="false"/>
|
|
160
|
+
|
|
161
|
+
<plugin
|
|
162
|
+
id="org.eclipse.core.databinding.observable"
|
|
163
|
+
download-size="0"
|
|
164
|
+
install-size="0"
|
|
165
|
+
version="0.0.0"
|
|
166
|
+
unpack="false"/>
|
|
167
|
+
|
|
168
|
+
<plugin
|
|
169
|
+
id="org.eclipse.core.expressions"
|
|
170
|
+
download-size="0"
|
|
171
|
+
install-size="0"
|
|
172
|
+
version="0.0.0"
|
|
173
|
+
unpack="false"/>
|
|
174
|
+
|
|
175
|
+
<plugin
|
|
176
|
+
id="org.eclipse.equinox.p2.artifact.repository"
|
|
177
|
+
download-size="0"
|
|
178
|
+
install-size="0"
|
|
179
|
+
version="0.0.0"
|
|
180
|
+
unpack="false"/>
|
|
181
|
+
|
|
182
|
+
<plugin
|
|
183
|
+
id="org.eclipse.equinox.p2.core"
|
|
184
|
+
download-size="0"
|
|
185
|
+
install-size="0"
|
|
186
|
+
version="0.0.0"
|
|
187
|
+
unpack="false"/>
|
|
188
|
+
|
|
189
|
+
<plugin
|
|
190
|
+
id="org.eclipse.equinox.p2.director"
|
|
191
|
+
download-size="0"
|
|
192
|
+
install-size="0"
|
|
193
|
+
version="0.0.0"
|
|
194
|
+
unpack="false"/>
|
|
195
|
+
|
|
196
|
+
<plugin
|
|
197
|
+
id="org.eclipse.equinox.p2.engine"
|
|
198
|
+
download-size="0"
|
|
199
|
+
install-size="0"
|
|
200
|
+
version="0.0.0"
|
|
201
|
+
unpack="false"/>
|
|
202
|
+
|
|
203
|
+
<plugin
|
|
204
|
+
id="org.eclipse.equinox.p2.jarprocessor"
|
|
205
|
+
download-size="0"
|
|
206
|
+
install-size="0"
|
|
207
|
+
version="0.0.0"
|
|
208
|
+
unpack="false"/>
|
|
209
|
+
|
|
210
|
+
<plugin
|
|
211
|
+
id="org.eclipse.equinox.p2.metadata"
|
|
212
|
+
download-size="0"
|
|
213
|
+
install-size="0"
|
|
214
|
+
version="0.0.0"
|
|
215
|
+
unpack="false"/>
|
|
216
|
+
|
|
217
|
+
<plugin
|
|
218
|
+
id="org.eclipse.equinox.p2.metadata.repository"
|
|
219
|
+
download-size="0"
|
|
220
|
+
install-size="0"
|
|
221
|
+
version="0.0.0"
|
|
222
|
+
unpack="false"/>
|
|
223
|
+
|
|
224
|
+
<plugin
|
|
225
|
+
id="org.eclipse.equinox.p2.operations"
|
|
226
|
+
download-size="0"
|
|
227
|
+
install-size="0"
|
|
228
|
+
version="0.0.0"
|
|
229
|
+
unpack="false"/>
|
|
230
|
+
|
|
231
|
+
<plugin
|
|
232
|
+
id="org.eclipse.equinox.p2.repository"
|
|
233
|
+
download-size="0"
|
|
234
|
+
install-size="0"
|
|
235
|
+
version="0.0.0"
|
|
236
|
+
unpack="false"/>
|
|
237
|
+
|
|
238
|
+
<plugin
|
|
239
|
+
id="org.eclipse.equinox.p2.ui"
|
|
240
|
+
download-size="0"
|
|
241
|
+
install-size="0"
|
|
242
|
+
version="0.0.0"
|
|
243
|
+
unpack="false"/>
|
|
244
|
+
|
|
245
|
+
<plugin
|
|
246
|
+
id="org.eclipse.equinox.p2.updatechecker"
|
|
247
|
+
download-size="0"
|
|
248
|
+
install-size="0"
|
|
249
|
+
version="0.0.0"
|
|
250
|
+
unpack="false"/>
|
|
251
|
+
|
|
252
|
+
<plugin
|
|
253
|
+
id="org.eclipse.equinox.security"
|
|
254
|
+
download-size="0"
|
|
255
|
+
install-size="0"
|
|
256
|
+
version="0.0.0"
|
|
257
|
+
unpack="false"/>
|
|
258
|
+
|
|
259
|
+
<plugin
|
|
260
|
+
id="org.eclipse.equinox.security.ui"
|
|
261
|
+
download-size="0"
|
|
262
|
+
install-size="0"
|
|
263
|
+
version="0.0.0"
|
|
264
|
+
unpack="false"/>
|
|
265
|
+
|
|
266
|
+
<plugin
|
|
267
|
+
id="org.eclipse.equinox.simpleconfigurator"
|
|
268
|
+
download-size="0"
|
|
269
|
+
install-size="0"
|
|
270
|
+
version="0.0.0"
|
|
271
|
+
unpack="false"/>
|
|
272
|
+
|
|
273
|
+
<plugin
|
|
274
|
+
id="org.eclipse.jface"
|
|
275
|
+
download-size="0"
|
|
276
|
+
install-size="0"
|
|
277
|
+
version="0.0.0"
|
|
278
|
+
unpack="false"/>
|
|
279
|
+
|
|
280
|
+
<plugin
|
|
281
|
+
id="org.eclipse.jface.databinding"
|
|
282
|
+
download-size="0"
|
|
283
|
+
install-size="0"
|
|
284
|
+
version="0.0.0"
|
|
285
|
+
unpack="false"/>
|
|
286
|
+
|
|
287
|
+
<plugin
|
|
288
|
+
id="org.eclipse.ui.browser"
|
|
289
|
+
download-size="0"
|
|
290
|
+
install-size="0"
|
|
291
|
+
version="0.0.0"
|
|
292
|
+
unpack="false"/>
|
|
293
|
+
|
|
294
|
+
<plugin
|
|
295
|
+
id="org.eclipse.ui.forms"
|
|
296
|
+
download-size="0"
|
|
297
|
+
install-size="0"
|
|
298
|
+
version="0.0.0"
|
|
299
|
+
unpack="false"/>
|
|
300
|
+
|
|
301
|
+
<plugin
|
|
302
|
+
id="org.eclipse.ui.workbench"
|
|
303
|
+
download-size="0"
|
|
304
|
+
install-size="0"
|
|
305
|
+
version="0.0.0"
|
|
306
|
+
unpack="false"/>
|
|
307
|
+
|
|
308
|
+
<plugin
|
|
309
|
+
id="bcprov"
|
|
310
|
+
download-size="0"
|
|
311
|
+
install-size="0"
|
|
312
|
+
version="0.0.0"
|
|
313
|
+
unpack="false"/>
|
|
314
|
+
|
|
315
|
+
<plugin
|
|
316
|
+
id="org.eclipse.core.databinding.property"
|
|
317
|
+
download-size="0"
|
|
318
|
+
install-size="0"
|
|
319
|
+
version="0.0.0"
|
|
320
|
+
unpack="false"/>
|
|
321
|
+
|
|
322
|
+
<plugin
|
|
323
|
+
id="com.ibm.icu"
|
|
324
|
+
download-size="0"
|
|
325
|
+
install-size="0"
|
|
326
|
+
version="0.0.0"
|
|
327
|
+
unpack="false"/>
|
|
328
|
+
|
|
329
|
+
<plugin
|
|
330
|
+
id="com.mysql.jdbc"
|
|
331
|
+
download-size="0"
|
|
332
|
+
install-size="0"
|
|
333
|
+
version="0.0.0"
|
|
334
|
+
unpack="false"/>
|
|
335
|
+
|
|
336
|
+
<plugin
|
|
337
|
+
id="org.h2"
|
|
338
|
+
download-size="0"
|
|
339
|
+
install-size="0"
|
|
340
|
+
version="0.0.0"
|
|
341
|
+
unpack="false"/>
|
|
342
|
+
|
|
343
|
+
<plugin
|
|
344
|
+
id="org.postgresql"
|
|
345
|
+
download-size="0"
|
|
346
|
+
install-size="0"
|
|
347
|
+
version="0.0.0"
|
|
348
|
+
unpack="false"/>
|
|
349
|
+
|
|
350
|
+
<plugin
|
|
351
|
+
id="org.sat4j.core"
|
|
352
|
+
download-size="0"
|
|
353
|
+
install-size="0"
|
|
354
|
+
version="0.0.0"
|
|
355
|
+
unpack="false"/>
|
|
356
|
+
|
|
357
|
+
<plugin
|
|
358
|
+
id="org.sat4j.pb"
|
|
359
|
+
download-size="0"
|
|
360
|
+
install-size="0"
|
|
361
|
+
version="0.0.0"
|
|
362
|
+
unpack="false"/>
|
|
363
|
+
|
|
364
|
+
<plugin
|
|
365
|
+
id="org.eclipse.help"
|
|
366
|
+
download-size="0"
|
|
367
|
+
install-size="0"
|
|
368
|
+
version="0.0.0"
|
|
369
|
+
unpack="false"/>
|
|
370
|
+
|
|
371
|
+
<plugin
|
|
372
|
+
id="org.eclipse.swt.gtk.linux.x86"
|
|
373
|
+
os="linux"
|
|
374
|
+
arch="x86"
|
|
375
|
+
download-size="0"
|
|
376
|
+
install-size="0"
|
|
377
|
+
version="0.0.0"
|
|
378
|
+
fragment="true"
|
|
379
|
+
unpack="false"/>
|
|
380
|
+
|
|
381
|
+
<plugin
|
|
382
|
+
id="org.eclipse.swt.gtk.linux.x86_64"
|
|
383
|
+
os="linux"
|
|
384
|
+
arch="x86_64"
|
|
385
|
+
download-size="0"
|
|
386
|
+
install-size="0"
|
|
387
|
+
version="0.0.0"
|
|
388
|
+
fragment="true"
|
|
389
|
+
unpack="false"/>
|
|
390
|
+
|
|
391
|
+
<plugin
|
|
392
|
+
id="org.eclipse.equinox.launcher.cocoa.macosx.x86_64"
|
|
393
|
+
os="macosx"
|
|
394
|
+
arch="x86_64"
|
|
395
|
+
download-size="0"
|
|
396
|
+
install-size="0"
|
|
397
|
+
version="0.0.0"
|
|
398
|
+
fragment="true"/>
|
|
399
|
+
|
|
400
|
+
<plugin
|
|
401
|
+
id="org.eclipse.swt.cocoa.macosx.x86_64"
|
|
402
|
+
os="macosx"
|
|
403
|
+
arch="x86_64"
|
|
404
|
+
download-size="0"
|
|
405
|
+
install-size="0"
|
|
406
|
+
version="0.0.0"
|
|
407
|
+
fragment="true"
|
|
408
|
+
unpack="false"/>
|
|
409
|
+
|
|
410
|
+
<plugin
|
|
411
|
+
id="org.eclipse.swt.win32.win32.x86"
|
|
412
|
+
os="win32"
|
|
413
|
+
arch="x86"
|
|
414
|
+
download-size="0"
|
|
415
|
+
install-size="0"
|
|
416
|
+
version="0.0.0"
|
|
417
|
+
fragment="true"
|
|
418
|
+
unpack="false"/>
|
|
419
|
+
|
|
420
|
+
<plugin
|
|
421
|
+
id="org.eclipse.swt.win32.win32.x86_64"
|
|
422
|
+
os="win32"
|
|
423
|
+
arch="x86_64"
|
|
424
|
+
download-size="0"
|
|
425
|
+
install-size="0"
|
|
426
|
+
version="0.0.0"
|
|
427
|
+
fragment="true"
|
|
428
|
+
unpack="false"/>
|
|
429
|
+
|
|
430
|
+
<plugin
|
|
431
|
+
id="org.eclipse.equinox.launcher.gtk.linux.x86"
|
|
432
|
+
os="linux"
|
|
433
|
+
arch="x86"
|
|
434
|
+
download-size="0"
|
|
435
|
+
install-size="0"
|
|
436
|
+
version="0.0.0"
|
|
437
|
+
fragment="true"/>
|
|
438
|
+
|
|
439
|
+
<plugin
|
|
440
|
+
id="org.eclipse.equinox.launcher.gtk.linux.x86_64"
|
|
441
|
+
os="linux"
|
|
442
|
+
arch="x86_64"
|
|
443
|
+
download-size="0"
|
|
444
|
+
install-size="0"
|
|
445
|
+
version="0.0.0"
|
|
446
|
+
fragment="true"/>
|
|
447
|
+
|
|
448
|
+
<plugin
|
|
449
|
+
id="com.healthmarketscience.jackcess"
|
|
450
|
+
download-size="0"
|
|
451
|
+
install-size="0"
|
|
452
|
+
version="0.0.0"
|
|
453
|
+
unpack="false"/>
|
|
454
|
+
|
|
455
|
+
<plugin
|
|
456
|
+
id="net.sf.opencsv"
|
|
457
|
+
download-size="0"
|
|
458
|
+
install-size="0"
|
|
459
|
+
version="0.0.0"
|
|
460
|
+
unpack="false"/>
|
|
461
|
+
|
|
462
|
+
<plugin
|
|
463
|
+
id="org.rxtx"
|
|
464
|
+
download-size="0"
|
|
465
|
+
install-size="0"
|
|
466
|
+
version="0.0.0"
|
|
467
|
+
unpack="false"/>
|
|
468
|
+
|
|
469
|
+
<plugin
|
|
470
|
+
id="org.apache.poi"
|
|
471
|
+
download-size="0"
|
|
472
|
+
install-size="0"
|
|
473
|
+
version="0.0.0"
|
|
474
|
+
unpack="false"/>
|
|
475
|
+
|
|
476
|
+
<plugin
|
|
477
|
+
id="org.eclipse.equinox.ds"
|
|
478
|
+
download-size="0"
|
|
479
|
+
install-size="0"
|
|
480
|
+
version="0.0.0"
|
|
481
|
+
unpack="false"/>
|
|
482
|
+
|
|
483
|
+
<plugin
|
|
484
|
+
id="org.apache.commons.lang"
|
|
485
|
+
download-size="0"
|
|
486
|
+
install-size="0"
|
|
487
|
+
version="0.0.0"
|
|
488
|
+
unpack="false"/>
|
|
489
|
+
|
|
490
|
+
<plugin
|
|
491
|
+
id="org.eclipse.equinox.launcher"
|
|
492
|
+
download-size="0"
|
|
493
|
+
install-size="0"
|
|
494
|
+
version="0.0.0"
|
|
495
|
+
unpack="false"/>
|
|
496
|
+
|
|
497
|
+
<plugin
|
|
498
|
+
id="org.eclipse.equinox.util"
|
|
499
|
+
download-size="0"
|
|
500
|
+
install-size="0"
|
|
501
|
+
version="0.0.0"
|
|
502
|
+
unpack="false"/>
|
|
503
|
+
|
|
504
|
+
<plugin
|
|
505
|
+
id="org.eclipse.equinox.p2.transport.ecf"
|
|
506
|
+
download-size="0"
|
|
507
|
+
install-size="0"
|
|
508
|
+
version="0.0.0"
|
|
509
|
+
unpack="false"/>
|
|
510
|
+
|
|
511
|
+
<plugin
|
|
512
|
+
id="org.eclipse.core.net"
|
|
513
|
+
download-size="0"
|
|
514
|
+
install-size="0"
|
|
515
|
+
version="0.0.0"
|
|
516
|
+
unpack="false"/>
|
|
517
|
+
|
|
518
|
+
<plugin
|
|
519
|
+
id="org.eclipse.ecf.filetransfer"
|
|
520
|
+
download-size="0"
|
|
521
|
+
install-size="0"
|
|
522
|
+
version="0.0.0"
|
|
523
|
+
unpack="false"/>
|
|
524
|
+
|
|
525
|
+
<plugin
|
|
526
|
+
id="org.eclipse.ecf.provider.filetransfer"
|
|
527
|
+
download-size="0"
|
|
528
|
+
install-size="0"
|
|
529
|
+
version="0.0.0"
|
|
530
|
+
unpack="false"/>
|
|
531
|
+
|
|
532
|
+
<plugin
|
|
533
|
+
id="org.eclipse.ecf"
|
|
534
|
+
download-size="0"
|
|
535
|
+
install-size="0"
|
|
536
|
+
version="0.0.0"
|
|
537
|
+
unpack="false"/>
|
|
538
|
+
|
|
539
|
+
<plugin
|
|
540
|
+
id="org.eclipse.ecf.identity"
|
|
541
|
+
download-size="0"
|
|
542
|
+
install-size="0"
|
|
543
|
+
version="0.0.0"
|
|
544
|
+
unpack="false"/>
|
|
545
|
+
|
|
546
|
+
<plugin
|
|
547
|
+
id="org.eclipse.ecf.provider.filetransfer.httpclient"
|
|
548
|
+
download-size="0"
|
|
549
|
+
install-size="0"
|
|
550
|
+
version="0.0.0"
|
|
551
|
+
unpack="false"/>
|
|
552
|
+
|
|
553
|
+
<plugin
|
|
554
|
+
id="org.eclipse.ecf.provider.filetransfer.httpclient.ssl"
|
|
555
|
+
download-size="0"
|
|
556
|
+
install-size="0"
|
|
557
|
+
version="0.0.0"
|
|
558
|
+
fragment="true"
|
|
559
|
+
unpack="false"/>
|
|
560
|
+
|
|
561
|
+
<plugin
|
|
562
|
+
id="org.eclipse.ecf.provider.filetransfer.ssl"
|
|
563
|
+
download-size="0"
|
|
564
|
+
install-size="0"
|
|
565
|
+
version="0.0.0"
|
|
566
|
+
fragment="true"
|
|
567
|
+
unpack="false"/>
|
|
568
|
+
|
|
569
|
+
<plugin
|
|
570
|
+
id="org.apache.commons.httpclient"
|
|
571
|
+
download-size="0"
|
|
572
|
+
install-size="0"
|
|
573
|
+
version="0.0.0"
|
|
574
|
+
unpack="false"/>
|
|
575
|
+
|
|
576
|
+
<plugin
|
|
577
|
+
id="org.apache.commons.codec"
|
|
578
|
+
download-size="0"
|
|
579
|
+
install-size="0"
|
|
580
|
+
version="0.0.0"
|
|
581
|
+
unpack="false"/>
|
|
582
|
+
|
|
583
|
+
<plugin
|
|
584
|
+
id="org.eclipse.equinox.p2.touchpoint.eclipse"
|
|
585
|
+
download-size="0"
|
|
586
|
+
install-size="0"
|
|
587
|
+
version="0.0.0"
|
|
588
|
+
unpack="false"/>
|
|
589
|
+
|
|
590
|
+
<plugin
|
|
591
|
+
id="org.eclipse.equinox.p2.touchpoint.natives"
|
|
592
|
+
download-size="0"
|
|
593
|
+
install-size="0"
|
|
594
|
+
version="0.0.0"
|
|
595
|
+
unpack="false"/>
|
|
596
|
+
|
|
597
|
+
<plugin
|
|
598
|
+
id="org.eclipse.swt"
|
|
599
|
+
download-size="0"
|
|
600
|
+
install-size="0"
|
|
601
|
+
version="0.0.0"
|
|
602
|
+
unpack="false"/>
|
|
603
|
+
|
|
604
|
+
<plugin
|
|
605
|
+
id="org.eclipse.ui.workbench"
|
|
606
|
+
download-size="0"
|
|
607
|
+
install-size="0"
|
|
608
|
+
version="0.0.0"
|
|
609
|
+
unpack="false"/>
|
|
610
|
+
|
|
611
|
+
<plugin
|
|
612
|
+
id="org.eclipse.equinox.p2.reconciler.dropins"
|
|
613
|
+
download-size="0"
|
|
614
|
+
install-size="0"
|
|
615
|
+
version="0.0.0"
|
|
616
|
+
unpack="false"/>
|
|
617
|
+
|
|
618
|
+
<plugin
|
|
619
|
+
id="org.eclipse.equinox.p2.directorywatcher"
|
|
620
|
+
download-size="0"
|
|
621
|
+
install-size="0"
|
|
622
|
+
version="0.0.0"
|
|
623
|
+
unpack="false"/>
|
|
624
|
+
|
|
625
|
+
<plugin
|
|
626
|
+
id="org.eclipse.equinox.p2.publisher"
|
|
627
|
+
download-size="0"
|
|
628
|
+
install-size="0"
|
|
629
|
+
version="0.0.0"
|
|
630
|
+
unpack="false"/>
|
|
631
|
+
|
|
632
|
+
<plugin
|
|
633
|
+
id="org.eclipse.equinox.p2.publisher.eclipse"
|
|
634
|
+
download-size="0"
|
|
635
|
+
install-size="0"
|
|
636
|
+
version="0.0.0"
|
|
637
|
+
unpack="false"/>
|
|
638
|
+
|
|
639
|
+
<plugin
|
|
640
|
+
id="org.eclipse.equinox.p2.extensionlocation"
|
|
641
|
+
download-size="0"
|
|
642
|
+
install-size="0"
|
|
643
|
+
version="0.0.0"
|
|
644
|
+
unpack="false"/>
|
|
645
|
+
|
|
646
|
+
<plugin
|
|
647
|
+
id="org.eclipse.equinox.frameworkadmin"
|
|
648
|
+
download-size="0"
|
|
649
|
+
install-size="0"
|
|
650
|
+
version="0.0.0"
|
|
651
|
+
unpack="false"/>
|
|
652
|
+
|
|
653
|
+
<plugin
|
|
654
|
+
id="org.eclipse.equinox.simpleconfigurator.manipulator"
|
|
655
|
+
download-size="0"
|
|
656
|
+
install-size="0"
|
|
657
|
+
version="0.0.0"
|
|
658
|
+
unpack="false"/>
|
|
659
|
+
|
|
660
|
+
<plugin
|
|
661
|
+
id="org.eclipse.equinox.p2.garbagecollector"
|
|
662
|
+
download-size="0"
|
|
663
|
+
install-size="0"
|
|
664
|
+
version="0.0.0"
|
|
665
|
+
unpack="false"/>
|
|
666
|
+
|
|
667
|
+
<plugin
|
|
668
|
+
id="org.eclipse.equinox.frameworkadmin.equinox"
|
|
669
|
+
download-size="0"
|
|
670
|
+
install-size="0"
|
|
671
|
+
version="0.0.0"
|
|
672
|
+
unpack="false"/>
|
|
673
|
+
|
|
674
|
+
<plugin
|
|
675
|
+
id="org.eclipse.ecf.ssl"
|
|
676
|
+
download-size="0"
|
|
677
|
+
install-size="0"
|
|
678
|
+
version="0.0.0"
|
|
679
|
+
fragment="true"
|
|
680
|
+
unpack="false"/>
|
|
681
|
+
|
|
682
|
+
<plugin
|
|
683
|
+
id="org.eclipse.ui.cocoa"
|
|
684
|
+
os="macosx"
|
|
685
|
+
ws="cocoa"
|
|
686
|
+
download-size="0"
|
|
687
|
+
install-size="0"
|
|
688
|
+
version="0.0.0"
|
|
689
|
+
fragment="true"
|
|
690
|
+
unpack="false"/>
|
|
691
|
+
|
|
692
|
+
<plugin
|
|
693
|
+
id="org.apache.commons.io"
|
|
694
|
+
download-size="0"
|
|
695
|
+
install-size="0"
|
|
696
|
+
version="0.0.0"
|
|
697
|
+
unpack="false"/>
|
|
698
|
+
|
|
699
|
+
</feature>
|