You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ja...@apache.org on 2014/02/28 11:40:40 UTC

svn commit: r1572910 - /ace/trunk/org.apache.ace.feedback.common/bnd.bnd

Author: jawi
Date: Fri Feb 28 10:40:39 2014
New Revision: 1572910

URL: http://svn.apache.org/r1572910
Log:
Fixed failing Ant build.

Modified:
    ace/trunk/org.apache.ace.feedback.common/bnd.bnd

Modified: ace/trunk/org.apache.ace.feedback.common/bnd.bnd
URL: http://svn.apache.org/viewvc/ace/trunk/org.apache.ace.feedback.common/bnd.bnd?rev=1572910&r1=1572909&r2=1572910&view=diff
==============================================================================
--- ace/trunk/org.apache.ace.feedback.common/bnd.bnd (original)
+++ ace/trunk/org.apache.ace.feedback.common/bnd.bnd Fri Feb 28 10:40:39 2014
@@ -4,4 +4,5 @@ Export-Package: org.apache.ace.feedback
 Bundle-Version: 1.0.0
 Bundle-Name: Apache ACE Feedback API
 Bundle-Description: Provides the Apache ACE Feedback API packages
--buildpath: org.apache.ace.range.api;version=latest
\ No newline at end of file
+-buildpath: org.apache.ace.range.api;version=latest,\
+	org.apache.ace.test;version=latest
\ No newline at end of file