Skip to main content
summaryrefslogtreecommitdiffstats
blob: ad588f11a3eb7eaa8628be39c8844f7123b7349b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: OSEE Vaadin Widgets
Bundle-SymbolicName: org.eclipse.osee.vaadin.widgets
Bundle-Version: 0.15.0.qualifier
Bundle-Vendor: Eclipse Open System Engineering Environment
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: com.vaadin,
 com.vaadin.terminal,
 com.vaadin.terminal.gwt.server,
 com.vaadin.ui,
 javax.servlet;version="2.5.0",
 javax.servlet.http;version="2.5.0"
Export-Package: org.eclipse.osee.vaadin.widgets

Back to the top