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/4bf08550 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/4bf08550 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/4bf08550 Branch: refs/heads/master Commit: 4bf0855071c218286fd27a06e68a636540453d8c Parents: 4ea96a1 Author: Willem Jiang <[email protected]> Authored: Mon Dec 30 10:37:53 2013 +0800 Committer: Willem Jiang <[email protected]> Committed: Mon Dec 30 10:37:53 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/4bf08550/components/camel-zipfile/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-zipfile/pom.xml b/components/camel-zipfile/pom.xml index 008e7ca..7bd6f7c 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>
