dion 2003/03/18 21:42:05
Modified: src/plugins-build/perforce/xdocs navigation.xml index.xml
src/plugins-build/plexus/xdocs navigation.xml
src/plugins-build/appserver/xdocs properties.xml goals.xml
src/plugins-build/ant/xdocs goals.xml navigation.xml
src/plugins-build/test/xdocs properties.xml
src/plugins-build/summit/xdocs navigation.xml
src/plugins-build/struts/xdocs build-file.xml
src/plugins-build/clover/xdocs build-file.xml
Log:
Use ant.apache.org not jakarta.apache.org/ant
Revision Changes Path
1.2 +1 -1 maven/src/plugins-build/perforce/xdocs/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/perforce/xdocs/navigation.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- navigation.xml 24 Jan 2003 03:45:47 -0000 1.1
+++ navigation.xml 19 Mar 2003 05:42:04 -0000 1.2
@@ -6,7 +6,7 @@
<body>
<links>
<item name="Maven" href="http://jakarta.apache.org/turbine/maven/"/>
- <item name="Ant" href="http://jakarta.apache.org/ant/"/>
+ <item name="Ant" href="http://ant.apache.org/"/>
<item name="Perforce" href="http://www.perforce.com/"/>
</links>
1.2 +1 -1 maven/src/plugins-build/perforce/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/perforce/xdocs/index.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- index.xml 24 Jan 2003 03:45:47 -0000 1.1
+++ index.xml 19 Mar 2003 05:42:04 -0000 1.2
@@ -10,7 +10,7 @@
<section name="Maven Perforce Plug-in">
<p>
This plug-in allows you to use the
- <a href="http://jakarta.apache.org/ant/">ant</a> optional
+ <a href="http://ant.apache.org/">ant</a> optional
tasks for perforce from within a Maven build file.
</p>
<p>
1.2 +3 -3 maven/src/plugins-build/plexus/xdocs/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/plexus/xdocs/navigation.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- navigation.xml 24 Jan 2003 03:45:50 -0000 1.1
+++ navigation.xml 19 Mar 2003 05:42:04 -0000 1.2
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<project name="Maven Ant Plugin">
+<project name="Maven Plexus Plugin">
- <title>Maven Ant Plugin</title>
+ <title>Maven Plexus Plugin</title>
<body>
<links>
<item name="Maven" href="http://jakarta.apache.org/turbine/maven/"/>
- <item name="Plexus" href="http://jakarta.apache.org/ant/"/>
+ <item name="Plexus" href="http://maven.apache.org/"/>
</links>
<menu name="Overview">
<item name="Goals" href="/goals.html" />
1.2 +1 -1 maven/src/plugins-build/appserver/xdocs/properties.xml
Index: properties.xml
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/appserver/xdocs/properties.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- properties.xml 26 Jan 2003 06:53:13 -0000 1.1
+++ properties.xml 19 Mar 2003 05:42:05 -0000 1.2
@@ -445,7 +445,7 @@
<td><a name="maven.appserver.classpath">maven.appserver.classpath</a></td>
<td>Yes</td>
<td>
- A <a
href="http://jakarta.apache.org/ant/manual/using.html#path">path-like</a>
+ A <a href="http://ant.apache.org/manual/using.html#path">path-like</a>
value that can specify resources to make available as
part of the classpath of the JVM used when controlling your appserver
instance.
For example, you may have several webapps running in the same container
1.3 +1 -1 maven/src/plugins-build/appserver/xdocs/goals.xml
Index: goals.xml
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/appserver/xdocs/goals.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- goals.xml 8 Feb 2003 14:25:02 -0000 1.2
+++ goals.xml 19 Mar 2003 05:42:05 -0000 1.3
@@ -210,7 +210,7 @@
server instance. Once the structure is created inside the
directory specified by <a
href="properties.html#maven.appserver.dir">${maven.appserver.dir}</a>
, configuration files are installed using the copy task and the filter
- mechanism built into <a href="http://jakarta.apache.org/ant">Ant</a>.
+ mechanism built into <a href="http://ant.apache.org/">Ant</a>.
The exact work done by this target is specific to the
name and version of the application server you specify using
<a href="properties.html#maven.appserver.name">${maven.appserver.name}</a>
1.2 +1 -1 maven/src/plugins-build/ant/xdocs/goals.xml
Index: goals.xml
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/ant/xdocs/goals.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- goals.xml 24 Jan 2003 03:44:36 -0000 1.1
+++ goals.xml 19 Mar 2003 05:42:05 -0000 1.2
@@ -18,7 +18,7 @@
<goal>
<name>ant:generate-build</name>
<description>
- Generates an <a href="http://jakarta.apache.org/ant/">ant</a>
+ Generates an <a href="http://ant.apache.org/">ant</a>
<code>build.xml</code> in the current directory which has targets to
<ul>
<li>Compile the java source code</li>
1.2 +1 -1 maven/src/plugins-build/ant/xdocs/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/ant/xdocs/navigation.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- navigation.xml 24 Jan 2003 03:44:36 -0000 1.1
+++ navigation.xml 19 Mar 2003 05:42:05 -0000 1.2
@@ -6,7 +6,7 @@
<body>
<links>
<item name="Maven" href="http://jakarta.apache.org/turbine/maven/"/>
- <item name="Ant" href="http://jakarta.apache.org/ant/"/>
+ <item name="Ant" href="http://ant.apache.org/"/>
</links>
<menu name="Overview">
<item name="Goals" href="/goals.html" />
1.2 +1 -1 maven/src/plugins-build/test/xdocs/properties.xml
Index: properties.xml
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/test/xdocs/properties.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- properties.xml 24 Jan 2003 03:44:33 -0000 1.1
+++ properties.xml 19 Mar 2003 05:42:05 -0000 1.2
@@ -56,7 +56,7 @@
</p>
<p>
Corresponds to the <code>source</code> attribute for the ant
- <a
href="http://jakarta.apache.org/ant/manual/CoreTasks/javac.html">javac</a>
+ <a href="http://ant.apache.org/manual/CoreTasks/javac.html">javac</a>
task.
</p>
</td>
1.3 +1 -1 maven/src/plugins-build/summit/xdocs/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/summit/xdocs/navigation.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- navigation.xml 28 Jan 2003 06:42:35 -0000 1.2
+++ navigation.xml 19 Mar 2003 05:42:05 -0000 1.3
@@ -6,7 +6,7 @@
<body>
<links>
<item name="Maven" href="http://jakarta.apache.org/turbine/maven/"/>
- <item name="Plexus" href="http://jakarta.apache.org/ant/"/>
+ <item name="Plexus" href="http://maven.apache.org/"/>
</links>
<menu name="Overview">
<item name="Goals" href="/goals.html" />
1.2 +1 -1 maven/src/plugins-build/struts/xdocs/build-file.xml
Index: build-file.xml
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/struts/xdocs/build-file.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build-file.xml 24 Jan 2003 03:46:21 -0000 1.1
+++ build-file.xml 19 Mar 2003 05:42:05 -0000 1.2
@@ -9,7 +9,7 @@
<body>
<section name="Maven Struts Plug-in Build File">
<p>
- Maven utilizes <a href="http://jakarta.apache.org/ant/">Ant</a>
+ Maven utilizes <a href="http://ant.apache.org/">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>.
1.2 +1 -1 maven/src/plugins-build/clover/xdocs/build-file.xml
Index: build-file.xml
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/clover/xdocs/build-file.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build-file.xml 24 Jan 2003 03:45:04 -0000 1.1
+++ build-file.xml 19 Mar 2003 05:42:05 -0000 1.2
@@ -9,7 +9,7 @@
<body>
<section name="Maven Clover Plug-in Build File">
<p>
- Maven utilizes <a href="http://jakarta.apache.org/ant/">Ant</a>
+ Maven utilizes <a href="http://ant.apache.org/">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>.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]