From da70f93704759dd72a9ae5f6abf9b41be432a415 Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Thu, 27 Apr 2017 14:57:29 +0300 Subject: Fix typo in OSGi documentation --- documentation/advanced/advanced-osgi.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/advanced/advanced-osgi.asciidoc') diff --git a/documentation/advanced/advanced-osgi.asciidoc b/documentation/advanced/advanced-osgi.asciidoc index 490ff6eda7..aeda5a3ef8 100644 --- a/documentation/advanced/advanced-osgi.asciidoc +++ b/documentation/advanced/advanced-osgi.asciidoc @@ -15,7 +15,7 @@ An OSGi application typically consists of multiple bundles that can be deployed To deploy Vaadin applications as OSGi bundles, static resources (including themes and widget sets) must be published using the appropriate APIs to enable using multiple Vaadin versions on the same server. -The application is typically packaged as a JAR file, and needs to have a valid OSGi bundle manifest which can be created e.g. by the `nnd-maven-plugin`. All the dependencies of the application should be available as OSGi bundles. +The application is typically packaged as a JAR file, and needs to have a valid OSGi bundle manifest which can be created e.g. by the `bnd-maven-plugin`. All the dependencies of the application should be available as OSGi bundles. [[advanced.osgi.servlet]] == Publishing a Servlet With OSGi -- cgit v1.2.3