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/05 23:44:37 UTC

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

Author: pderop
Date: Wed Mar  5 22:44:37 2014
New Revision: 1574708

URL: http://svn.apache.org/r1574708
Log:
don't use log service at runtime, because TestBase is already providing it. Run configadmin 1.8.1-SNAPSHOT. Added compendium

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

Modified: felix/sandbox/pderop/dependencymanager-prototype/dm.it/bnd.bnd
URL: http://svn.apache.org/viewvc/felix/sandbox/pderop/dependencymanager-prototype/dm.it/bnd.bnd?rev=1574708&r1=1574707&r2=1574708&view=diff
==============================================================================
--- felix/sandbox/pderop/dependencymanager-prototype/dm.it/bnd.bnd (original)
+++ felix/sandbox/pderop/dependencymanager-prototype/dm.it/bnd.bnd Wed Mar  5 22:44:37 2014
@@ -2,11 +2,11 @@ Test-Cases: \
 	${classes;CONCRETE;EXTENDS;junit.framework.TestCase}
 -runbundles: \
 	dm;version=latest,\
-	org.apache.felix.configadmin;version=1.6.0,\
-	org.apache.felix.log;version=1.0.1,\
 	org.apache.felix.metatype;version=1.0.4,\
 	org.mockito.mockito-all;version=1.9.0,\
-	junit.osgi
+	junit.osgi,\
+	org.apache.felix.configadmin;version=1.8.1,\
+	osgi.cmpn;version=4.3.0
 Private-Package: \
 	dm.it
 -runee:JavaSE-1.6