You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hise-commits@incubator.apache.org by rr...@apache.org on 2010/09/05 23:50:22 UTC

svn commit: r992910 - /incubator/hise/trunk/hise-examples/osgi/claims-handling-karaf/src/main/resources/features.xml

Author: rr
Date: Sun Sep  5 23:50:22 2010
New Revision: 992910

URL: http://svn.apache.org/viewvc?rev=992910&view=rev
Log:
HISE-87: Karaf deps update

Modified:
    incubator/hise/trunk/hise-examples/osgi/claims-handling-karaf/src/main/resources/features.xml

Modified: incubator/hise/trunk/hise-examples/osgi/claims-handling-karaf/src/main/resources/features.xml
URL: http://svn.apache.org/viewvc/incubator/hise/trunk/hise-examples/osgi/claims-handling-karaf/src/main/resources/features.xml?rev=992910&r1=992909&r2=992910&view=diff
==============================================================================
--- incubator/hise/trunk/hise-examples/osgi/claims-handling-karaf/src/main/resources/features.xml (original)
+++ incubator/hise/trunk/hise-examples/osgi/claims-handling-karaf/src/main/resources/features.xml Sun Sep  5 23:50:22 2010
@@ -18,6 +18,9 @@
   -->
 <features>
   <feature name="claims-handling-example-osgi" version="${project.version}">
-    <bundle>mvn:org.apache.hise.hise-examples.osgi.claimsHandling/claimsHandling-bundle/${project.version}</bundle>
+    <feature version="${project.version}">hise-h2</feature>
+    <feature>cxf-nmr</feature>
+    <feature>camel-nmr</feature>
+    <bundle>mvn:org.apache.hise.examples/claims-handling-bundle/${project.version}</bundle>
   </feature>
 </features>