Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Boldt2006-04-17 19:49:55 +0000
committerNick Boldt2006-04-17 19:49:55 +0000
commit4dc053f93aaa474129e34996a162d1649dcc48ac (patch)
tree45607829bde75a516ac03754123156c291f7ba82
parentf97ce84849067cb00ca05a880fd26e827eb782f7 (diff)
downloadcdo-4dc053f93aaa474129e34996a162d1649dcc48ac.tar.gz
cdo-4dc053f93aaa474129e34996a162d1649dcc48ac.tar.xz
cdo-4dc053f93aaa474129e34996a162d1649dcc48ac.zip
switch to lazy-start true and add plugins explicitly
-rw-r--r--plugins/org.eclipse.net4j.tests/META-INF/MANIFEST.MF9
1 files changed, 7 insertions, 2 deletions
diff --git a/plugins/org.eclipse.net4j.tests/META-INF/MANIFEST.MF b/plugins/org.eclipse.net4j.tests/META-INF/MANIFEST.MF
index dd4960b547..2794e7a326 100644
--- a/plugins/org.eclipse.net4j.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.net4j.tests/META-INF/MANIFEST.MF
@@ -6,11 +6,16 @@ Bundle-Version: 1.0.0.qualifier
Bundle-ClassPath: library.jar
Bundle-Vendor: %providerName
Bundle-Localization: plugin
-Eclipse-LazyStart: false
+Eclipse-LazyStart: true
Export-Package: org.eclipse.net4j.tests,
org.eclipse.net4j.tests.protocol,
org.eclipse.net4j.tests.util
Require-Bundle: org.eclipse.core.runtime,
org.junit,
- org.eclipse.net4j,
+ org.eclipse.net4j.core,
+ org.eclipse.net4j.embedded,
+ org.eclipse.net4j.socket,
+ org.eclipse.net4j.spring,
+ org.eclipse.net4j.spring.db,
+ org.eclipse.net4j.util,
org.eclipse.net4j.spring.tests

Back to the top