Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 94539247d9e99f3a56668328190f5fb095984346 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Plugin.name
Bundle-SymbolicName: org.eclipse.emf.teneo.jpox.libraries
Bundle-Version: 0.7.5.qualifier
Bundle-ClassPath: bcel-5.1.jar,
 commons-logging.jar,
 jdo2-api-2.0-rc1.jar,
 jpox-1.1.0-rc-1.jar,
 jpox-enhancer-1.1.0-rc-1.jar,
 log4j-1.2.13.jar
Eclipse-BuddyPolicy: dependent
Bundle-Vendor: %Plugin.providerName
Bundle-Localization: plugin
Export-Package: .,
 javax.jdo,
 javax.jdo.datastore,
 javax.jdo.identity,
 javax.jdo.listener,
 javax.jdo.spi,
 org.apache.bcel,
 org.apache.bcel.classfile,
 org.apache.bcel.generic,
 org.apache.bcel.util,
 org.apache.bcel.verifier,
 org.apache.bcel.verifier.exc,
 org.apache.bcel.verifier.statics,
 org.apache.bcel.verifier.structurals,
 org.apache.commons.logging,
 org.apache.commons.logging.impl,
 org.apache.log4j,
 org.apache.log4j.chainsaw,
 org.apache.log4j.config,
 org.apache.log4j.helpers,
 org.apache.log4j.jdbc,
 org.apache.log4j.jmx,
 org.apache.log4j.lf5,
 org.apache.log4j.lf5.config,
 org.apache.log4j.lf5.util,
 org.apache.log4j.lf5.viewer,
 org.apache.log4j.lf5.viewer.categoryexplorer,
 org.apache.log4j.lf5.viewer.configure,
 org.apache.log4j.lf5.viewer.images,
 org.apache.log4j.net,
 org.apache.log4j.nt,
 org.apache.log4j.or,
 org.apache.log4j.or.jms,
 org.apache.log4j.or.sax,
 org.apache.log4j.spi,
 org.apache.log4j.varia,
 org.apache.log4j.xml,
 org.jpox,
 org.jpox.cache,
 org.jpox.driver,
 org.jpox.enhancer,
 org.jpox.enhancer.metadata,
 org.jpox.enhancer.method,
 org.jpox.enhancer.tools,
 org.jpox.exceptions,
 org.jpox.metadata,
 org.jpox.poid,
 org.jpox.resource,
 org.jpox.sco,
 org.jpox.sco.exceptions,
 org.jpox.state,
 org.jpox.state.exceptions,
 org.jpox.store,
 org.jpox.store.exceptions,
 org.jpox.store.expression,
 org.jpox.store.extent,
 org.jpox.store.fieldmanager,
 org.jpox.store.mapping,
 org.jpox.store.query,
 org.jpox.store.rdbms,
 org.jpox.store.rdbms.adapter,
 org.jpox.store.rdbms.columninfo,
 org.jpox.store.rdbms.datatype,
 org.jpox.store.rdbms.extent,
 org.jpox.store.rdbms.fieldmanager,
 org.jpox.store.rdbms.key,
 org.jpox.store.rdbms.mapping,
 org.jpox.store.rdbms.mapping.oracle,
 org.jpox.store.rdbms.query,
 org.jpox.store.rdbms.request,
 org.jpox.store.rdbms.scostore,
 org.jpox.store.rdbms.sqlidentifier,
 org.jpox.store.rdbms.table,
 org.jpox.store.rdbms.typeinfo,
 org.jpox.store.scostore,
 org.jpox.types,
 org.jpox.util

Back to the top