antoine 2003/12/08 12:14:38 Modified: docs/manual/OptionalTasks Tag: ANT_16_BRANCH dotnet.html Added: docs/manual/OptionalTasks Tag: ANT_16_BRANCH jsharpc.html Log: Merge from HEAD jsharpc is not jsharp (documentation correction) PR: 24058 Revision Changes Path No revision No revision 1.10.2.5 +5 -5 ant/docs/manual/OptionalTasks/dotnet.html Index: dotnet.html =================================================================== RCS file: /home/cvs/ant/docs/manual/OptionalTasks/dotnet.html,v retrieving revision 1.10.2.4 retrieving revision 1.10.2.5 diff -u -r1.10.2.4 -r1.10.2.5 --- dotnet.html 9 Oct 2003 21:01:11 -0000 1.10.2.4 +++ dotnet.html 8 Dec 2003 20:14:38 -0000 1.10.2.5 @@ -77,7 +77,7 @@ </tr> <tr> - <td><a href="jsharp.html">jsharp</a></td> + <td><a href="jsharpc.html">jsharpc</a></td> <td>Compiles J# files</td> </tr> @@ -114,7 +114,7 @@ <ol> <li>vbc task</li> -<li>jsharp task</li> +<li>jsharpc task</li> <li>mono support</li> <li>ilasm</li> <li>tlbimport</li> @@ -124,7 +124,7 @@ 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. @@ -186,7 +186,7 @@ <ol> <li>vbc task</li> -<li>jsharp task</li> +<li>jsharpc task</li> <li>mono support</li> <li>ilasm</li> <li>tlbimport</li> @@ -196,7 +196,7 @@ 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. No revision Index: dotnet.html =================================================================== RCS file: /home/cvs/ant/docs/manual/OptionalTasks/dotnet.html,v retrieving revision 1.10.2.4 retrieving revision 1.10.2.5 diff -u -r1.10.2.4 -r1.10.2.5 --- dotnet.html 9 Oct 2003 21:01:11 -0000 1.10.2.4 +++ dotnet.html 8 Dec 2003 20:14:38 -0000 1.10.2.5 @@ -77,7 +77,7 @@ </tr> <tr> - <td><a href="jsharp.html">jsharp</a></td> + <td><a href="jsharpc.html">jsharpc</a></td> <td>Compiles J# files</td> </tr> @@ -114,7 +114,7 @@ <ol> <li>vbc task</li> -<li>jsharp task</li> +<li>jsharpc task</li> <li>mono support</li> <li>ilasm</li> <li>tlbimport</li> @@ -124,7 +124,7 @@ 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. @@ -186,7 +186,7 @@ <ol> <li>vbc task</li> -<li>jsharp task</li> +<li>jsharpc task</li> <li>mono support</li> <li>ilasm</li> <li>tlbimport</li> @@ -196,7 +196,7 @@ 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. No revision Index: dotnet.html =================================================================== RCS file: /home/cvs/ant/docs/manual/OptionalTasks/dotnet.html,v retrieving revision 1.10.2.4 retrieving revision 1.10.2.5 diff -u -r1.10.2.4 -r1.10.2.5 --- dotnet.html 9 Oct 2003 21:01:11 -0000 1.10.2.4 +++ dotnet.html 8 Dec 2003 20:14:38 -0000 1.10.2.5 @@ -77,7 +77,7 @@ </tr> <tr> - <td><a href="jsharp.html">jsharp</a></td> + <td><a href="jsharpc.html">jsharpc</a></td> <td>Compiles J# files</td> </tr> @@ -114,7 +114,7 @@ <ol> <li>vbc task</li> -<li>jsharp task</li> +<li>jsharpc task</li> <li>mono support</li> <li>ilasm</li> <li>tlbimport</li> @@ -124,7 +124,7 @@ 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. @@ -186,7 +186,7 @@ <ol> <li>vbc task</li> -<li>jsharp task</li> +<li>jsharpc task</li> <li>mono support</li> <li>ilasm</li> <li>tlbimport</li> @@ -196,7 +196,7 @@ 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. 1.1.2.1 +1 -0 ant/docs/manual/OptionalTasks/jsharpc.html Index: jsharpc.html =================================================================== RCS file: /home/cvs/ant/docs/manual/OptionalTasks/jsharpc.html,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -u -r1.1 -r1.1.2.1 --- jsharpc.html 8 Dec 2003 20:05:06 -0000 1.1 +++ jsharpc.html 8 Dec 2003 20:14:38 -0000 1.1.2.1 @@ -4,6 +4,7 @@ <meta http-equiv="Content-Language" content="en-us"> <title>Jsharpc Task</title> +<link rel="stylesheet" type="text/css" href="../stylesheets/antmanual.css"> </head> <body bgcolor="#ffffff" text="#000000" link="#525D76"
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]