Repository: karaf Updated Branches: refs/heads/karaf-3.0.x d4b070644 -> a2d3007b8
[KARAF-3465] Add pax-* features URL in etc/org.apache.karaf.features.repos.cfg file Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/a2d3007b Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/a2d3007b Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/a2d3007b Branch: refs/heads/karaf-3.0.x Commit: a2d3007b88bbc9ae0dc22ab176937b88e58d6142 Parents: d4b0706 Author: Jean-Baptiste Onofré <[email protected]> Authored: Sun Apr 12 07:42:17 2015 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sun Apr 12 07:42:17 2015 +0200 ---------------------------------------------------------------------- .../resources/etc/org.apache.karaf.features.repos.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/a2d3007b/assemblies/features/framework/src/main/resources/resources/etc/org.apache.karaf.features.repos.cfg ---------------------------------------------------------------------- diff --git a/assemblies/features/framework/src/main/resources/resources/etc/org.apache.karaf.features.repos.cfg b/assemblies/features/framework/src/main/resources/resources/etc/org.apache.karaf.features.repos.cfg index c3bc77e..ecbfe4c 100644 --- a/assemblies/features/framework/src/main/resources/resources/etc/org.apache.karaf.features.repos.cfg +++ b/assemblies/features/framework/src/main/resources/resources/etc/org.apache.karaf.features.repos.cfg @@ -21,6 +21,7 @@ # This file describes the features repository URL # It could be directly installed using feature:repo-add command # +enterprise=mvn:org.apache.karaf.features/enterprise/LATEST/xml/features cellar=mvn:org.apache.karaf.cellar/apache-karaf-cellar/LATEST/xml/features cave=mvn:org.apache.karaf.cave/apache-karaf-cave/LATEST/xml/features camel=mvn:org.apache.camel.karaf/apache-camel/LATEST/xml/features @@ -32,3 +33,10 @@ jclouds=mvn:org.apache.jclouds.karaf/jclouds-karaf/LATEST/xml/features openejb=mvn:org.apache.openejb/openejb-feature/LATEST/xml/features wicket=mvn:org.ops4j.pax.wicket/features/LATEST/xml/features hawtio=mvn:io.hawt/hawtio-karaf/LATEST/xml/features +pax-cdi=mvn:org.ops4j.pax.cdi/pax-cdi-features/LATEST/xml/features +pax-jdbc=mvn:org.ops4j.pax.jdbc/pax-jdbc-features/LATEST/xml/features +pax-jpa=mvn:org.ops4j.pax.jpa/pax-jpa-features/LATEST/xml/features +pax-web=mvn:org.ops4j.pax.web/pax-web-features/LATEST/xml/features +pax-wicket=mvn:org.ops4j.pax.wicket/pax-wicket-features/LATEST/xml/features +ecf=http://download.eclipse.org/rt/ecf/latest/site.p2/karaf-features.xml +decanter=mvn:org.apache.karaf.decanter/apache-karaf-decanter/LATEST/xml/features \ No newline at end of file
