Skip to main content
summaryrefslogblamecommitdiffstats
blob: 3eae9fa8f98b4b879bae67f9bf796455a933628d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                              
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Test
Bundle-SymbolicName: org.eclipse.osee.ote.master.rest.test
Bundle-Version: 1.0.0.qualifier
Fragment-Host: org.eclipse.osee.ote.master.rest.client;bundle-version="0.11.1"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.junit,
 org.apache.felix.gogo.command;bundle-version="0.8.0",
 org.apache.felix.gogo.runtime;bundle-version="0.8.0",
 org.apache.felix.gogo.shell;bundle-version="0.8.0",
 org.eclipse.equinox.ds;bundle-version="1.4.1",
 org.eclipse.equinox.console;bundle-version="1.0.0"

Back to the top