Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2010-11-18 20:36:24 +0000
committerRyan D. Brooks2010-11-18 20:36:24 +0000
commit79a159ba5be89298313d133a8384c2929c839446 (patch)
tree6fd2c20a5085cabda3d8ad011c9e4eacd0bb1d68 /plugins/org.eclipse.osee.framework.core/META-INF/MANIFEST.MF
parent332cd594cba6ed3f9fff5789cf2868c4d812be39 (diff)
downloadorg.eclipse.osee-79a159ba5be89298313d133a8384c2929c839446.tar.gz
org.eclipse.osee-79a159ba5be89298313d133a8384c2929c839446.tar.xz
org.eclipse.osee-79a159ba5be89298313d133a8384c2929c839446.zip
feature[ats_6PDSM]: Add proxy support to HttpProcessor
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.osee.framework.core/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.framework.core/META-INF/MANIFEST.MF b/plugins/org.eclipse.osee.framework.core/META-INF/MANIFEST.MF
index 38971e84048..40c3441d944 100644
--- a/plugins/org.eclipse.osee.framework.core/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.osee.framework.core/META-INF/MANIFEST.MF
@@ -13,6 +13,7 @@ Import-Package: com.lowagie.text;version="2.1.7",
org.apache.commons.httpclient,
org.apache.commons.httpclient.methods,
org.apache.commons.httpclient.params,
+ org.eclipse.core.net.proxy,
org.eclipse.core.runtime,
org.eclipse.core.runtime.jobs,
org.eclipse.osee.framework.jdk.core.type,

Back to the top