Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Boldt2006-04-13 23:15:53 +0000
committerNick Boldt2006-04-13 23:15:53 +0000
commitee8ca3fec08d11cfb97bcf10a90d5f6fe500c44e (patch)
tree34fc2cc83b26634537c5463de72fc4bad4bcf153 /plugins/org.eclipse.net4j.tests/META-INF/MANIFEST.MF
parentfc79df88e225027dcf73cdb5ed8ea30c1d43df84 (diff)
downloadcdo-ee8ca3fec08d11cfb97bcf10a90d5f6fe500c44e.tar.gz
cdo-ee8ca3fec08d11cfb97bcf10a90d5f6fe500c44e.tar.xz
cdo-ee8ca3fec08d11cfb97bcf10a90d5f6fe500c44e.zip
[133431] still having problems w/ tests - maybe need to list all emf bundles explicitly in MANIFEST?
Diffstat (limited to 'plugins/org.eclipse.net4j.tests/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.net4j.tests/META-INF/MANIFEST.MF8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/org.eclipse.net4j.tests/META-INF/MANIFEST.MF b/plugins/org.eclipse.net4j.tests/META-INF/MANIFEST.MF
index 8bc33b2c93..dd4960b547 100644
--- a/plugins/org.eclipse.net4j.tests/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.net4j.tests/META-INF/MANIFEST.MF
@@ -6,11 +6,11 @@ Bundle-Version: 1.0.0.qualifier
Bundle-ClassPath: library.jar
Bundle-Vendor: %providerName
Bundle-Localization: plugin
-Require-Bundle: org.eclipse.core.runtime,
- org.junit,
- org.eclipse.net4j,
- org.eclipse.net4j.spring.tests
Eclipse-LazyStart: false
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.spring.tests

Back to the top