Author: wsmoak
Date: Mon Feb 13 17:59:49 2006
New Revision: 377572
URL: http://svn.apache.org/viewcvs?rev=377572&view=rev
Log:
Added dependency URLs and fixed a couple of typos.
Modified:
struts/shale/trunk/build/test-framework/project.xml
struts/shale/trunk/xdocs/features-reusable-views.xml
struts/shale/trunk/xdocs/features-tiger-extensions.xml
Modified: struts/shale/trunk/build/test-framework/project.xml
URL:
http://svn.apache.org/viewcvs/struts/shale/trunk/build/test-framework/project.xml?rev=377572&r1=377571&r2=377572&view=diff
==============================================================================
--- struts/shale/trunk/build/test-framework/project.xml (original)
+++ struts/shale/trunk/build/test-framework/project.xml Mon Feb 13 17:59:49 2006
@@ -69,6 +69,7 @@
<groupId>struts</groupId>
<artifactId>shale-core</artifactId>
<version>1.0.1-SNAPSHOT</version>
+ <url>http://struts.apache.org/struts-shale</url>
</dependency>
<dependency>
<groupId>htmlunit</groupId>
@@ -77,6 +78,7 @@
<properties>
<optional>true</optional>
</properties>
+ <url>http://htmlunit.sourceforge.net/</url>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
@@ -85,6 +87,7 @@
<properties>
<optional>true</optional>
</properties>
+ <url>http://jakarta.apache.org/commons/httpclient/</url>
</dependency>
</dependencies>
Modified: struts/shale/trunk/xdocs/features-reusable-views.xml
URL:
http://svn.apache.org/viewcvs/struts/shale/trunk/xdocs/features-reusable-views.xml?rev=377572&r1=377571&r2=377572&view=diff
==============================================================================
--- struts/shale/trunk/xdocs/features-reusable-views.xml (original)
+++ struts/shale/trunk/xdocs/features-reusable-views.xml Mon Feb 13 17:59:49
2006
@@ -38,7 +38,7 @@
<li><i>Meta-data Inheritance and Tiles-like
Composition</i></li>
<p>
You can define a component as an extension of an
existing component and
- then override or add attributes. This mechamism is
similar to the inheritance
+ then override or add attributes. This mechanism is
similar to the inheritance
mechanism built into the popular <a
href="http://struts.apache.org/struts-tiles">Tiles</a> framework for composing
web pages from discrete JSP fragments, known as tiles.
In fact, Clay's features
are sophisticated enough that Clay can give you much
of the same benefits that
Modified: struts/shale/trunk/xdocs/features-tiger-extensions.xml
URL:
http://svn.apache.org/viewcvs/struts/shale/trunk/xdocs/features-tiger-extensions.xml?rev=377572&r1=377571&r2=377572&view=diff
==============================================================================
--- struts/shale/trunk/xdocs/features-tiger-extensions.xml (original)
+++ struts/shale/trunk/xdocs/features-tiger-extensions.xml Mon Feb 13 17:59:49
2006
@@ -224,7 +224,7 @@
<h4>Using Annotated Component Registration</h4>
<p>To use the <em>Annotated Component Registration</em> feature,
- you mus use annotations from the
<code>org.apache.shale.tiger.register</code>
+ you must use annotations from the
<code>org.apache.shale.tiger.register</code>
package, as illustrated below:</p>
<p>An annotated component registration should look like this:</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]