Project

General

Profile

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