오라클 드라이버를 명시적으로 삭제.
[Tadpole.git] / com.hangum.tadpole.sql.parser / META-INF / MANIFEST.MF
blobf291cd928e91537535b44a92486e733f01707f0c
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: Tadpole DB Hub SQL parser and formatter core
4 Bundle-SymbolicName: com.hangum.tadpole.sql.parser
5 Bundle-Version: 2.0.0.qualifier
6 Bundle-Activator: com.hangum.tadpole.sql.Activator
7 Bundle-Vendor: TadpoleHub Co.Ltd
8 Require-Bundle: org.eclipse.core.runtime,
9  com.hangum.tadpole.commons.libs;bundle-version="2.0.0",
10  com.hangum.tadpole.preference;bundle-version="2.0.0",
11  com.hangum.tadpole.commons.utils;bundle-version="2.0.0",
12  com.hangum.tadpole.engine;bundle-version="1.0.0"
13 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
14 Bundle-ActivationPolicy: lazy
15 Bundle-ClassPath: .
16 Export-Package: com.hangum.tadpole.sql.parse