From 80a9b869033cab733424327d0efa565c58a2a7fa Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Mon, 8 Dec 2003 20:05:06 +0000 Subject: [PATCH] Document jsharpc, not jsharp PR: 24058 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275753 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/OptionalTasks/dotnet.html | 10 +++++----- .../manual/OptionalTasks/{jsharp.html => jsharpc.html} | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) rename docs/manual/OptionalTasks/{jsharp.html => jsharpc.html} (99%) diff --git a/docs/manual/OptionalTasks/dotnet.html b/docs/manual/OptionalTasks/dotnet.html index 2443ecf2a..3d549f3af 100644 --- a/docs/manual/OptionalTasks/dotnet.html +++ b/docs/manual/OptionalTasks/dotnet.html @@ -78,7 +78,7 @@ can, however, be done if absolutely necessary. - jsharp + jsharpc Compiles J# files @@ -115,7 +115,7 @@ it should not work on other versions.
  1. vbc task
  2. -
  3. jsharp task
  4. +
  5. jsharpc task
  6. mono support
  7. ilasm
  8. tlbimport
  9. @@ -125,7 +125,7 @@ it should not work on other versions. implicit fileset is disabled
-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.
  1. vbc task
  2. -
  3. jsharp task
  4. +
  5. jsharpc task
  6. mono support
  7. ilasm
  8. tlbimport
  9. @@ -197,7 +197,7 @@ it should not work on other versions. implicit fileset is disabled
-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. diff --git a/docs/manual/OptionalTasks/jsharp.html b/docs/manual/OptionalTasks/jsharpc.html similarity index 99% rename from docs/manual/OptionalTasks/jsharp.html rename to docs/manual/OptionalTasks/jsharpc.html index 2542f82e8..dc3c1a822 100644 --- a/docs/manual/OptionalTasks/jsharp.html +++ b/docs/manual/OptionalTasks/jsharpc.html @@ -2,7 +2,7 @@ - Jsharp + <title>Jsharpc Task @@ -16,7 +16,7 @@
- Jsharp + Jsharpc Task
Compile J# source down to a managed .NET application.