Skip to main content
summaryrefslogtreecommitdiffstats
blob: c08d3464027229f6b7c08b44d8f3653b1aabb3ca (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.14.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