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 2014/03/25 17:09:11 UTC

svn commit: r1581397 [1/3] - in /ace/trunk: cnf/ cnf/localrepo/ cnf/localrepo/biz.aQute.bnd/ cnf/plugins/biz.aQute.bnd/ org.apache.ace.agent.controller.itest/src/org/apache/ace/agent/itest/ org.apache.ace.agent.itest/src/org/apache/ace/agent/itest/ org...

Author: marrs
Date: Tue Mar 25 16:09:09 2014
New Revision: 1581397

URL: http://svn.apache.org/r1581397
Log:
More fixes for baselining (command line build).

Added:
    ace/trunk/cnf/localrepo/biz.aQute.bnd/biz.aQute.bnd-2.2.0.jar   (with props)
    ace/trunk/cnf/plugins/biz.aQute.bnd/biz.aQute.bnd-2.2.0.jar   (with props)
Removed:
    ace/trunk/cnf/localrepo/biz.aQute.bnd/biz.aQute.bnd-1.51.1.jar
    ace/trunk/cnf/localrepo/biz.aQute.bnd/biz.aQute.bnd-2.1.0.jar
    ace/trunk/cnf/plugins/biz.aQute.bnd/biz.aQute.bnd-2.1.0.jar
Modified:
    ace/trunk/cnf/bnd.bnd
    ace/trunk/cnf/build-template.xml
    ace/trunk/cnf/localrepo/index.xml
    ace/trunk/org.apache.ace.agent.controller.itest/src/org/apache/ace/agent/itest/BaseAgentControllerTest.java
    ace/trunk/org.apache.ace.agent.itest/src/org/apache/ace/agent/itest/BaseAgentTest.java
    ace/trunk/org.apache.ace.client.rest.itest/src/org/apache/ace/client/rest/itest/ClientRestUtils.java

Modified: ace/trunk/cnf/bnd.bnd
URL: http://svn.apache.org/viewvc/ace/trunk/cnf/bnd.bnd?rev=1581397&r1=1581396&r2=1581397&view=diff
==============================================================================
--- ace/trunk/cnf/bnd.bnd (original)
+++ ace/trunk/cnf/bnd.bnd Tue Mar 25 16:09:09 2014
@@ -1,3 +1,3 @@
 -nobundles
--buildpath: biz.aQute.bnd;version=1.51.1,\
+-buildpath: biz.aQute.bnd;version=2.2.0,\
 	org.osgi.impl.bundle.bindex
\ No newline at end of file

Modified: ace/trunk/cnf/build-template.xml
URL: http://svn.apache.org/viewvc/ace/trunk/cnf/build-template.xml?rev=1581397&r1=1581396&r2=1581397&view=diff
==============================================================================
--- ace/trunk/cnf/build-template.xml (original)
+++ ace/trunk/cnf/build-template.xml Tue Mar 25 16:09:09 2014
@@ -30,7 +30,7 @@
 		<dirname property="workspacedir" file="${projectdir}" />
 
 		<!-- Define the location of bnd -->
-		<path id="bnd-classpath" location="${workspacedir}/cnf/plugins/biz.aQute.bnd/biz.aQute.bnd-2.1.0.jar" />
+		<path id="bnd-classpath" location="${workspacedir}/cnf/plugins/biz.aQute.bnd/biz.aQute.bnd-2.2.0.jar" />
 
 		<!-- Load bnd and prepare the workspace -->
 		<taskdef resource="aQute/bnd/ant/taskdef.properties" classpathref="bnd-classpath" />

Added: ace/trunk/cnf/localrepo/biz.aQute.bnd/biz.aQute.bnd-2.2.0.jar
URL: http://svn.apache.org/viewvc/ace/trunk/cnf/localrepo/biz.aQute.bnd/biz.aQute.bnd-2.2.0.jar?rev=1581397&view=auto
==============================================================================
Binary file - no diff available.

Propchange: ace/trunk/cnf/localrepo/biz.aQute.bnd/biz.aQute.bnd-2.2.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream