Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
blob: 4f1e6f1b89072a962035fd07e94d928eec277cdf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: MakeItHappen Sample RAP Application
Bundle-SymbolicName: org.eclipse.emf.ecp.makeithappen.application.sample.rap;singleton:=true
Bundle-Version: 1.27.0.qualifier
Bundle-Vendor: Eclipse Modeling Framework
Export-Package: org.eclipse.emf.ecp.makeithappen.application.sample.rap;version="1.0.0";x-internal:=true
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.7.0,4.0.0)",
 org.eclipse.emf.ecp.makeithappen.model.edit;bundle-version="[1.27.0,1.28.0)",
 org.eclipse.emf.ecp.ui.view.swt;bundle-version="[1.27.0,1.28.0)",
 org.eclipse.rap.ui.workbench;bundle-version="[2.3.0,4.0.0)",
 org.eclipse.rap.jface;bundle-version="[2.3.0,4.0.0)",
 org.eclipse.rap.ui;bundle-version="[2.3.0,4.0.0)",
 org.eclipse.emf.ecp.edit;bundle-version="[1.27.0,1.28.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Automatic-Module-Name: org.eclipse.emf.ecp.makeithappen.application.sample.rap
Bundle-ActivationPolicy: lazy

Back to the top