CAMEL-7101 Updated the pom.xml for the new pacakge

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/c184a58a
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/c184a58a
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/c184a58a

Branch: refs/heads/camel-2.12.x
Commit: c184a58aab90fbf907cfe754703155aa44f969d0
Parents: 3639113
Author: Willem Jiang <[email protected]>
Authored: Mon Dec 30 10:37:53 2013 +0800
Committer: Willem Jiang <[email protected]>
Committed: Mon Dec 30 10:50:51 2013 +0800

----------------------------------------------------------------------
 components/camel-zipfile/pom.xml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/c184a58a/components/camel-zipfile/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-zipfile/pom.xml b/components/camel-zipfile/pom.xml
index 39d1daa..2ea5fad 100644
--- a/components/camel-zipfile/pom.xml
+++ b/components/camel-zipfile/pom.xml
@@ -30,8 +30,17 @@
   <description>Camel Zip file support</description>
 
   <properties>
-    
<camel.osgi.export.pkg>org.apache.camel.dataformat.zipfile.*</camel.osgi.export.pkg>
+    <camel.osgi.import>
+       !org.apache.camel.dataformat.zipfile,
+       !org.apache.camel.processor.aggregate.zipfile,
+       *
+    </camel.osgi.import>
+    <camel.osgi.export>
+       org.apache.camel.dataformat.zipfile;${camel.osgi.version},
+       org.apache.camel.processor.aggregate.zipfile;${camel.osgi.version}
+    </camel.osgi.export>
     
<camel.osgi.export.service>org.apache.camel.spi.DataFormatResolver;dataformat=zipfile</camel.osgi.export.service>
+    
   </properties>
 
   <dependencies>

Reply via email to