You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by ha...@apache.org on 2015/11/11 04:35:33 UTC

[1/2] incubator-brooklyn git commit: [BROOKLYN-183] Ignore bundle import of apache felix

Repository: incubator-brooklyn
Updated Branches:
  refs/heads/master 2aa01c0f9 -> f0612bd74


[BROOKLYN-183] Ignore bundle import of apache felix


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

Branch: refs/heads/master
Commit: f0cadbabcef00aad8b3663d14685fea5591097a3
Parents: 2aa01c0
Author: Ciprian Ciubotariu <ch...@gmx.net>
Authored: Fri Nov 6 12:42:03 2015 +0200
Committer: Ciprian Ciubotariu <ch...@gmx.net>
Committed: Tue Nov 10 21:04:52 2015 +0200

----------------------------------------------------------------------
 core/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/f0cadbab/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 12f01d9..f79aee7 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -281,6 +281,7 @@
                         <Export-Package>brooklyn.*,org.apache.brooklyn.*</Export-Package>
                         <Import-Package>
                             !org.apache.brooklyn.rt.felix,
+                            !org.apache.felix.framework,
                             *
                         </Import-Package>
                         <Implementation-SHA-1>${buildNumber}</Implementation-SHA-1>


[2/2] incubator-brooklyn git commit: This closes #1019

Posted by ha...@apache.org.
This closes #1019


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

Branch: refs/heads/master
Commit: f0612bd74550780e5ded9a8a4e7dcbe76c3ef884
Parents: 2aa01c0 f0cadba
Author: Hadrian Zbarcea <ha...@apache.org>
Authored: Tue Nov 10 22:26:36 2015 -0500
Committer: Hadrian Zbarcea <ha...@apache.org>
Committed: Tue Nov 10 22:26:36 2015 -0500

----------------------------------------------------------------------
 core/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------