Skip to main content
summaryrefslogtreecommitdiffstats
blob: 1ce8f8c312365374ea54ef8b35d2da75c82e0df0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Test Fragment
Bundle-SymbolicName: org.eclipse.osee.framework.ui.skynet.test;singleton:=true
Bundle-Version: 0.25.3.qualifier
Fragment-Host: org.eclipse.osee.framework.ui.skynet
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.osee.framework.ui.skynet
Import-Package: com.lowagie.text.pdf;version="2.1.7",
 com.lowagie.text.rtf;version="2.1.7",
 org.eclipse.nebula.widgets.xviewer.core.model,
 org.eclipse.osee.framework.access,
 org.eclipse.osee.framework.core.enums,
 org.eclipse.osee.framework.jdk.core.util.windows
Require-Bundle: org.junit,
 org.mockito;bundle-version="1.9.0",
 org.hamcrest.core,
 org.objenesis

Back to the top