You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ma...@apache.org on 2012/08/10 10:03:22 UTC

svn commit: r1371594 - /ace/sandbox/marrs/org.apache.ace.client.repository.itest/bnd.bnd

Author: marrs
Date: Fri Aug 10 08:03:21 2012
New Revision: 1371594

URL: http://svn.apache.org/viewvc?rev=1371594&view=rev
Log:
Added a transitive dependency to the build, to fix the command line build.

Modified:
    ace/sandbox/marrs/org.apache.ace.client.repository.itest/bnd.bnd

Modified: ace/sandbox/marrs/org.apache.ace.client.repository.itest/bnd.bnd
URL: http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.client.repository.itest/bnd.bnd?rev=1371594&r1=1371593&r2=1371594&view=diff
==============================================================================
--- ace/sandbox/marrs/org.apache.ace.client.repository.itest/bnd.bnd (original)
+++ ace/sandbox/marrs/org.apache.ace.client.repository.itest/bnd.bnd Fri Aug 10 08:03:21 2012
@@ -17,7 +17,8 @@ Test-Cases: ${classes;CONCRETE;EXTENDS;o
 	org.apache.ace.deployment.provider.filebased;version=latest,\
 	org.apache.ace.obr.storage;version=latest,\
 	org.apache.ace.repository.api;version=latest,\
-	org.apache.ace.repository.impl;version=latest
+	org.apache.ace.repository.impl;version=latest,\
+	org.apache.ace.client.repository.api;version=latest
 -runfw: org.apache.felix.framework;version='[4,5)'
 -runbundles: \
 	org.apache.ace.test;version=latest,\