Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2008-07-19 08:45:28 +0000
committerEike Stepper2008-07-19 08:45:28 +0000
commit700f60715d14ad6826857131555c011badc1a40f (patch)
tree5349e6a91a5a53c64e66492e0f66f1f55c0d5cb3 /plugins/org.eclipse.net4j.jms.api
parent0d940d489423c53add4e4e11b01687f2546bff7e (diff)
downloadcdo-700f60715d14ad6826857131555c011badc1a40f.tar.gz
cdo-700f60715d14ad6826857131555c011badc1a40f.tar.xz
cdo-700f60715d14ad6826857131555c011badc1a40f.zip
Package-export and API Tooling cleanup
Diffstat (limited to 'plugins/org.eclipse.net4j.jms.api')
-rw-r--r--plugins/org.eclipse.net4j.jms.api/META-INF/MANIFEST.MF7
1 files changed, 6 insertions, 1 deletions
diff --git a/plugins/org.eclipse.net4j.jms.api/META-INF/MANIFEST.MF b/plugins/org.eclipse.net4j.jms.api/META-INF/MANIFEST.MF
index 91bbd332cd..95fcd81112 100644
--- a/plugins/org.eclipse.net4j.jms.api/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.net4j.jms.api/META-INF/MANIFEST.MF
@@ -7,4 +7,9 @@ Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ClassPath: lib/jms.jar
-Export-Package: javax.jms;version="1.1.0"
+Export-Package: com.sun.messaging;x-internal:=true,
+ com.sun.messaging.jmq;x-internal:=true,
+ com.sun.messaging.jmq.resources;x-internal:=true,
+ com.sun.messaging.jmq.util;x-internal:=true,
+ com.sun.messaging.jms;x-internal:=true,
+ javax.jms;version="1.1.0"

Back to the top