Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvladt2011-01-31 20:27:44 +0000
committervladt2011-01-31 20:27:44 +0000
commit1d131b2a3dc8139e8810bcfdfac794614b54167e (patch)
tree032b3461c0776acc44a500ce3ae312363ab45c4e /org.eclipse.m2e.maven.runtime
parent8a0fbcc543714a4ca275312cae814f55d535d726 (diff)
downloadm2e-core-1d131b2a3dc8139e8810bcfdfac794614b54167e.tar.gz
m2e-core-1d131b2a3dc8139e8810bcfdfac794614b54167e.tar.xz
m2e-core-1d131b2a3dc8139e8810bcfdfac794614b54167e.zip
Export the com.ning.http.util package
Diffstat (limited to 'org.eclipse.m2e.maven.runtime')
-rw-r--r--org.eclipse.m2e.maven.runtime/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.m2e.maven.runtime/META-INF/MANIFEST.MF b/org.eclipse.m2e.maven.runtime/META-INF/MANIFEST.MF
index 52bed098..14a98b0e 100644
--- a/org.eclipse.m2e.maven.runtime/META-INF/MANIFEST.MF
+++ b/org.eclipse.m2e.maven.runtime/META-INF/MANIFEST.MF
@@ -9,6 +9,7 @@ Export-Package: META-INF.plexus,
com.google.inject.spi,
com.google.inject.util,
com.ning.http.client,
+ com.ning.http.util,
org.apache.maven,
org.apache.maven.artifact,
org.apache.maven.artifact.deployer,

Back to the top