kaz 02/04/10 14:09:52
Modified: xdocs build-file.xml goals.xml project-descriptor.xml
properties.xml
Log:
Fixing trailing slashes. (thanks jon)
Revision Changes Path
1.25 +4 -4 jakarta-turbine-maven/xdocs/build-file.xml
Index: build-file.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/build-file.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- build-file.xml 10 Apr 2002 19:07:37 -0000 1.24
+++ build-file.xml 10 Apr 2002 21:09:52 -0000 1.25
@@ -9,7 +9,7 @@
<body>
<section name="Maven Build Files">
<p>
- Maven utilizes <a href="http://jakarta.apache.org/ant">Ant</a>
+ Maven utilizes <a href="http://jakarta.apache.org/ant/">Ant</a>
to provide users with an easy-to-use and familiar interface to
manage projects that have been described with a valid Maven <a
href="project-descriptor.html">project descriptor</a>.
@@ -94,7 +94,7 @@
<td><a href="#build-iutest.xml">build-iutest.xml</a></td>
<td>
Contains targets to run all of the integration unit tests.
- Currently using the <a
href="http://jakarta.apache.org/cactus">Cactus</a>
+ Currently using the <a
href="http://jakarta.apache.org/cactus/">Cactus</a>
framework for in-container testing using tomcat.
</td>
</tr>
@@ -624,7 +624,7 @@
The <code>maven:iutest</code> target executes all of the
integration unit tests of the project. These type of unit
tests are based on the <a
- href="http://jakarta.apache.org/cactus">Cactus</a> framework
+ href="http://jakarta.apache.org/cactus/">Cactus</a> framework
and execute test cases inside a running servlet container.
This harness is setup to use tomcat for the container. The
location of the test source code is determined from the
@@ -638,7 +638,7 @@
<p>
More information about setting up in-container tests with
cactus may be found at the <a
- href="http://jakarta.apache.org/cactus">Cactus</a> site.
+ href="http://jakarta.apache.org/cactus/">Cactus</a> site.
</p>
<p>
The results of the tests are placed in the
1.17 +1 -1 jakarta-turbine-maven/xdocs/goals.xml
Index: goals.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/goals.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- goals.xml 7 Apr 2002 22:55:31 -0000 1.16
+++ goals.xml 10 Apr 2002 21:09:52 -0000 1.17
@@ -107,7 +107,7 @@
</p>
<p>
In-container unit testing of web based applications is provided by the
- <a href="http://jakarta.apache.org/cactus">Cactus</a> testing framework.
Maven
+ <a href="http://jakarta.apache.org/cactus/">Cactus</a> testing framework.
Maven
provides a testing harness for these <i>integration unit tests</i> in the
same fashion
as regular unit tests. Preliminary support for in-container testing
includes Tomcat 4.x
based containers.
1.18 +1 -1 jakarta-turbine-maven/xdocs/project-descriptor.xml
Index: project-descriptor.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/project-descriptor.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- project-descriptor.xml 10 Apr 2002 19:07:37 -0000 1.17
+++ project-descriptor.xml 10 Apr 2002 21:09:52 -0000 1.18
@@ -424,7 +424,7 @@
file. Note: these patterns specify <code>.java</code>
sources and not <code>.class</code> files. These unit
tests must use the <a
- href="http://jakarta.apache.org/cactus">Cactus</a>
+ href="http://jakarta.apache.org/cactus/">Cactus</a>
testing framework.
</td>
</tr>
1.5 +1 -1 jakarta-turbine-maven/xdocs/properties.xml
Index: properties.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/properties.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- properties.xml 9 Apr 2002 12:10:45 -0000 1.4
+++ properties.xml 10 Apr 2002 21:09:52 -0000 1.5
@@ -97,7 +97,7 @@
Specifies a URL to a central JAR repository that is used
when the <a href="#maven:update-jars">maven:update-jars</a>
target is invoked. The default value of this property is <a
-
href="http://jakarta.apache.org/turbine/jars">http://jakarta.apache.org/turbine/jars</a>.
+
href="http://jakarta.apache.org/turbine/jars/">http://jakarta.apache.org/turbine/jars</a>.
</td>
</tr>
<tr>