You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by cs...@apache.org on 2015/01/27 11:01:04 UTC

karaf git commit: Adding pax-cdi and pax-jdbc to repos.cfg

Repository: karaf
Updated Branches:
  refs/heads/master e73081a82 -> 17bb43ac0


Adding pax-cdi and pax-jdbc to repos.cfg


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

Branch: refs/heads/master
Commit: 17bb43ac020169385412297c19bb9cadc08d0297
Parents: e73081a
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Tue Jan 27 11:00:12 2015 +0100
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Tue Jan 27 11:00:50 2015 +0100

----------------------------------------------------------------------
 .../resources/resources/etc/org.apache.karaf.features.repos.cfg   | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/17bb43ac/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 66fd987..5286eba 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
@@ -33,4 +33,7 @@ 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-jbc=mvn:org.ops4j.pax.jdbc/pax-jdbc-features/LATEST/xml/features
 ecf=http://download.eclipse.org/rt/ecf/latest/site.p2/karaf-features.xml
+