Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan D. Brooks2011-06-29 22:46:53 +0000
committerRyan D. Brooks2011-06-29 22:46:53 +0000
commit817b3f9b4565b8a46cc74b9a4132c3d5dd89a1dd (patch)
tree8be999f0e0c02748931b618235a2db2ba848df33 /plugins/org.eclipse.osee.ote.client/META-INF/MANIFEST.MF
parent30bfaab9b8650459b66b9ce5fdd0f1eddd4710db (diff)
downloadorg.eclipse.osee-817b3f9b4565b8a46cc74b9a4132c3d5dd89a1dd.tar.gz
org.eclipse.osee-817b3f9b4565b8a46cc74b9a4132c3d5dd89a1dd.tar.xz
org.eclipse.osee-817b3f9b4565b8a46cc74b9a4132c3d5dd89a1dd.zip
refactor: Remove erroneous dependency version references
Diffstat (limited to 'plugins/org.eclipse.osee.ote.client/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.osee.ote.client/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.ote.client/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.ote.client/META-INF/MANIFEST.MF
index 7a8989447d1..cbe17886954 100644
--- a/plugins/org.eclipse.osee.ote.client/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.ote.client/META-INF/MANIFEST.MF
@@ -45,7 +45,7 @@ Import-Package: net.jini.activation,
net.jini.url.file,
net.jini.url.httpmd,
net.jini.url.https,
- org.eclipse.core.runtime;version="3.4.0",
+ org.eclipse.core.runtime,
org.eclipse.osee.connection.service,
org.eclipse.osee.framework.core.exception,
org.eclipse.osee.framework.jdk.core.util,
@@ -62,7 +62,7 @@ Import-Package: net.jini.activation,
org.eclipse.osee.ote.core.framework.prompt,
org.eclipse.osee.ote.message,
org.osgi.framework,
- org.osgi.service.packageadmin;version="1.2.0",
+ org.osgi.service.packageadmin,
org.osgi.util.tracker
Export-Package: org.eclipse.osee.ote.service,
org.eclipse.osee.ote.service.core

Back to the top