Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d4bf3ad88939663b89f48fa7cc24930e58848c70 (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: CDO Gastro Example Test Client
Bundle-SymbolicName: org.gastro.testclient
Bundle-Version: 4.0.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.net4j.tcp;bundle-version="[2.0.0,5.0.0)",
 org.eclipse.emf.cdo.net4j;bundle-version="[4.0.0,5.0.0)";resolution:=optional,
 org.eclipse.emf.cdo.ui;bundle-version="[4.0.0,5.0.0)",
 org.gastro.business;bundle-version="[4.0.0,5.0.0)",
 org.gastro.business.edit;bundle-version="[4.0.0,5.0.0)",
 org.gastro.inventory;bundle-version="[4.0.0,5.0.0)",
 org.gastro.inventory.edit;bundle-version="[4.0.0,5.0.0)"
Bundle-Vendor: Eclipse Modeling Project

Back to the top