From 0a31cca76b16acedae35ae4d909beb463da16f3f Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Fri, 1 Jul 2011 13:14:11 +0200 Subject: [PATCH 2/2] Osgify modules --- httpcore-nio/pom.xml | 12 +++++++++++- httpcore/pom.xml | 16 +++++++++++++++- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/httpcore-nio/pom.xml b/httpcore-nio/pom.xml index 1694003..3ca1390 100644 --- a/httpcore-nio/pom.xml +++ b/httpcore-nio/pom.xml @@ -39,7 +39,7 @@ HttpComponents Core (non-blocking I/O) http://hc.apache.org/httpcomponents-core-ga - jar + bundle @@ -86,6 +86,16 @@ maven-surefire-plugin + + org.apache.felix + maven-bundle-plugin + true + + + * + + + diff --git a/httpcore/pom.xml b/httpcore/pom.xml index 80d6de9..6f4ea07 100644 --- a/httpcore/pom.xml +++ b/httpcore/pom.xml @@ -39,7 +39,7 @@ HttpComponents Core (blocking I/O) http://hc.apache.org/httpcomponents-core-ga - jar + bundle UTF-8 @@ -72,6 +72,7 @@ + org.apache.maven.plugins @@ -92,6 +93,19 @@ ${httpcore.surefire.java} + + + org.apache.felix + maven-bundle-plugin + true + + + * + + + + + -- 1.7.5.4