Browse Source

Fixed some external links.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270163 13f79535-47bb-0310-9956-ffa450edef68
master
Stephane Bailliez 23 years ago
parent
commit
6ccebc2f7b
4 changed files with 6 additions and 6 deletions
  1. +1
    -1
      docs/manual/OptionalTasks/javacc.html
  2. +1
    -1
      docs/manual/OptionalTasks/jjtree.html
  3. +2
    -2
      docs/manual/OptionalTasks/maudit.html
  4. +2
    -2
      docs/manual/OptionalTasks/mmetrics.html

+ 1
- 1
docs/manual/OptionalTasks/javacc.html View File

@@ -10,7 +10,7 @@
<h2><a name="javacc">JavaCC</a></h2>
<h3>Description</h3>
<p>
Invokes the <a HREF="http://www.metamata.com/javacc/" target="_top">JavaCC</a> compiler
Invokes the <a HREF="http://www.webgain.com/products/java_cc/" target="_top">JavaCC</a> compiler
compiler on a grammar file.
</p>
<p>


+ 1
- 1
docs/manual/OptionalTasks/jjtree.html View File

@@ -12,7 +12,7 @@

<h3>
Description</h3>
Invokes the <a href="http://www.metamata.com/javacc/">JJTree</a> preprocessor
Invokes the <a href="http://www.webgain.com/products/java_cc/">JJTree</a> preprocessor
for the JavaCC compiler compiler. It inserts parse tree building actions
at various places in the JavaCC source that it generates. The output of
JJTree is run through JavaCC to create the parser.


+ 2
- 2
docs/manual/OptionalTasks/maudit.html View File

@@ -14,8 +14,8 @@
</ul>
<h3>Requirements</h3>
<p>This task requires Metamata Development environment 2.0/Webgain Quality Analyzer 2.0.
An evaluation version is available at <a href="http://www.webgain.com/products/quality_analyzer">Webgain</a>.
, <a href="http://jakarta.apache.org/oro">Jakarta Oro</a> and a XML parser (via JAXP).</p>
An evaluation version is available at <a href="http://www.webgain.com/products/quality_analyzer/">Webgain</a>.
, <a href="http://jakarta.apache.org/oro/">Jakarta Oro</a> and a XML parser (via JAXP).</p>
<h3>Description</h3>
<p>
Invokes the Metamata Audit/ Webgain Quality Analyzer on a set of Java files.


+ 2
- 2
docs/manual/OptionalTasks/mmetrics.html View File

@@ -14,9 +14,9 @@
</ul>
<h3>Requirements</h3>
<p>This task requires Metamata Development environment 2.0/Webgain Quality Analyzer 2.0.
An evaluation version is available at <a href="http://www.webgain.com/products/quality_analyzer">Webgain</a>.
An evaluation version is available at <a href="http://www.webgain.com/products/quality_analyzer/">Webgain</a>.
(Though you will not be able to use Metrics from the command line if you do not have a registered version).
You also need a TRaX compliant processor(such as <a href="http://xml.apache.org/xalan-j">Xalan 2.x</a>) via JAXP 1.1</p>
You also need a TRaX compliant processor(such as <a href="http://xml.apache.org/xalan-j/">Xalan 2.x</a>) via JAXP 1.1</p>
<h3>Description</h3>
<p>
Invokes the Metamata Metrics / WebGain Quality Analyzer source code


Loading…
Cancel
Save