Project

General

Profile

Download (7.71 KB) Statistics
| Branch: | Tag: | Revision:
1 e8409423 n.hoffmann
Manifest-Version: 1.0
2
Bundle-ManifestVersion: 2
3 4d1c677b n.hoffmann
Bundle-Name: DataStore Bundle
4 e8409423 n.hoffmann
Bundle-SymbolicName: eu.etaxonomy.taxeditor.store;singleton:=true
5 a22860ff jenkins
Bundle-Version: 3.12.0.qualifier
6 e8409423 n.hoffmann
Bundle-Activator: eu.etaxonomy.taxeditor.store.internal.TaxeditorStorePlugin
7
Bundle-Vendor: EDIT
8 4d1c677b n.hoffmann
Export-Package: eu.etaxonomy.cdm,
9 dbb33d8d n.hoffmann
 eu.etaxonomy.cdm.database,
10
 eu.etaxonomy.taxeditor.datasource,
11 9766a939 n.hoffmann
 eu.etaxonomy.taxeditor.datasource.wizard,
12 ca7ac329 Cherian Mathew
 eu.etaxonomy.taxeditor.dnd.transfer,
13 2f9b03b9 a.theys
 eu.etaxonomy.taxeditor.editor,
14 b9a0d300 l.morris
 eu.etaxonomy.taxeditor.editor.definedterm,
15 b6d5d6a6 Cherian Mathew
 eu.etaxonomy.taxeditor.editor.definedterm.input,
16 3fb05254 n.hoffmann
 eu.etaxonomy.taxeditor.featuretree,
17 9651449a p.ciardelli
 eu.etaxonomy.taxeditor.handler,
18 124382f7 Patrick Plitzner
 eu.etaxonomy.taxeditor.handler.defaultHandler,
19 dbb33d8d n.hoffmann
 eu.etaxonomy.taxeditor.io,
20
 eu.etaxonomy.taxeditor.io.wizard,
21 648be136 p.ciardelli
 eu.etaxonomy.taxeditor.labels,
22 3aa58b57 n.hoffmann
 eu.etaxonomy.taxeditor.model;uses:="eu.etaxonomy.cdm.model.common,eu.etaxonomy.cdm.model.name,eu.etaxonomy.cdm.model.taxon",
23 f211dd28 n.hoffmann
 eu.etaxonomy.taxeditor.newWizard,
24 35861667 n.hoffmann
 eu.etaxonomy.taxeditor.operation,
25 9766a939 n.hoffmann
 eu.etaxonomy.taxeditor.parser,
26
 eu.etaxonomy.taxeditor.preference,
27 eca18c8b n.hoffmann
 eu.etaxonomy.taxeditor.preference.matching,
28 3aa58b57 n.hoffmann
 eu.etaxonomy.taxeditor.preference.menu,
29 eca18c8b n.hoffmann
 eu.etaxonomy.taxeditor.preference.wizard,
30 63e1618b Andreas Kohlbecker
 eu.etaxonomy.taxeditor.security,
31 b7a46fe2 n.hoffmann
 eu.etaxonomy.taxeditor.store,
32 dbb33d8d n.hoffmann
 eu.etaxonomy.taxeditor.store.internal,
33 f211dd28 n.hoffmann
 eu.etaxonomy.taxeditor.store.operations,
34
 eu.etaxonomy.taxeditor.ui.bar,
35 b9a0d300 l.morris
 eu.etaxonomy.taxeditor.ui.combo,
36 78222507 n.hoffmann
 eu.etaxonomy.taxeditor.ui.dialog,
37 3586a882 Patric Plitzner
 eu.etaxonomy.taxeditor.ui.dialog.deleteConfigurator,
38 78222507 n.hoffmann
 eu.etaxonomy.taxeditor.ui.dialog.selection,
39
 eu.etaxonomy.taxeditor.ui.element,
40 ca7ac329 Cherian Mathew
 eu.etaxonomy.taxeditor.ui.group.grantedauthority,
41 2fcd92b4 Patrick Plitzner
 eu.etaxonomy.taxeditor.ui.mvc.combo,
42 f211dd28 n.hoffmann
 eu.etaxonomy.taxeditor.ui.section,
43
 eu.etaxonomy.taxeditor.ui.section.agent,
44
 eu.etaxonomy.taxeditor.ui.section.classification,
