Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorddunne2008-08-01 17:16:30 +0000
committerddunne2008-08-01 17:16:30 +0000
commita5724ee042f67d51f2bbe7359d2cd6a1c475bc7e (patch)
tree0d7a77c9863996725d20bdd588b059b8131af8d5
parent1d5d00f62f44e5e4d303064082c011dea4a3b142 (diff)
downloadorg.eclipse.osee-a5724ee042f67d51f2bbe7359d2cd6a1c475bc7e.tar.gz
org.eclipse.osee-a5724ee042f67d51f2bbe7359d2cd6a1c475bc7e.tar.xz
org.eclipse.osee-a5724ee042f67d51f2bbe7359d2cd6a1c475bc7e.zip
Removed javax.mail and added glassfish.javax.mail
-rw-r--r--org.eclipse.osee.framework.ui.skynet/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.osee.framework.ui.skynet/META-INF/MANIFEST.MF b/org.eclipse.osee.framework.ui.skynet/META-INF/MANIFEST.MF
index b333ff45911..2adf71a294c 100644
--- a/org.eclipse.osee.framework.ui.skynet/META-INF/MANIFEST.MF
+++ b/org.eclipse.osee.framework.ui.skynet/META-INF/MANIFEST.MF
@@ -24,7 +24,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.zest.core,
org.eclipse.zest.layouts,
org.eclipse.compare,
- javax.mail
+ org.glassfish.javax.mail;bundle-version="1.4.1"
Bundle-ActivationPolicy: lazy
Bundle-Vendor: Eclipse.org
Import-Package: org.eclipse.nebula.widgets.calendarcombo,

Back to the top