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/07/02 16:46:49 UTC

svn commit: r1607382 - /felix/sandbox/pderop/dependencymanager-prototype/org.apache.felix.dm.annotation/bnd.bnd

Author: pderop
Date: Wed Jul  2 14:46:49 2014
New Revision: 1607382

URL: http://svn.apache.org/r1607382
Log:
Updated bndlib to the latest 2.3.0 version.

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

Modified: felix/sandbox/pderop/dependencymanager-prototype/org.apache.felix.dm.annotation/bnd.bnd
URL: http://svn.apache.org/viewvc/felix/sandbox/pderop/dependencymanager-prototype/org.apache.felix.dm.annotation/bnd.bnd?rev=1607382&r1=1607381&r2=1607382&view=diff
==============================================================================
--- felix/sandbox/pderop/dependencymanager-prototype/org.apache.felix.dm.annotation/bnd.bnd (original)
+++ felix/sandbox/pderop/dependencymanager-prototype/org.apache.felix.dm.annotation/bnd.bnd Wed Jul  2 14:46:49 2014
@@ -1,8 +1,8 @@
 Bundle-Version:0.0.0.${tstamp}
--buildpath: \
+-buildpath:  \
 	osgi.core;version=4.2,\
-	biz.aQute.bndlib;version=2.2,\
-	de.twentyeleven.skysail.org.json-osgi;version=20080701.0
+	de.twentyeleven.skysail.org.json-osgi;version=20080701.0,\
+	biz.aQute.bndlib;version=2.3
 Private-Package: \
 	org.apache.felix.dm.annotation.plugin.bnd, \
 	org.json.*