init: docker file + openhab config files
This commit is contained in:
parent
065e2b01e6
commit
246357858b
113 changed files with 4381 additions and 0 deletions
|
@ -0,0 +1,41 @@
|
|||
:org.apache.felix.configadmin.revision:=L"1"
|
||||
activemq="mvn:org.apache.activemq/activemq-karaf/RELEASE/xml/features"
|
||||
aries-cdi="mvn:org.apache.aries.cdi/aries-cdi-feature/RELEASE/xml/features"
|
||||
aries-jpa="mvn:org.apache.aries.jpa/jpa-features/RELEASE/xml/features"
|
||||
aries-rsa="mvn:org.apache.aries.rsa/rsa-features/RELEASE/xml/features"
|
||||
aries.jax.rs.whiteboard="mvn:org.apache.aries.jax.rs/org.apache.aries.jax.rs.features/RELEASE/xml"
|
||||
artemis="mvn:org.apache.activemq/artemis-features/RELEASE/xml/features"
|
||||
brave="mvn:io.zipkin.brave.karaf/brave-features/RELEASE/xml/features"
|
||||
camel="mvn:org.apache.camel.karaf/apache-camel/RELEASE/xml/features"
|
||||
camel-extras="mvn:org.apache-extras.camel-extra.karaf/camel-extra/RELEASE/xml/features"
|
||||
cave="mvn:org.apache.karaf.cave/apache-karaf-cave/RELEASE/xml/features"
|
||||
cellar="mvn:org.apache.karaf.cellar/apache-karaf-cellar/RELEASE/xml/features"
|
||||
cxf="mvn:org.apache.cxf.karaf/apache-cxf/RELEASE/xml/features"
|
||||
cxf-dosgi="mvn:org.apache.cxf.dosgi/cxf-dosgi/RELEASE/xml/features"
|
||||
cxf-dosgi-samples="mvn:org.apache.cxf.dosgi/cxf-dosgi-samples/RELEASE/xml/features"
|
||||
cxf-xkms="mvn:org.apache.cxf.services.xkms/cxf-services-xkms-features/RELEASE/xml"
|
||||
decanter="mvn:org.apache.karaf.decanter/apache-karaf-decanter/RELEASE/xml/features"
|
||||
ecf="http://download.eclipse.org/rt/ecf/RELEASE/site.p2/karaf-features.xml"
|
||||
eclipsesource-jaxrs="mvn:com.eclipsesource.jaxrs/features/RELEASE/xml/features"
|
||||
enterprise="mvn:org.apache.karaf.features/enterprise/4.4.3/xml/features"
|
||||
felix.fileinstall.filename="file:/openhab/userdata/etc/org.apache.karaf.features.repos.cfg"
|
||||
hawtio="mvn:io.hawt/hawtio-karaf/RELEASE/xml/features"
|
||||
hibernate="mvn:org.hibernate/hibernate-osgi/RELEASE/xml/karaf"
|
||||
ignite="mvn:org.apache.ignite/ignite-osgi-karaf/RELEASE/xml/features"
|
||||
jclouds="mvn:org.apache.jclouds.karaf/jclouds-karaf/RELEASE/xml/features"
|
||||
openejb="mvn:org.apache.openejb/openejb-feature/RELEASE/xml/features"
|
||||
openjpa="mvn:org.apache.openjpa/openjpa-features/RELEASE/xml/features"
|
||||
pax-cdi="mvn:org.ops4j.pax.cdi/pax-cdi-features/RELEASE/xml/features"
|
||||
pax-jdbc="mvn:org.ops4j.pax.jdbc/pax-jdbc-features/RELEASE/xml/features"
|
||||
pax-jms="mvn:org.ops4j.pax.jms/pax-jms-features/RELEASE/xml/features"
|
||||
pax-jpa="mvn:org.ops4j.pax.jpa/pax-jpa-features/RELEASE/xml/features"
|
||||
pax-keycloak="mvn:org.ops4j.pax.keycloak/pax-keycloak-features/RELEASE/xml/features"
|
||||
pax-transx="mvn:org.ops4j.pax.transx/pax-transx-features/RELEASE/xml/features"
|
||||
pax-web="mvn:org.ops4j.pax.web/pax-web-features/RELEASE/xml/features"
|
||||
pax-wicket="mvn:org.ops4j.pax.wicket/pax-wicket-features/RELEASE/xml/features"
|
||||
service.bundleLocation="?"
|
||||
service.pid="org.apache.karaf.features.repos"
|
||||
sling="mvn:org.apache.sling/org.apache.sling.karaf-features/RELEASE/xml/features"
|
||||
spring="mvn:org.apache.karaf.features/spring/4.4.3/xml/features"
|
||||
spring-legacy="mvn:org.apache.karaf.features/spring-legacy/4.4.3/xml/features"
|
||||
wicket="mvn:org.ops4j.pax.wicket/features/RELEASE/xml/features"
|
Loading…
Add table
Add a link
Reference in a new issue