Author: wsmoak Date: Sun Nov 27 20:32:25 2005 New Revision: 349364 URL: http://svn.apache.org/viewcvs?rev=349364&view=rev Log: Include LICENSE and NOTICE in the jar file. Added dependency scope hints for Maven 2. Updated links to struts-action API pages. Updated link to Tomcat SSL configuration page.
Modified: struts/taglib/trunk/project.xml struts/taglib/trunk/xdocs/building_view.xml struts/taglib/trunk/xdocs/dev_validator.xml struts/taglib/trunk/xdocs/ssl.xml Modified: struts/taglib/trunk/project.xml URL: http://svn.apache.org/viewcvs/struts/taglib/trunk/project.xml?rev=349364&r1=349363&r2=349364&view=diff ============================================================================== --- struts/taglib/trunk/project.xml (original) +++ struts/taglib/trunk/project.xml Sun Nov 27 20:32:25 2005 @@ -66,6 +66,9 @@ <dependency> <id>xdoclet</id> <version>1.2</version> + <properties> + <scope>compile</scope> + </properties> </dependency> <dependency> @@ -73,6 +76,9 @@ <artifactId>xdoclet-web-module</artifactId> <version>1.2</version> <url>http://xdoclet.sourceforge.net/</url> + <properties> + <scope>compile</scope> + </properties> </dependency> <dependency> @@ -80,6 +86,9 @@ <artifactId>xjavadoc</artifactId> <version>1.0.2</version> <url>http://xdoclet.sourceforge.net/</url> + <properties> + <scope>compile</scope> + </properties> </dependency> <dependency> @@ -97,6 +106,7 @@ <version>1.5.4</version> <properties> <cactus.bundle>true</cactus.bundle> + <scope>test</scope> </properties> </dependency> @@ -106,6 +116,7 @@ <version>4aug2000r7-dev</version> <properties> <cactus.bundle>true</cactus.bundle> + <scope>compile</scope> </properties> </dependency> @@ -135,8 +146,14 @@ </includes> <targetPath>META-INF/tlds</targetPath> </resource> - </resources> - + <resource> + <directory>build</directory> + <includes> + <include>LICENSE.txt</include> + <include>NOTICE.txt</include> + </includes> + </resource> + </resources> </build> <reports> Modified: struts/taglib/trunk/xdocs/building_view.xml URL: http://svn.apache.org/viewcvs/struts/taglib/trunk/xdocs/building_view.xml?rev=349364&r1=349363&r2=349364&view=diff ============================================================================== --- struts/taglib/trunk/xdocs/building_view.xml (original) +++ struts/taglib/trunk/xdocs/building_view.xml Sun Nov 27 20:32:25 2005 @@ -109,7 +109,7 @@ </li> <li> - <a href="../struts-core/apidocs/org/apache/struts/util/MessageResources.html"> + <a href="../struts-action/apidocs/org/apache/struts/util/MessageResources.html"> <strong>MessageResources</strong></a> - The Struts class <code>org.apache.struts.util.MessageResources</code> lets you treat a set of resource bundles like a database, and allows you to request Modified: struts/taglib/trunk/xdocs/dev_validator.xml URL: http://svn.apache.org/viewcvs/struts/taglib/trunk/xdocs/dev_validator.xml?rev=349364&r1=349363&r2=349364&view=diff ============================================================================== --- struts/taglib/trunk/xdocs/dev_validator.xml (original) +++ struts/taglib/trunk/xdocs/dev_validator.xml Sun Nov 27 20:32:25 2005 @@ -1029,7 +1029,7 @@ <p> A concise <!-- FIXME: Does this need to link to Commons Validator instead? --> - <a href="../struts-core/apidocs/org/apache/struts/validator/package-summary.html#package_description"> + <a href="../struts-action/apidocs/org/apache/struts/validator/package-summary.html#package_description"> Struts Validator API Guide</a> is available to help you get started. </p> Modified: struts/taglib/trunk/xdocs/ssl.xml URL: http://svn.apache.org/viewcvs/struts/taglib/trunk/xdocs/ssl.xml?rev=349364&r1=349363&r2=349364&view=diff ============================================================================== --- struts/taglib/trunk/xdocs/ssl.xml (original) +++ struts/taglib/trunk/xdocs/ssl.xml Sun Nov 27 20:32:25 2005 @@ -147,11 +147,11 @@ <a name="containers"/> <subsection name="Configuring Containers for SSL"> - +<p> The procedure for configuring SSL for a container will be specific to that container. The procedure for enabling SSL for Tomcat can be found -<a href="http://jakarta.apache.org/tomcat/tomcat-4.1-doc/ssl-howto.html">here</a>. - +<a href="http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html">here</a>. +</p> </subsection> </section></body></document> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]