45
 eu.etaxonomy.taxeditor.ui.section.description,
46
 eu.etaxonomy.taxeditor.ui.section.key,
47
 eu.etaxonomy.taxeditor.ui.section.name,
48
 eu.etaxonomy.taxeditor.ui.section.occurrence,
49
 eu.etaxonomy.taxeditor.ui.section.reference,
50
 eu.etaxonomy.taxeditor.ui.section.supplemental,
51
 eu.etaxonomy.taxeditor.ui.section.taxon,
52
 eu.etaxonomy.taxeditor.ui.selection,
53 91a8d98c Cherian Mathew
 eu.etaxonomy.taxeditor.util,
54 f211dd28 n.hoffmann
 eu.etaxonomy.taxeditor.view,
55
 eu.etaxonomy.taxeditor.view.datasource,
56
 eu.etaxonomy.taxeditor.view.datasource.handler,
57 913c77b4 Patric Plitzner
 eu.etaxonomy.taxeditor.view.derivateSearch,
58 f211dd28 n.hoffmann
 eu.etaxonomy.taxeditor.view.detail,
59 913c77b4 Patric Plitzner
 eu.etaxonomy.taxeditor.view.specimenSearch,
60 2fcd92b4 Patrick Plitzner
 eu.etaxonomy.taxeditor.view.supplementaldata,
61
 org.eclipse.wb.swt
62 27b59ab1 n.hoffmann
Require-Bundle: org.eclipse.osgi,
63
 org.eclipse.ui,
64 915cda99 n.hoffmann
 org.eclipse.jface.text,
65 ef79528f n.hoffmann
 org.eclipse.ui.forms,
66 bccb7ce8 Cherian Mathew
 eu.etaxonomy.taxeditor.cdmlib,
67 375fee3c Cherian Mathew
 org.eclipse.nebula.widgets.compositetable,
68 e458e14a Patric Plitzner
 org.eclipse.core.databinding,
69
 org.eclipse.core.databinding.beans,
70
 org.eclipse.core.databinding.observable,
71
 org.eclipse.core.databinding.property,
72
 org.eclipse.jface.databinding
73 7a96337f Cherian Mathew
Import-Package: eu.etaxonomy.taxeditor.webapp,
74
 org.eclipse.core.commands,
75 30f3257c n.hoffmann
 org.eclipse.core.commands.operations,
76 3eb913da n.hoffmann
 org.eclipse.core.expressions,
77 30f3257c n.hoffmann
 org.eclipse.core.runtime,
78 cfcb0ce6 n.hoffmann
 org.eclipse.core.runtime.jobs,
79 aa997cff Cherian Mathew
 org.eclipse.core.runtime.preferences,
80
 org.eclipse.equinox.internal.p2.ui.model,
81 30f3257c n.hoffmann
 org.eclipse.jface.action,
82
 org.eclipse.jface.dialogs,
83
 org.eclipse.jface.preference,
84
 org.eclipse.jface.resource,
85
 org.eclipse.jface.viewers,
86
 org.eclipse.swt,
87
 org.eclipse.swt.graphics,
88
 org.eclipse.swt.widgets,
89 cfcb0ce6 n.hoffmann
 org.eclipse.ui,
90 30f3257c n.hoffmann
 org.eclipse.ui.editors.text,
91 eca18c8b n.hoffmann
 org.eclipse.ui.forms.widgets,
92 17d259ea n.hoffmann
 org.eclipse.ui.ide.undo,
93 1b626d51 Cherian Mathew
 org.osgi.framework,
94
 org.osgi.service.prefs;version="1.1.1"
95 e8409423 n.hoffmann
Bundle-ActivationPolicy: lazy
96 f04ebb2b Cherian Mathew
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
97 4d1c677b n.hoffmann
Bundle-ClassPath: .,
98 80f66673 Katja Luther
 activation-1.1.1.jar,
99
 antlr-2.7.7.jar,
100 4d1c677b n.hoffmann
 aopalliance-1.0.jar,
101 80f66673 Katja Luther
 aspectjrt-1.7.1.jar,
102
 aspectjweaver-1.7.1.jar,
103
 avro-1.6.3.jar,
104
 batik-anim-1.7.jar,
105
 batik-awt-util-1.7.jar,
106
 batik-bridge-1.7.jar,
107
 batik-css-1.7.jar,
108
 batik-dom-1.7.jar,
