fixing the root readme after last manifest plugin addition
diff --git a/README.adoc b/README.adoc
index c780a10..85ed401 100644
--- a/README.adoc
+++ b/README.adoc
@@ -115,9 +115,6 @@
 Note that to shortcut the build phase you can use `@ImplicitActivator`
 which to define a `BundleActivator`.
 
-WARN: this feature is not yet supported by OSGi environment and will need `maven-bundle-plugin` to replace
-the annotation by the `Bundle-Activator` manifest entry.
-
 Here is an example:
 
 [source,java]