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 2015/09/14 21:06:23 UTC

svn commit: r1703030 - /felix/sandbox/pderop/dependencymanager.ds/cnf/ext/pluginpaths.bnd

Author: pderop
Date: Mon Sep 14 19:06:22 2015
New Revision: 1703030

URL: http://svn.apache.org/r1703030
Log:
Removed biz.aQute.repository.jar from pluginpath (not needed anymore with bndtools 3).

Modified:
    felix/sandbox/pderop/dependencymanager.ds/cnf/ext/pluginpaths.bnd

Modified: felix/sandbox/pderop/dependencymanager.ds/cnf/ext/pluginpaths.bnd
URL: http://svn.apache.org/viewvc/felix/sandbox/pderop/dependencymanager.ds/cnf/ext/pluginpaths.bnd?rev=1703030&r1=1703029&r2=1703030&view=diff
==============================================================================
--- felix/sandbox/pderop/dependencymanager.ds/cnf/ext/pluginpaths.bnd (original)
+++ felix/sandbox/pderop/dependencymanager.ds/cnf/ext/pluginpaths.bnd Mon Sep 14 19:06:22 2015
@@ -16,7 +16,6 @@
 #
 bnd-release	= https://bndtools.ci.cloudbees.com/job/bnd.master/lastSuccessfulBuild/artifact/dist/bundles
 
--pluginpath:\
-	${plugin-dir}/biz.aQute.repository/biz.aQute.repository.jar,\
+-pluginpath: \
 	${build}/cache/biz.aQute.repository.aether-latest.jar;url=${bnd-release}/biz.aQute.repository.aether/biz.aQute.repository.aether-latest.jar
 	
\ No newline at end of file