Repository: camel Updated Branches: refs/heads/camel-2.15.x d8353cbd7 -> 8d47c7906
CAMEL-8480 fixed the camel-catalog package exporting issue Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/8d47c790 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/8d47c790 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/8d47c790 Branch: refs/heads/camel-2.15.x Commit: 8d47c7906d22dabefceb8b1f83463a192c01a1e6 Parents: d8353cb Author: Willem Jiang <[email protected]> Authored: Fri Mar 13 17:48:50 2015 +0800 Committer: Willem Jiang <[email protected]> Committed: Fri Mar 13 17:49:59 2015 +0800 ---------------------------------------------------------------------- platforms/catalog/pom.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/8d47c790/platforms/catalog/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/catalog/pom.xml b/platforms/catalog/pom.xml index 69606d4..3b5614d 100644 --- a/platforms/catalog/pom.xml +++ b/platforms/catalog/pom.xml @@ -31,13 +31,7 @@ <properties> <camel.osgi.export.pkg> - org.apache.camel.catalog, - org.apache.camel.catalog.archetypes, - org.apache.camel.catalog.components, - org.apache.camel.catalog.dataformats, - org.apache.camel.catalog.languages, - org.apache.camel.catalog.models, - org.apache.camel.catalog.schemas + org.apache.camel.catalog* </camel.osgi.export.pkg> </properties>
