You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by pd...@apache.org on 2014/03/29 23:10:59 UTC

svn commit: r1583069 - /felix/sandbox/pderop/dependencymanager-prototype/dm/bnd.bnd

Author: pderop
Date: Sat Mar 29 22:10:59 2014
New Revision: 1583069

URL: http://svn.apache.org/r1583069
Log:
- Removed BundleActivator (don't provide anymore the ComponentAdmin service, we'll see later if this is really necessary)
- don't import org.junit, org.mockito


Modified:
    felix/sandbox/pderop/dependencymanager-prototype/dm/bnd.bnd

Modified: felix/sandbox/pderop/dependencymanager-prototype/dm/bnd.bnd
URL: http://svn.apache.org/viewvc/felix/sandbox/pderop/dependencymanager-prototype/dm/bnd.bnd?rev=1583069&r1=1583068&r2=1583069&view=diff
==============================================================================
--- felix/sandbox/pderop/dependencymanager-prototype/dm/bnd.bnd (original)
+++ felix/sandbox/pderop/dependencymanager-prototype/dm/bnd.bnd Sat Mar 29 22:10:59 2014
@@ -11,4 +11,4 @@ Export-Package: \
 	dm,\
 	tracker,\
 	dm.admin
-Bundle-Activator:dm.impl.Activator
\ No newline at end of file
+#Import-Package: !org.junit,!org.mockito.*,*