From ff783d3de7864a78506545ee9e2a8f444b2bf4b9 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Sun, 22 Mar 2009 19:26:07 +0000 Subject: [PATCH] polish --- spring-webflow-reference/src/overview.xml | 37 +++++++++++++++++++---- 1 file changed, 31 insertions(+), 6 deletions(-) diff --git a/spring-webflow-reference/src/overview.xml b/spring-webflow-reference/src/overview.xml index ac6286f2..4e648910 100644 --- a/spring-webflow-reference/src/overview.xml +++ b/spring-webflow-reference/src/overview.xml @@ -109,9 +109,9 @@ All jars obtained from the SpringSource Bundle Repository are OSGi-ready. - Accessing Web Flow with Maven + Accessing Web Flow bundles with Maven - To access jars using Maven, add the following repositories to your Maven pom: + To access bundles using Maven, add the following repositories to your Maven pom: @@ -162,14 +162,13 @@ Note the Web Flow artifacts in the SpringSource Bundle Repository are indexed under different ids because their transitive dependencies are different than the Maven Central artifacts. - The difference is the transitive jars such as commons-logging had to be patched with the metadata required to make them OSGi-compatible. - This is because the teams that release these jars do not natively publish them with the required OSGi-metadata yet. + The difference is the transitive jars such as commons-logging have been patched by SpringSource to add the metadata required to make them OSGi-compatible. - Accessing Web Flow with Ivy + Accessing Web Flow bundles with Ivy - To access jars using Ivy, add the following repositories to your Ivy config: + To access bundles using Ivy, add the following repositories to your Ivy config: @@ -207,6 +206,32 @@ ]]> + + Accessing the dm Server Web Flow library + + A dm Server library for Web Flow is also available if you are deploying to a dm Server environment. + Import this library in your MANIFEST.mf to automatically import all Web Flow bundles. + To access the library, add the following repository: + + + com.springsource.repository.libraries.release + SpringSource Enterprise Bundle Repository - SpringSource Library Releases + http://repository.springsource.com/maven/libraries/release +]]> + + + And declare the following dependency: + + + org.springframework.webflow + org.springframework.webflow-library + libd + 2.0.7.RELEASE +]]> + + How to Obtain Nightly Builds