109
 batik-ext-1.7.jar,
110
 batik-extension-1.7.jar,
111
 batik-gvt-1.7.jar,
112
 batik-js-1.7.jar,
113
 batik-parser-1.7.jar,
114
 batik-script-1.7.jar,
115
 batik-svg-dom-1.7.jar,
116
 batik-svggen-1.7.jar,
117
 batik-transcoder-1.7.jar,
118
 batik-util-1.7.jar,
119
 batik-xml-1.7.jar,
120
 c3p0-0.9.2.jar,
121
 cdmlib-commons-3.3.1-SNAPSHOT-sources.jar,
122
 cdmlib-commons-3.3.1-SNAPSHOT.jar,
123
 cdmlib-ext-3.3.1-SNAPSHOT-sources.jar,
124
 cdmlib-ext-3.3.1-SNAPSHOT.jar,
125
 cdmlib-io-3.3.1-SNAPSHOT-sources.jar,
126
 cdmlib-io-3.3.1-SNAPSHOT.jar,
127
 cdmlib-model-3.3.1-SNAPSHOT-sources.jar,
128
 cdmlib-model-3.3.1-SNAPSHOT.jar,
129
 cdmlib-persistence-3.3.1-SNAPSHOT-sources.jar,
130
 cdmlib-persistence-3.3.1-SNAPSHOT.jar,
131
 cdmlib-print-3.3.1-SNAPSHOT-sources.jar,
132
 cdmlib-print-3.3.1-SNAPSHOT.jar,
133
 cdmlib-remote-3.3.1-SNAPSHOT-sources.jar,
134
 cdmlib-remote-3.3.1-SNAPSHOT.jar,
135
 cdmlib-services-3.3.1-SNAPSHOT-sources.jar,
136
 cglib-nodep-2.2.2.jar,
137
 commons-codec-20041127.091804.jar,
138
 concurrent-1.3.4.jar,
139
 dbunit-2.4.9.jar,
140 4d1c677b n.hoffmann
 dom4j-1.6.1.jar,
141 80f66673 Katja Luther
 doxia-core-1.3.jar,
142
 doxia-logging-api-1.3.jar,
143
 doxia-module-apt-1.3.jar,
144
 doxia-module-xhtml-1.3.jar,
145
 doxia-sink-api-1.3.jar,
146 4d1c677b n.hoffmann
 dozer-5.3.0.jar,
147 80f66673 Katja Luther
 easymockclassextension-2.3.jar,
148
 ehcache-core-2.4.3.jar,
149
 ezmorph-1.0.6.jar,
150
 fop-1.1.jar,
151 4d1c677b n.hoffmann
 google-api-translate-java-0.92.jar,
152 80f66673 Katja Luther
 guava-r05.jar,
153
 hamcrest-core-1.3.jar,
154
 hibernate-c3p0-4.1.10.Final.jar,
155
 hibernate-cglib-repack-2.1_3.jar,
156
 hibernate-commons-annotations-4.0.1.Final.jar,
157
 hibernate-core-4.1.10.Final.jar,
158
 hibernate-ehcache-4.1.10.Final.jar,
159
 hibernate-entitymanager-4.1.10.Final.jar,
160
 hibernate-envers-4.1.10.Final.jar,
161
 hibernate-jpa-2.0-api-1.0.1.Final.jar,
162
 hibernate-search-4.2.0.Final.jar,
163
 hibernate-search-analyzers-4.2.0.Final.jar,
164
 hibernate-search-engine-4.2.0.Final.jar,
165
 hibernate-search-orm-4.2.0.Final.jar,
166
 hsqldb-1.8.0.10.jar,
167
 httpclient-4.2.3.jar,
168
 httpcore-4.2.4.jar,
169
 icu4j-2.6.1.jar,
170
 identificationKeyAPI-1.0-SNAPSHOT-sources.jar,
171
 identificationKeyAPI-1.0-SNAPSHOT.jar,
172
 jakarta-regexp-1.4.jar,
173
 jaxb-api-2.2.7.jar,
174
 jaxb-impl-2.2-EA.jar,
175
 jaxb-xjc-2.2-EA.jar,
176
 jaxb1-impl-2.2-EA.jar,
177
 jaxen-1.1.4.jar,
178
 jboss-transaction-api_1.1_spec-1.0.0.Final.jar,
179
 jdbc4-2.0.jar,
