Author: seade Date: Sun Apr 29 19:34:57 2007 New Revision: 533576 URL: http://svn.apache.org/viewvc?view=rev&rev=533576 Log: Clarified statements concerning dependencies.
Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/services/yaafi-component-service.xml Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/services/yaafi-component-service.xml URL: http://svn.apache.org/viewvc/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/services/yaafi-component-service.xml?view=diff&rev=533576&r1=533575&r2=533576 ============================================================================== --- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/services/yaafi-component-service.xml (original) +++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/xdocs/services/yaafi-component-service.xml Sun Apr 29 19:34:57 2007 @@ -70,8 +70,7 @@ ]]></source> <p> -If you are no longer using the -<a href="http://jakarta.apache.org/turbine/turbine/turbine-2.3.2/services/avalon-component-service.html"> +If you are no longer using the <a href="avalon-component-service.html"> Avalon Component Service</a> you can stop your build from including the Excalibur dependencies thus (again from a Maven 2 POM): </p> @@ -111,13 +110,15 @@ ]]></source> <p> -If you accessing Torque via the Yaafi Component Service you also no longer need -Stratum (once more from a Maven 2 POM): +If you accessing Torque via the Yaafi Component Service (as opposed to the now +very old <a href="component-service.html">TurbineComponentService</a>) you also +no longer need <a href="http://jakarta.apache.org/turbine/stratum/index.html"> +Stratum</a> (once more from a Maven 2 POM): </p> <source><![CDATA[ <!-- Stratum is a dependency of turbine, however it is only required when the - AvalonComponentService is used. + TurbineComponentService is used. --> <dependency> <groupId>stratum</groupId> @@ -129,9 +130,12 @@ ]]></source> <p> -Whether or not you need the above will depend on how these dependencies are -declared in the final version of the Turbine 2.3 POM (just including Yaafi -should be enough if they are all declared as optional). +The above is based on the +<a href="http://repo1.maven.org/maven2/turbine/turbine/2.3.2/turbine-2.3.2.pom"> +turbine-2.3.2 pom</a> that exists in the default maven 2 repository. Whether or +not you need the above will depend on how these dependencies are declared in the +final version of the Turbine 2.3 POM (just including Yaafi should be enough if +they are all declared as optional). </p> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]