Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvladt2011-03-18 18:28:27 +0000
committervladt2011-03-18 19:20:35 +0000
commit236c2e4dfeff6d73ab7907156d4268fc08d3b306 (patch)
tree2858ffebc1c2cec941e2abee70bca30354632187 /com.ning.async-http-client
parentbddf09960b9cb05029e10aeeff402054f3215c5f (diff)
downloadm2e-core-236c2e4dfeff6d73ab7907156d4268fc08d3b306.tar.gz
m2e-core-236c2e4dfeff6d73ab7907156d4268fc08d3b306.tar.xz
m2e-core-236c2e4dfeff6d73ab7907156d4268fc08d3b306.zip
340468: Set com.ning.async-http-client->org.apache.commons.httpclient.* requirements to not greedy
Diffstat (limited to 'com.ning.async-http-client')
-rw-r--r--com.ning.async-http-client/META-INF/p2.inf36
1 files changed, 36 insertions, 0 deletions
diff --git a/com.ning.async-http-client/META-INF/p2.inf b/com.ning.async-http-client/META-INF/p2.inf
new file mode 100644
index 00000000..6f36bcb6
--- /dev/null
+++ b/com.ning.async-http-client/META-INF/p2.inf
@@ -0,0 +1,36 @@
+# Set org.apache.commons.httpclient.* requirements to not greedy
+ requires.0.namespace = java.package
+ requires.0.name = org.apache.commons.httpclient
+ requires.0.greedy = false
+ requires.0.optional = true
+
+ requires.1.namespace = java.package
+ requires.1.name = org.apache.commons.httpclient.protocol
+ requires.1.greedy = false
+ requires.1.optional = true
+
+ requires.2.namespace = java.package
+ requires.2.name = org.apache.commons.httpclient.methods
+ requires.2.greedy = false
+ requires.2.optional = true
+
+ requires.3.namespace = java.package
+ requires.3.name = org.apache.commons.httpclient.util
+ requires.3.greedy = false
+ requires.3.optional = true
+
+ requires.4.namespace = java.package
+ requires.4.name = org.apache.commons.httpclient.auth
+ requires.4.greedy = false
+ requires.4.optional = true
+
+ requires.5.namespace = java.package
+ requires.5.name = org.apache.commons.httpclient.methods.multipart
+ requires.5.greedy = false
+ requires.5.optional = true
+
+ requires.6.namespace = java.package
+ requires.6.name = org.apache.commons.httpclient.params
+ requires.6.greedy = false
+ requires.6.optional = true
+ \ No newline at end of file

Back to the top