diff options
author | Henri Sara <henri.sara@gmail.com> | 2017-04-27 14:57:29 +0300 |
---|---|---|
committer | Ilia Motornyi <elmot@vaadin.com> | 2017-04-27 14:57:29 +0300 |
commit | da70f93704759dd72a9ae5f6abf9b41be432a415 (patch) | |
tree | 533cf3cb1056d4cc6192324fd7a0763fd09a0b7c /documentation/advanced | |
parent | 2ecee9af7166ba96f64a661842df28db4dc60f6e (diff) | |
download | vaadin-framework-da70f93704759dd72a9ae5f6abf9b41be432a415.tar.gz vaadin-framework-da70f93704759dd72a9ae5f6abf9b41be432a415.zip |
Fix typo in OSGi documentation
Diffstat (limited to 'documentation/advanced')
-rw-r--r-- | documentation/advanced/advanced-osgi.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |