Browse Source

Document jsharpc, not jsharp

PR: 24058


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275753 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 21 years ago
parent
commit
80a9b86903
2 changed files with 7 additions and 7 deletions
  1. +5
    -5
      docs/manual/OptionalTasks/dotnet.html
  2. +2
    -2
      docs/manual/OptionalTasks/jsharpc.html

+ 5
- 5
docs/manual/OptionalTasks/dotnet.html View File

@@ -78,7 +78,7 @@ can, however, be done if absolutely necessary.
</tr>

<tr>
<td><a href="jsharp.html">jsharp</a></td>
<td><a href="jsharpc.html">jsharpc</a></td>
<td>Compiles J# files</td>
</tr>

@@ -115,7 +115,7 @@ it should not work on other versions.

<ol>
<li>vbc task</li>
<li>jsharp task</li>
<li>jsharpc task</li>
<li>mono support</li>
<li>ilasm</li>
<li>tlbimport</li>
@@ -125,7 +125,7 @@ it should not work on other versions.
implicit fileset is disabled</li>
</ol>

The compile tasks: vbc, jsharp, and csc, all contain lots of common code
The compile tasks: vbc, jsharpc, and csc, all contain lots of common code
in a shared base class: if you can use one you should be able to use
another.

@@ -187,7 +187,7 @@ it should not work on other versions.

<ol>
<li>vbc task</li>
<li>jsharp task</li>
<li>jsharpc task</li>
<li>mono support</li>
<li>ilasm</li>
<li>tlbimport</li>
@@ -197,7 +197,7 @@ it should not work on other versions.
implicit fileset is disabled</li>
</ol>

The compile tasks: vbc, jsharp, and csc, all contain lots of common code
The compile tasks: vbc, jsharpc, and csc, all contain lots of common code
in a shared base class: if you can use one you should be able to use
another.



docs/manual/OptionalTasks/jsharp.html → docs/manual/OptionalTasks/jsharpc.html View File

@@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<title>Jsharp
<title>Jsharpc
Task</title>
</head>

@@ -16,7 +16,7 @@
<td>
<table border="0" width="100%"><tr>
<td valign="bottom">
<font size="+3" face="arial,helvetica,sanserif"><strong>Jsharp
<font size="+3" face="arial,helvetica,sanserif"><strong>Jsharpc
Task</strong></font>
<br><font face="arial,helvetica,sanserif">Compile J# source down to a managed .NET application.</font>
</td>

Loading…
Cancel
Save