Repository: karaf Updated Branches: refs/heads/karaf-4.0.x b68cd4b72 -> 5894748ff
Add CXF-DOSGi samples feature Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/5894748f Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/5894748f Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/5894748f Branch: refs/heads/karaf-4.0.x Commit: 5894748ff9c26b56b3edd4eb325f0af338265194 Parents: b68cd4b Author: Christian Schneider <[email protected]> Authored: Fri Aug 12 18:11:40 2016 +0200 Committer: Christian Schneider <[email protected]> Committed: Fri Aug 12 18:11:40 2016 +0200 ---------------------------------------------------------------------- .../resources/resources/etc/org.apache.karaf.features.repos.cfg | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/5894748f/assemblies/features/base/src/main/resources/resources/etc/org.apache.karaf.features.repos.cfg ---------------------------------------------------------------------- diff --git a/assemblies/features/base/src/main/resources/resources/etc/org.apache.karaf.features.repos.cfg b/assemblies/features/base/src/main/resources/resources/etc/org.apache.karaf.features.repos.cfg index 49b12c7..6305026 100644 --- a/assemblies/features/base/src/main/resources/resources/etc/org.apache.karaf.features.repos.cfg +++ b/assemblies/features/base/src/main/resources/resources/etc/org.apache.karaf.features.repos.cfg @@ -29,6 +29,7 @@ camel=mvn:org.apache.camel.karaf/apache-camel/LATEST/xml/features camel-extras=mvn:org.apache-extras.camel-extra.karaf/camel-extra/LATEST/xml/features cxf=mvn:org.apache.cxf.karaf/apache-cxf/LATEST/xml/features cxf-dosgi=mvn:org.apache.cxf.dosgi/cxf-dosgi/LATEST/xml/features +cxf-dosgi-samples=mvn:org.apache.cxf.dosgi/cxf-dosgi-samples/LATEST/xml/features cxf-xkms=mvn:org.apache.cxf.services.xkms/cxf-services-xkms-features/LATEST/xml activemq=mvn:org.apache.activemq/activemq-karaf/LATEST/xml/features jclouds=mvn:org.apache.jclouds.karaf/jclouds-karaf/LATEST/xml/features
