Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2011-08-12 03:12:45 +0000
committerRyan D. Brooks2011-08-12 03:12:45 +0000
commit86565df2163c50d2f00611c3cf6285bdad16f702 (patch)
treea4bcf39f26b286adec9c53e284e93c472e00c3d7
parente45196a836f2f82b10646244d1cc2822baeb6eed (diff)
downloadorg.eclipse.osee-86565df2163c50d2f00611c3cf6285bdad16f702.tar.gz
org.eclipse.osee-86565df2163c50d2f00611c3cf6285bdad16f702.tar.xz
org.eclipse.osee-86565df2163c50d2f00611c3cf6285bdad16f702.zip
refactor: Remove bundle version from manifest dependency
-rw-r--r--plugins/org.eclipse.osee.framework.ui.skynet/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.framework.ui.skynet/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.framework.ui.skynet/META-INF/MANIFEST.MF
index d434513ba77..1e9e0665b60 100644
--- a/plugins/org.eclipse.osee.framework.ui.skynet/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.framework.ui.skynet/META-INF/MANIFEST.MF
@@ -32,7 +32,7 @@ Require-Bundle: javax.mail.glassfish,
org.eclipse.osee.framework.jdk.core,
org.eclipse.osee.framework.ui.ws,
org.eclipse.osee.framework.help.ui;resolution:=optional,
- org.eclipse.osee.framework.access;bundle-version="0.9.5",
+ org.eclipse.osee.framework.access,
org.junit,
org.eclipse.core.filesystem
Bundle-ActivationPolicy: lazy

Back to the top