BUG-4219: copy ODL branding and configuration [WIP] 89/47689/5
authorStephen Kitt <skitt@redhat.com>
Thu, 27 Oct 2016 11:15:56 +0000 (13:15 +0200)
committerStephen Kitt <skitt@redhat.com>
Fri, 18 Nov 2016 14:47:43 +0000 (15:47 +0100)
commit4ca49a2dca90220a625ad6b5a1c9132e624edb73
tree44c65660f89a7d046ad6af4fa384b7e633b6e08d
parent24c26454d029b3a03231fd8ed33cc6a12deed60f
BUG-4219: copy ODL branding and configuration [WIP]

This applies patches to the upstream-provided startup scripts, instead
of replacing them wholesale — this helps identify the changes we're
interested in, allows upstream improvements to be picked up
automatically, and fails the build if our changes can no longer be
applied (but this will only happen with a Karaf upgrade, so a working
build can't start failing for outside reasons).

Change-Id: I677d18403800ff5ee5aac665ba040dd1ceb43962
Signed-off-by: Stephen Kitt <skitt@redhat.com>
19 files changed:
karaf/karaf4-parent/pom.xml
karaf/opendaylight-karaf4-resources/pom.xml [new file with mode: 0644]
karaf/opendaylight-karaf4-resources/src/main/assembly/etc/org.ops4j.pax.url.mvn.cfg [new file with mode: 0644]
karaf/opendaylight-karaf4-resources/src/main/resources/configuration/context.xml [new file with mode: 0644]
karaf/opendaylight-karaf4-resources/src/main/resources/configuration/logback.xml [new file with mode: 0644]
karaf/opendaylight-karaf4-resources/src/main/resources/configuration/tomcat-logging.properties [new file with mode: 0644]
karaf/opendaylight-karaf4-resources/src/main/resources/configuration/tomcat-server.xml [new file with mode: 0644]
karaf/opendaylight-karaf4-resources/src/main/resources/etc/custom.properties [new file with mode: 0644]
karaf/opendaylight-karaf4-resources/src/main/resources/etc/jetty.xml [new file with mode: 0644]
karaf/opendaylight-karaf4-resources/src/main/resources/etc/jre.properties [new file with mode: 0644]
karaf/opendaylight-karaf4-resources/src/main/resources/etc/odl.java.security [new file with mode: 0644]
karaf/opendaylight-karaf4-resources/src/main/resources/etc/org.ops4j.pax.logging.cfg [new file with mode: 0644]
karaf/opendaylight-karaf4-resources/src/main/resources/patches/karaf-instance.bat.patch [new file with mode: 0644]
karaf/opendaylight-karaf4-resources/src/main/resources/patches/karaf-instance.patch [new file with mode: 0644]
karaf/opendaylight-karaf4-resources/src/main/resources/patches/karaf-karaf.bat.patch [new file with mode: 0644]
karaf/opendaylight-karaf4-resources/src/main/resources/patches/karaf-karaf.patch [new file with mode: 0644]
karaf/opendaylight-karaf4-resources/src/main/resources/patches/karaf-setenv.bat.patch [new file with mode: 0644]
karaf/opendaylight-karaf4-resources/src/main/resources/patches/karaf-setenv.patch [new file with mode: 0644]
karaf/pom.xml