최신버전에 맞는 타겟플렛폼 설정.
[Tadpole.git] / com.hangum.tadpole.commons.libs / META-INF / MANIFEST.MF
blob16004c11e1b667fd663ed8830aeef7084a278c8c
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: Tadpole DB Hub commons libs
4 Bundle-SymbolicName: com.hangum.tadpole.commons.libs
5 Bundle-Version: 2.0.0
6 Bundle-Vendor: TadpoleHub Co.Ltd
7 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
8 Bundle-ClassPath: .,
9  libs/apache/commons/commons-logging-1.1.1.jar,
10  libs/apache/httpcomponents-client-4.1.1/httpclient-4.1.1.jar,
11  libs/apache/httpcomponents-client-4.1.1/httpcore-4.1.jar,
12  libs/apache/log4j/log4j-1.2.16.jar,
13  libs/sql/formatter/kry.sql.format_1.0.0.v20101023.jar,
14  libs/mail/mail.jar,
15  libs/apache/velocity/commons-collections-3.2.1.jar,
16  libs/apache/velocity/velocity-1.7.jar,
17  libs/apache/commons/commons-codec-1.9.jar,
18  libs/sql/parser/jsqlparser-1.1.jar,
19  libs/apache/commons/commons-validator-1.6.jar,
20  libs/apache/commons/commons-lang-2.6.jar
21 Export-Package: .,
22  com.hangum.tadpole.commons.libs.core.dao,
23  com.hangum.tadpole.commons.libs.core.define,
24  com.hangum.tadpole.commons.libs.core.errors,
25  com.hangum.tadpole.commons.libs.core.logs,
26  com.hangum.tadpole.commons.libs.core.mails,
27  com.hangum.tadpole.commons.libs.core.mails.dto,
28  com.hangum.tadpole.commons.libs.core.mails.template,
29  com.hangum.tadpole.commons.libs.core.message,
30  com.hangum.tadpole.commons.libs.core.utils,
31  com.hangum.tadpole.db.db2,
32  kry.sql.format,
33  kry.sql.tokenizer,
34  kry.sql.util,
35  net.sf.jsqlparser,
36  net.sf.jsqlparser.expression,
37  net.sf.jsqlparser.expression.operators.arithmetic,
38  net.sf.jsqlparser.expression.operators.conditional,
39  net.sf.jsqlparser.expression.operators.relational,
40  net.sf.jsqlparser.parser,
41  net.sf.jsqlparser.schema,
42  net.sf.jsqlparser.statement,
43  net.sf.jsqlparser.statement.alter,
44  net.sf.jsqlparser.statement.create.index,
45  net.sf.jsqlparser.statement.create.table,
46  net.sf.jsqlparser.statement.create.view,
47  net.sf.jsqlparser.statement.delete,
48  net.sf.jsqlparser.statement.drop,
49  net.sf.jsqlparser.statement.insert,
50  net.sf.jsqlparser.statement.replace,
51  net.sf.jsqlparser.statement.select,
52  net.sf.jsqlparser.statement.truncate,
53  net.sf.jsqlparser.statement.update,
54  net.sf.jsqlparser.util,
55  net.sf.jsqlparser.util.deparser,
56  org.apache.commons.lang,
57  org.apache.commons.lang.builder,
58  org.apache.commons.lang.enums,
59  org.apache.commons.lang.exception,
60  org.apache.commons.lang.math,
61  org.apache.commons.lang.mutable,
62  org.apache.commons.lang.text,
63  org.apache.commons.lang.time,
64  org.apache.commons.logging,
65  org.apache.commons.logging.impl,
66  org.apache.http,
67  org.apache.http.annotation,
68  org.apache.http.auth,
69  org.apache.http.auth.params,
70  org.apache.http.client,
71  org.apache.http.client.entity,
72  org.apache.http.client.methods,
73  org.apache.http.client.params,
74  org.apache.http.client.protocol,
75  org.apache.http.client.utils,
76  org.apache.http.conn,
77  org.apache.http.conn.params,
78  org.apache.http.conn.routing,
79  org.apache.http.conn.scheme,
80  org.apache.http.conn.ssl,
81  org.apache.http.conn.util,
82  org.apache.http.cookie,
83  org.apache.http.cookie.params,
84  org.apache.http.entity,
85  org.apache.http.impl,
86  org.apache.http.impl.auth,
87  org.apache.http.impl.client,
88  org.apache.http.impl.conn,
89  org.apache.http.impl.conn.tsccm,
90  org.apache.http.impl.cookie,
91  org.apache.http.impl.entity,
92  org.apache.http.impl.io,
93  org.apache.http.io,
94  org.apache.http.message,
95  org.apache.http.params,
96  org.apache.http.protocol,
97  org.apache.http.util,
98  org.apache.log4j
99 Require-Bundle: org.eclipse.core.runtime;bundle-version="3.9.0",
100  org.eclipse.rap.ui;bundle-version="2.1.0",
101  org.apache.commons.io;bundle-version="2.2.0",
102  org.junit;resolution:=optional,
103  com.hangum.tadpole.sendgrid.core;bundle-version="1.0.0"
104 Import-Package: javax.servlet;version="2.5.0",
105  javax.servlet.http;version="2.5.0"
106 Bundle-Activator: com.hangum.tadpole.commons.libs.core.Activator