Author: bodewig
Date: Sat Sep 5 15:27:49 2009
New Revision: 811666
URL: http://svn.apache.org/viewvc?rev=811666&view=rev
Log:
fix has a related issue now
Modified:
ant/antlibs/dotnet/trunk/changes.xml
Modified: ant/antlibs/dotnet/trunk/changes.xml
URL:
http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/changes.xml?rev=811666&r1=811665&r2=811666&view=diff
==============================================================================
--- ant/antlibs/dotnet/trunk/changes.xml (original)
+++ ant/antlibs/dotnet/trunk/changes.xml Sat Sep 5 15:27:49 2009
@@ -53,7 +53,7 @@
<action type="fix" issue="34992">
The /noconfig argument must be used outside of a response file.
</action>
- <action type="fix">
+ <action type="fix" issue="47789">
CSC of .NET 3.5 doesn't support the /incremental argument
anymore, only set /incremental+, but never /incremental-.
</action>