Closes #271 Move karaf distribution to brooklyn-dist.
This PR is the first of three that together move the karaf distribution to brooklyn-dist and separate out the software from brooklyn-library into separate catalog bom and feature files. Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/56f7258e Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/56f7258e Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/56f7258e Branch: refs/heads/master Commit: 56f7258e8d6370a6424a3cbc34dd5eeaca5c0320 Parents: a2148be a2f6cb5 Author: Svetoslav Neykov <[email protected]> Authored: Fri Jul 29 16:12:57 2016 +0300 Committer: Svetoslav Neykov <[email protected]> Committed: Fri Jul 29 16:12:57 2016 +0300 ---------------------------------------------------------------------- karaf/apache-brooklyn/pom.xml | 138 ------- .../filtered-resources/etc/branding.properties | 35 -- .../src/main/resources/etc/custom.properties | 120 ------ .../src/main/resources/etc/default.catalog.bom | 370 ------------------ ....apache.brooklyn.core.catalog.bomscanner.cfg | 27 -- .../etc/org.apache.brooklyn.osgilauncher.cfg | 65 ---- .../resources/etc/org.ops4j.pax.logging.cfg | 95 ----- .../etc/org.ops4j.pax.url.mvn.repositories.cfg | 20 - .../main/resources/etc/org.ops4j.pax.web.cfg | 19 - .../src/main/resources/etc/system.properties | 133 ------- karaf/features/src/main/feature/feature.xml | 66 ---- .../init/src/main/resources/catalog-classes.bom | 379 ------------------- karaf/itest/pom.xml | 259 ------------- .../java/org/apache/brooklyn/AssemblyTest.java | 87 ----- .../org/apache/brooklyn/KarafTestUtils.java | 84 ---- .../catalog/internal/CatalogBomScannerTest.java | 176 --------- .../catalog/internal/DefaultBomLoadTest.java | 77 ---- .../launcher/osgi/OsgiLauncherTest.java | 99 ----- .../rest/BrooklynRestApiLauncherTest.java | 84 ---- .../security/CustomSecurityProvider.java | 33 -- .../security/CustomSecurityProviderTest.java | 156 -------- .../security/StockSecurityProviderTest.java | 191 ---------- .../apache/brooklyn/test/IntegrationTest.java | 26 -- .../src/test/resources/custom-security-bp.xml | 40 -- karaf/itest/src/test/resources/exam.properties | 21 - karaf/itest/src/test/resources/logback.xml | 43 --- karaf/pom.xml | 4 +- 27 files changed, 1 insertion(+), 2846 deletions(-) ----------------------------------------------------------------------
