Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2009-12-16 16:12:17 +0000
committerEike Stepper2009-12-16 16:12:17 +0000
commit64888106e4ed21aff56126c636c9f5e954bd958b (patch)
tree42d1393abf26362c10d0b1ff6654df383773c617 /plugins/org.gastro.testclient
parent99a04a124f34e0bc227bd8cb71fc2c50dc672ca2 (diff)
downloadcdo-64888106e4ed21aff56126c636c9f5e954bd958b.tar.gz
cdo-64888106e4ed21aff56126c636c9f5e954bd958b.tar.xz
cdo-64888106e4ed21aff56126c636c9f5e954bd958b.zip
optional dep on cdo.net4j
Diffstat (limited to 'plugins/org.gastro.testclient')
-rw-r--r--plugins/org.gastro.testclient/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/org.gastro.testclient/META-INF/MANIFEST.MF b/plugins/org.gastro.testclient/META-INF/MANIFEST.MF
index 0d61c80dd5..a4f3c00dfa 100644
--- a/plugins/org.gastro.testclient/META-INF/MANIFEST.MF
+++ b/plugins/org.gastro.testclient/META-INF/MANIFEST.MF
@@ -5,6 +5,7 @@ Bundle-SymbolicName: org.gastro.testclient
Bundle-Version: 3.0.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.net4j.tcp;bundle-version="[2.0.0,4.0.0)",
+ org.eclipse.emf.cdo.net4j;bundle-version="[2.0.0,4.0.0)";resolution:=optional,
org.eclipse.emf.cdo.ui;bundle-version="[2.0.0,4.0.0)",
org.gastro.business;bundle-version="1.0.0",
org.gastro.business.edit;bundle-version="1.0.0",

Back to the top