Author: jawi
Date: Tue Jul 17 15:45:57 2012
New Revision: 1362548
URL: http://svn.apache.org/viewvc?rev=1362548&view=rev
Log:
Fixed the launcher binary by fixating the OSGi-version and a matching Felix
framework.
For OSGi v4.2, one should use Felix 3.2.2; for OSGi v4.3, one should use Felix
4.0.2 or newer.
Modified:
ace/sandbox/marrs/org.apache.ace.launcher/bnd.bnd
Modified: ace/sandbox/marrs/org.apache.ace.launcher/bnd.bnd
URL:
http://svn.apache.org/viewvc/ace/sandbox/marrs/org.apache.ace.launcher/bnd.bnd?rev=1362548&r1=1362547&r2=1362548&view=diff
==============================================================================
--- ace/sandbox/marrs/org.apache.ace.launcher/bnd.bnd (original)
+++ ace/sandbox/marrs/org.apache.ace.launcher/bnd.bnd Tue Jul 17 15:45:57 2012
@@ -1,7 +1,7 @@
-buildpath: org.apache.ace.managementagent;version=latest,\
- osgi.core,\
org.apache.felix.dependencymanager,\
- org.apache.felix.framework;version=4.0.2
+ osgi.core;version=4.2.0,\
+ org.apache.felix.framework;version=3.2.2
Private-Package: org.apache.ace.*;-split-package:=first,\
org.apache.felix.*;-split-package:=first,\
EDU.oswego.cs.dl.util.concurrent;-split-package:=first,\