2 Bundle-ManifestVersion: 2
3 Bundle-Name: Tadpole DB Hub Engine
4 Bundle-SymbolicName: com.hangum.tadpole.engine;singleton:=true
6 Bundle-Vendor: TadpoleHub Co.Ltd
7 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
8 Require-Bundle: org.eclipse.rap.ui;bundle-version="1.5.0";resolution:=optional,
9 org.eclipse.core.runtime;bundle-version="3.5.0",
10 com.hangum.tadpole.commons.libs;bundle-version="1.0.0",
11 com.hangum.tadpole.commons.utils;bundle-version="1.0.0",
12 org.eclipse.equinox.http.registry;bundle-version="1.1.200",
13 com.hangum.tadpole.cipher.core;bundle-version="1.0.0",
14 org.apache.commons.io;bundle-version="2.2.0",
15 com.hangum.tadpole.commons.otp.core;bundle-version="1.0.0",
16 com.hangum.tadpole.ext.appm.basic.core;bundle-version="1.0.0";resolution:=optional,
17 com.hangum.tadpole.ext.appm.goodmit.core;bundle-version="1.0.0";resolution:=optional,
18 com.hangum.tadpole.ext.appm.core;bundle-version="1.0.0",
19 com.hangum.tadpole.commons.excel.core;bundle-version="1.0.0",
20 com.hangum.tadpole.db.dynamodb.core;bundle-version="1.0.0";resolution:=optional;visibility:=reexport,
21 com.hangum.tadpole.hive.core;bundle-version="1.0.0",
22 com.hangum.tadpole.commons.sql.core;bundle-version="1.0.0";resolution:=optional,
23 com.hangum.tadpole.commons.csv.core;bundle-version="1.0.0"
24 Bundle-ClassPath: libs/ibatis-2.3.4.726-patched-tadpole.jar,
25 libs/dbutils/commons-dbutils-1.6.jar,
27 libs/driver/cubrid/JDBC-9.3.0.0206-cubrid.jar,
28 libs/driver/sqlite/sqlite-jdbc-3.7.2.jar,
29 libs/apache/joda-time-2.3.jar,
30 libs/apache/dbcp/commons-dbcp-1.4.jar,
31 libs/apache/dbcp/commons-pool-1.6.jar,
32 libs/driver/mongo/bson-3.4.2.jar,
33 libs/driver/mongo/mongodb-driver-3.4.2.jar,
34 libs/driver/mongo/mongodb-driver-async-3.4.2.jar,
35 libs/driver/mongo/mongodb-driver-core-3.4.2.jar,
36 libs/driver/pgsql/postgresql-9.4-1204.jdbc41.jar,
37 libs/driver/mysql/mysql-connector-java-5.1.41-bin.jar,
38 libs/driver/oracle/ojdbc6.jar,
39 libs/driver/oracle/orai18n.jar
41 com.hangum.tadpole.db.metadata,
42 com.hangum.tadpole.db.metadata.constants,
43 com.hangum.tadpole.engine,
44 com.hangum.tadpole.engine.connect,
45 com.hangum.tadpole.engine.define,
46 com.hangum.tadpole.engine.ibatis,
47 com.hangum.tadpole.engine.initialize,
48 com.hangum.tadpole.engine.initialize.historyhub,
49 com.hangum.tadpole.engine.license,
50 com.hangum.tadpole.engine.manager,
51 com.hangum.tadpole.engine.manager.internal.map,
52 com.hangum.tadpole.engine.manager.transaction,
53 com.hangum.tadpole.engine.permission,
54 com.hangum.tadpole.engine.procedure,
55 com.hangum.tadpole.engine.query.dao,
56 com.hangum.tadpole.engine.query.dao.gateway,
57 com.hangum.tadpole.engine.query.dao.mongodb,
58 com.hangum.tadpole.engine.query.dao.mysql,
59 com.hangum.tadpole.engine.query.dao.rdb,
60 com.hangum.tadpole.engine.query.dao.sqlite,
61 com.hangum.tadpole.engine.query.dao.system,
62 com.hangum.tadpole.engine.query.dao.system.accesscontrol,
63 com.hangum.tadpole.engine.query.dao.system.bill,
64 com.hangum.tadpole.engine.query.dao.system.commons,
65 com.hangum.tadpole.engine.query.dao.system.ext.aws.rds,
66 com.hangum.tadpole.engine.query.dao.system.ledger,
67 com.hangum.tadpole.engine.query.dao.system.monitoring,
68 com.hangum.tadpole.engine.query.dao.system.sql.template,
69 com.hangum.tadpole.engine.query.dao.system.userdb,
70 com.hangum.tadpole.engine.query.sql,
71 com.hangum.tadpole.engine.query.sql.pgsql,
72 com.hangum.tadpole.engine.query.surface,
73 com.hangum.tadpole.engine.restful,
74 com.hangum.tadpole.engine.security,
75 com.hangum.tadpole.engine.sql.dialog.save,
76 com.hangum.tadpole.engine.sql.paremeter,
77 com.hangum.tadpole.engine.sql.paremeter.lang,
78 com.hangum.tadpole.engine.sql.parser,
79 com.hangum.tadpole.engine.sql.parser.dto,
80 com.hangum.tadpole.engine.sql.template,
81 com.hangum.tadpole.engine.sql.util,
82 com.hangum.tadpole.engine.sql.util.dbms,
83 com.hangum.tadpole.engine.sql.util.executer,
84 com.hangum.tadpole.engine.sql.util.executer.procedure,
85 com.hangum.tadpole.engine.sql.util.export,
86 com.hangum.tadpole.engine.sql.util.export.all,
87 com.hangum.tadpole.engine.sql.util.export.dto,
88 com.hangum.tadpole.engine.sql.util.resultset,
89 com.hangum.tadpole.engine.sql.util.sqlscripts,
90 com.hangum.tadpole.engine.sql.util.sqlscripts.scripts,
91 com.hangum.tadpole.engine.sql.util.tables,
92 com.hangum.tadpole.engine.utils,
93 com.hangum.tadpole.preference.define,
94 com.hangum.tadpole.session.manager,
95 com.ibatis.sqlmap.client,
97 com.mongodb.annotations,
98 com.mongodb.assertions,
103 com.mongodb.client.model,
104 com.mongodb.client.result,
105 com.mongodb.connection,
106 com.mongodb.connection.netty,
107 com.mongodb.diagnostics.logging,
110 com.mongodb.internal.async,
111 com.mongodb.internal.authentication,
112 com.mongodb.internal.connection,
113 com.mongodb.internal.management.jmx,
114 com.mongodb.internal.validator,
115 com.mongodb.management,
116 com.mongodb.operation,
117 com.mongodb.selector,
121 org.bson.diagnostics,
125 Bundle-ActivationPolicy: lazy
126 Bundle-Activator: com.hangum.tadpole.engine.TadpoleEngineActivator
127 Import-Package: javax.servlet;version="2.4.0",
128 javax.servlet.http;version="2.4.0"
129 Eclipse-BundleShape: dir