You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2017/03/01 08:34:24 UTC

[5/5] brooklyn-server git commit: This closes #576

This closes #576


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/49f8a2f1
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/49f8a2f1
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/49f8a2f1

Branch: refs/heads/master
Commit: 49f8a2f11c93cfcea841685b0454ced41b6c6057
Parents: 0b18b6c 1d27f1a
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Wed Mar 1 08:34:08 2017 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Wed Mar 1 08:34:08 2017 +0000

----------------------------------------------------------------------
 .../catalog/CatalogMakeOsgiBundleTest.java      | 201 +++++++++++
 .../catalog/GetFileContentsEffector.java        |  46 +++
 .../osgi/catalog-bundle-1/META-INF/MANIFEST.MF  |   3 +
 .../catalog/osgi/catalog-bundle-1/catalog.bom   |  31 ++
 core/pom.xml                                    |  10 +
 .../core/BrooklynFeatureEnablement.java         |   2 +-
 .../catalog/internal/CatalogBomScanner.java     |  72 +++-
 .../brooklyn/util/core/osgi/BundleMaker.java    | 353 +++++++++++++++++++
 .../util/core/osgi/BundleMakerTest.java         | 270 ++++++++++++++
 .../osgi/test/bundlemaker/nomanifest/myfile.txt |   1 +
 .../bundlemaker/nomanifest/subdir/myfile2.txt   |   1 +
 .../withmanifest/META-INF/MANIFEST.MF           |   2 +
 .../test/bundlemaker/withmanifest/myfile.txt    |   1 +
 .../bundlemaker/withmanifest/subdir/myfile2.txt |   1 +
 14 files changed, 974 insertions(+), 20 deletions(-)
----------------------------------------------------------------------