Use ant.apache.org not jakarta.apache.org/ant

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113143 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2003-03-19 05:42:05 +00:00
parent b51fa7c5fa
commit 27c53dc12f
10 changed files with 10 additions and 10 deletions

View File

@ -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>

View File

@ -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" />

View File

@ -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>

View File

@ -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

View File

@ -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>.

View File

@ -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>

View File

@ -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>

View File

@ -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>.

View File

@ -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" />

View File

@ -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>