You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2011/09/16 17:03:39 UTC

svn commit: r1171612 - in /karaf/cellar/trunk: hazelcast/src/main/java/org/apache/karaf/cellar/hazelcast/HazelcastBundleListener.java obr/NOTICE

Author: jbonofre
Date: Fri Sep 16 15:03:39 2011
New Revision: 1171612

URL: http://svn.apache.org/viewvc?rev=1171612&view=rev
Log:
[KARAF-865] Set HazelcastBundleListener as a SynchronousBundleListener

Added:
    karaf/cellar/trunk/obr/NOTICE
Modified:
    karaf/cellar/trunk/hazelcast/src/main/java/org/apache/karaf/cellar/hazelcast/HazelcastBundleListener.java

Modified: karaf/cellar/trunk/hazelcast/src/main/java/org/apache/karaf/cellar/hazelcast/HazelcastBundleListener.java
URL: http://svn.apache.org/viewvc/karaf/cellar/trunk/hazelcast/src/main/java/org/apache/karaf/cellar/hazelcast/HazelcastBundleListener.java?rev=1171612&r1=1171611&r2=1171612&view=diff
==============================================================================
--- karaf/cellar/trunk/hazelcast/src/main/java/org/apache/karaf/cellar/hazelcast/HazelcastBundleListener.java (original)
+++ karaf/cellar/trunk/hazelcast/src/main/java/org/apache/karaf/cellar/hazelcast/HazelcastBundleListener.java Fri Sep 16 15:03:39 2011
@@ -14,14 +14,11 @@
 package org.apache.karaf.cellar.hazelcast;
 
 import org.apache.karaf.cellar.core.utils.CombinedClassLoader;
-import org.osgi.framework.Bundle;
-import org.osgi.framework.BundleContext;
-import org.osgi.framework.BundleEvent;
-import org.osgi.framework.BundleListener;
+import org.osgi.framework.*;
 
 import java.util.Dictionary;
 
-public class HazelcastBundleListener implements BundleListener {
+public class HazelcastBundleListener implements SynchronousBundleListener {
 
     private BundleContext bundleContext;
     private CombinedClassLoader combinedClassLoader;

Added: karaf/cellar/trunk/obr/NOTICE
URL: http://svn.apache.org/viewvc/karaf/cellar/trunk/obr/NOTICE?rev=1171612&view=auto
==============================================================================
--- karaf/cellar/trunk/obr/NOTICE (added)
+++ karaf/cellar/trunk/obr/NOTICE Fri Sep 16 15:03:39 2011
@@ -0,0 +1,48 @@
+Apache Karaf Cellar
+Copyright 2011 The Apache Software Foundation
+
+
+I. Included Software
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+Licensed under the Apache License 2.0.
+
+This product includes software written by
+Antony Lesuisse.
+Licensed under Public Domain.
+
+
+II. Used Software
+
+This product uses software developed at
+The OSGi Alliance (http://www.osgi.org/).
+Copyright (c) OSGi Alliance (2000, 2010).
+Licensed under the Apache License 2.0.
+
+This product uses software developed at
+OPS4J (http://www.ops4j.org/).
+Licensed under the Apache License 2.0.
+
+This product uses software developed at
+FUSE Source (http://www.fusesource.org/).
+Licensed under the Apache License 2.0.
+
+This product uses software developed at
+JClouds (http://www.jclouds.org/).
+Licensed under the Apache License 2.0.
+
+This product uses software developed at
+JLine (http://jline.sourceforge.net).
+Licensed under the BSD License.
+
+This product uses software developed at
+SLF4J (http://www.slf4j.org/).
+Licensed under the MIT License.
+
+This product includes software from http://www.json.org.
+Copyright (c) 2002 JSON.org
+
+
+III. License Summary
+- Apache License 2.0