stevel 2002/06/24 23:46:52
Modified: src/main/org/apache/tools/ant/taskdefs/optional/dotnet Tag:
ANT_15_BRANCH CSharp.java
Log:
small doc correct
Revision Changes Path
No revision
No revision
1.23.2.5 +4 -2
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/dotnet/CSharp.java
Index: CSharp.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/dotnet/CSharp.java,v
retrieving revision 1.23.2.4
retrieving revision 1.23.2.5
diff -u -r1.23.2.4 -r1.23.2.5
--- CSharp.java 24 Jun 2002 01:41:37 -0000 1.23.2.4
+++ CSharp.java 25 Jun 2002 06:46:51 -0000 1.23.2.5
@@ -209,7 +209,8 @@
private File win32res;
/**
- * Description of the Field
+ * A flag that tells the compiler not to read in the compiler
+ * settings files 'csc.rsp' in its bin directory and then the local
directory
*/
private boolean noconfig = false;
@@ -851,7 +852,8 @@
/**
- * Sets the noConfig attribute of the CSharp object
+ * A flag that tells the compiler not to read in the compiler
+ * settings files 'csc.rsp' in its bin directory and then the local
directory
*
[EMAIL PROTECTED] enabled The new noConfig value
*/
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>