180
 jdom-1.1.3.jar,
181
 json-lib-2.4-jdk15.jar,
182 4d1c677b n.hoffmann
 jsr250-api-1.0.jar,
183 80f66673 Katja Luther
 jtds-1.3.0.jar,
184
 junit-4.11.jar,
185
 junit-benchmarks-0.5.0.jar,
186 4d1c677b n.hoffmann
 lsid-client-1.1.2.jar,
187
 lsid-server-1.1.2.jar,
188 80f66673 Katja Luther
 lucene-analyzers-3.6.2.jar,
189
 lucene-core-3.6.2.jar,
190
 lucene-facet-3.6.2.jar,
191
 lucene-grouping-3.6.2.jar,
192
 lucene-highlighter-3.6.2.jar,
193
 lucene-kuromoji-3.6.2.jar,
194
 lucene-memory-3.6.2.jar,
195
 lucene-misc-3.6.2.jar,
196
 lucene-phonetic-3.6.2.jar,
197
 lucene-queries-3.6.2.jar,
198
 lucene-smartcn-3.6.2.jar,
199
 lucene-spatial-3.6.2.jar,
200
 lucene-spellchecker-3.6.2.jar,
201
 lucene-stempel-3.6.2.jar,
202
 mchange-commons-java-0.2.3.3.jar,
203 4d1c677b n.hoffmann
 odfdom-0.8.jar,
204 80f66673 Katja Luther
 odfdom-java-0.8.7.jar,
205
 ognl-2.6.9.jar,
206
 opencsv-2.3.jar,
207
 p6spy-1.3.jar,
208
 paranamer-2.3.jar,
209
 plexus-classworlds-1.2-alpha-9.jar,
210
 plexus-container-default-1.0-alpha-30.jar,
211
 plexus-utils-2.0.5.jar,
212
 poi-3.9.jar,
213
 postgresql-9.1-901.jdbc4.jar,
214 4d1c677b n.hoffmann
 servlet-api-2.5.jar,
215 80f66673 Katja Luther
 solr-analysis-extras-3.6.2.jar,
216
 solr-core-3.6.2.jar,
217
 solr-solrj-3.6.2.jar,
218
 spring-aop-3.2.2.RELEASE.jar,
219
 spring-beans-3.2.2.RELEASE.jar,
220
 spring-context-3.2.2.RELEASE.jar,
221
 spring-context-support-3.2.2.RELEASE.jar,
222
 spring-core-3.2.2.RELEASE.jar,
223
 spring-expression-3.2.2.RELEASE.jar,
224 4d1c677b n.hoffmann
 spring-modules-cache-0.7.jar,
225 80f66673 Katja Luther
 stax-1.2.0.jar,
226
 stax-api-1.0.1.jar,
227
 unitils-core-3.3.jar,
228
 unitils-database-3.3.jar,
229
 unitils-dbmaintainer-3.3.jar,
230
 unitils-dbunit-3.3.jar,
231
 unitils-easymock-3.3.jar,
232
 unitils-inject-3.3.jar,
233
 unitils-mock-3.3.jar,
234
 unitils-orm-3.3.jar,
235
 unitils-spring-3.3.jar,
236
 usertype.jodatime-2.0.1.jar,
237
 usertype.spi-2.0.1.jar,
238
 validation-api-1.0.0.GA.jar,
239
 wsdl4j-1.6.2.jar,
240
 xalan-2.6.0.jar,
241
 xercesImpl-2.11.0.jar,
242
 xml-apis-1.0.b2.jar,
243 4d1c677b n.hoffmann
 xml-apis-ext-1.3.04.jar,
244
 xml-resolver-1.2.jar,
245 80f66673 Katja Luther
 xmlParserAPIs-2.6.2.jar,
246
 xmlgraphics-commons-1.5.jar,
247
 xmlpull-1.1.3.1.jar,
248
 xmlunit-1.4.jar,
249 4d1c677b n.hoffmann
 xom-1.0.jar,
250 80f66673 Katja Luther
 xpp3-1.1.4c.jar,
251
 xpp3_min-1.1.4c.jar,
252
 xstream-1.4.4.jar,
253 5f4df93f Patric Plitzner
 yjp-controller-api-redist-9.0.8.jar
254 4db49a38 Alexander Oppermann
Bundle-Localization: OSGI-INF/l10n/bundle