2 Bundle-ManifestVersion: 2
3 Bundle-Name: Tadpole DB Hub RDB model core
4 Bundle-SymbolicName: com.hangum.tadpole.rdb.model;singleton:=true
5 Bundle-Version: 2.0.0.qualifier
7 Bundle-Vendor: TadpoleHub Co.Ltd
8 Bundle-Localization: plugin
9 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
10 Export-Package: com.hangum.tadpole.rdb.model,
11 com.hangum.tadpole.rdb.model.impl,
12 com.hangum.tadpole.rdb.model.util
13 Require-Bundle: org.eclipse.core.runtime,
14 org.eclipse.emf.ecore;visibility:=reexport,
15 org.eclipse.rap.gef;bundle-version="0.1.0",
16 org.eclipse.rap.draw2d;bundle-version="0.1.0",
17 org.eclipse.rap.draw2d.compatibility;bundle-version="0.1.0"
18 Bundle-ActivationPolicy: lazy